Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 months ago
A recent post included some PowerScript code, and I thought I would pass along a tip for pasting code snippets that produces a slightly more readable result than simply pasting code into the website's text editor.
The toolbar contains a button to as...
Please Update Your Queries With The Solution
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Powerbuilder 2019R3 String Formatting
- Issue
- Last updated 3 years ago
- Matt Kluzak replied 3 years ago
I have an app where a string is generated with specific line breaks and space formatting to create a text stamp that gets pasted into PDFs. This worked fine in both Foxit and Adobe PDF programs with Powerbuilder 2017. After migrating it to Powerbuild...
OAuth 2.0 powerbuilder
- How-to
- Last updated 3 years ago
- Christophe Dufourmantelle replied 3 years ago
Hi.does anyone have examples of OAuth 2.0 powerbuilder?can you share it with me? is it possible to have a demo file?if it is, the 105 version is more amazing.thank you
Writing Execution Logs from PowerBuilder Application
- Advice
- Last updated 3 years ago
- Martin Lauble replied 3 years ago
HI Team,
We are in plan to implement execution logging mechanism in PowerBuilder which we working on. As of some parts of the application is implemented the logging the execution to text files by using File functions (FileOpen, FileWrite, etc.). ...
Is DB2 Version 6.1 a valid option for PS2020?
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi, we're trying to connect IBM DB2 Version 6.1 to PowerServer2020.
We're referencing the installation guide for PS2020 and while it states that PS2020 can connect to
IBM DB2 UDB 8.1, 8.2, 9.5 or 10 with IBM JDBC driver
it doesn't really t...
Install the app on a specific drive and path
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Due to company policies, I must install the applications in a specific unit and path on the clients, in the powerclient they can tell me how to do it
PB 2019 app opens a C# .NET XAML window, but it's not entirely modal
- Resolved
- Advice
- Last updated 3 years ago
- Scott Gorke replied 3 years ago
Hi,
PB 2019 R2 using Window 10 1909
We have a PB app that makes a call to open a C# .NET XAML window. We intended the XAML window to be like a PB "Response" window type, but when that XAML window opens, the user can do an Alt-Tab back to the ...
C# .NET error msg in a XAML window will crash if window opened from PB
- Resolved
- Advice
- Last updated 3 years ago
- Scott Gorke replied 3 years ago
Second question re: same project!
Hi,
We're using PB 2019 R2 build 2353, with an app running in Windows 10 1909.
As expressed in a previous question, we have a PB app that makes a call to open a window built in C# .NET XAML. During data entry in t...
Powerbuilder .NET importer - complex data types
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello, all
I am pretty sure I already know the answer to this, but now with PB 2021 is out I shall give it a hail Mary...
Given: PB Classic desktop app, has to consume multiple .NET classes for external communications and other purposes.
All .NET ...
Icon in exe with the new pbautobuilder210
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
i trie to set the icon in my application file and build the exe with the new PBAutoBuild210.exe, but there is no icon in the builded exe, must i set it in another location?
Kind regards
Tom Holscher
How to get the Zetafax recipient fax number from PB ?
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi Team,
In my current project, we are using ZetaFax printer to print and fax the results, When the fax number is specified properly it is sending the fax properly.
If the fax number is not provided then ZetaFax - Fax Wizard window is opening autom...
Merge branches with PowerBuilder 2019 R3
- Resolved
- How-to
- Last updated 3 years ago
- Aleš Vojáček replied 3 years ago
Hello,
is there an option for PowerBuilder 2019 R3 to merge branches? (for example: merge a "development"-branch into the master-branch)? Since R3 it´s possible to create and switch branches via the PB-GUI but i haven´t found a GUI option for mergin...
get innerhtml or text from a Webbrowser Object
- Resolved
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
Hello,
how can i get the innerhtml and/or the inner text from a webbrowser Object?
I Have tried this:
this.navigate( "javascript: " + ls_innerhtml + " = document.documentElement.innerHTML; void 0;")
Kind Regards, Tom Holscher
how do i get the names of all objects on a window
- How-to
- Last updated 3 years ago
- Arnd Schmidt replied 3 years ago
my window that was originally programmed in PB4 and converted to tabs when they became available (PB7 maybe) has grown over the last 20 + years
it has approx 50 tab page objects, some with tabs on the tabs, 100 + datawindows, more buttons and a more...
Buenas tardes a todos.
Estoy conectando Power Builder 2019R3 Vía ODBC con mysql..el tiempo de conexión es muy lento..
Existe un cliente mysql.. que me permita directamente conectar... similar a oracle cliente?
muchas gracias
Att
...
Hello,
We have passed our application programmed with powerbuilder 2019 R3 to be executed through remote desktop in Window 2019 Server and we find that closing the response windows takes about 30 seconds to close the window and there is no code appa...
DW retrieval in Rowfocuschanged
- Resolved
- How-to
- Last updated 3 years ago
- John Fauss replied 3 years ago
There is something weird happening in DW rowfocuschanged event. I simply pass a key like dw1.retrieve(key) which works sometimes and sometimes not(compiled version).
I do reset the dw before I pass the key. I have debugged and checked this several ...
PB2019 R3 & Powerserver (PB Edition) 2020 support for iOS
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
We are aware that Appeon has announced the pending EOL of Appeon Mobile and Powerserver (PB Edition) from Powerbuilder 2021 and that developers will be advised to migrate code to C# APIs in order to leverage other mobile technologies going forwa...
How to scroll a given row # to top of DW
- How-to
- Last updated 3 years ago
- Benjamin Gaesslein replied 3 years ago
I thought this would be easy, but I'm stuck trying to find code to scroll a given row to become the top row of a DataWindow. I can get the desired row into the display with ScrollToRow(row) but nothing I have tried (including some proposed solutions ...
Whether there is anybody has PowerWebsocketClient.dll for PB2017 or previous version?
- How-to
- Last updated 3 years ago
Whether there is anybody has PowerWebsocketClient.dll for PB2017 or previous version? Learn from an article on internet, it seems can access PowerServer via WebSocket, if cannot found, I have to try to find another way
Web Sockets - examples ... are there any for PowerBuilder?
- How-to
- Last updated 5 years ago
- Song Tom replied 3 years ago
I am looking for examples or anything that shows how we might be able to consume web sockets in PowerBuilder ... is that possible?
Thank you!
Loading...
Find Questions by Tag
.EXE
.NET 6.0
.NET Assembly
.NET Core 3.1
.NET Core Framework
.NET DataStore
.NET Std Framework
32-bit
64-bit
ADO.NET
AEM
AI
Algorithm
Amazon AWS
Android
Apache
API
APK
App Store
App Store (Apple)
Appeon Workspace
Appeon Xcelerator Plug-in
Architecture
Array
ASE
Asynchronous Methods
Authentication
AutoBuild
AutoCompiler
Automated Testing
Automation
AutoScript
Azure
Barcode
Base64
Batch
BigData
BLOB
Branch & Merge
Browser
Bug
Build
Button
C#
C# Class Importer
C# Editor
C# Model generator
Calendar
Camera
Certificate
Chrome
Citrix
Class
Client
Client/Server
Cloud
Cluster
Collection
COM
Command Line
Compiler
Compression
Computed Field
Configuration
Controls
Cookies
Cordova
Crash
Cross-Platform
Crosstab
CSharpAssembly
CSharpObject
CSS
CSV
Cursor
Data
Database
Database Driver
Database Painter
Database Profile
Database Provider
DataObject
DataSource
DataStore
DataStore (C#)
DataStore (PS)
DataType
DataWindow
DATE
DATETIME
DB2
Debug
Debugger
Debugging
Deployment
Design
DLL
DO-WHILE
Dockable
Docker
Documentation
DOUBLE
Download
DragDrop
Edge
Edit Style
Editor
Elevate Conference
Email
Embedded SQL
Emulator
Encoding
Encryption
Enhancement Request
Entity
Entity Framework
ERP
Error
Event
Event Handler
Event Handling
Excel
Exception
Export
Expression
External Functions
F#
Field
File
File Access
Filter
Firefox
Firewall
Font
FOR-NEXT
Foreground
Format
Function
Garbage Collection
GeoLocation
Git
Graph
HANA
Hash
Header
HTML/5
HTTP/S
HTTPClient
Icon
IDE
Identity
IIS
IMAPI
Import
InfoMaker
Inheritance
Installation
Integer
IntelliSense
Interface
Internet
Internet Explorer
iOS
IPA
iPad
iPhone
IWA
J#
Java
JavaScript
JBoss
JDBC
JOIN
JSON
JSONGenerator
JSONParser
Kestrel
Label
Lambda
Large File
LDAP
Library
License
LINQ
Linux OS
Load Balancing
Localization
Localized PBVM
Log In
Log Out
Logging
LONG
LONGLONG
macOS
MAPI
Maps
MDI
Memory
Memory Leak
Menu
Merge
MessageBox
Messagging
Method
Migration
MIME TYPE
Mobile
Model
ModelStore
ModelStore (C#)
MSOLEDBSQL
Multi Threading
MVC
MySQL
n-Tier
Namespace
NativePDF
NVO
OAuth
ODATA
ODBC
Office
Offline
OLE
OLEDB
Online
Open Source
OpenAPI
OpenSSL
Oracle
OrcaScript
Other
Outlook
Output
Package
Parameter
Patch
PayPal
PB Classic
PB Native
PB.NET
PBC
PBD
PBDOM
PBG
PBJVM
PBL
PBNI
PBORCA
PBVM
PBX
PDF
Performance
Permission
PFC
Picture
Pipeline
Play Store (Google)
Plugin
Popup
Port
POST
PostgreSQL
PowerBuilder
PowerBuilder (Appeon)
PowerBuilder (SAP)
PowerBuilder Compiler
PowerBuilder Runtime
PowerClient
PowerScript (PS)
PowerScript IDE
PowerScript Migrator
PowerServer
PowerServer Mobile
PowerServer Toolkit
PowerServer Web
PowerServerLabel
Print
Properties
Proxy
Publish
PULL
PUSH
Query
Regression
Release
Renew
Resize
Response
REST
Retrieve
RibbonBar
RibbonBar Builder
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Sort
Source Code
Speech Recognition
SQL
SQL Anywhere
SQL Server
SqlBuilder
SqlExecutor
SQLite
SqlModelMapper
Storage
Stored Procedure
Subscription
SVN
Swagger
Syntax
TabbedBar
TabbedView
Tablet
TabPage
Target
TE Control
Testing
Text
TFS
Theme
TIME
Timer
TLS/SSL
Tomcat
TortoiseGit
TortoiseSVN
Transaction
Transparency
Trial
Trigger
TRY-CATCH
TX Control
Type
UI
ULONG
UltraLite
Uninstall
Unit Test
Unit Testing
UNIX OS
Update
Upgrade
Upload
URL
User Center
User Object
UWP
Validation
VARCHAR
Variable
Versioning
Visual Studio
Visual Studio Code
VM
Voice
Warning
WCF
Web API
Web Extensions
Web Service
WebBrowser
WebForms
WebLogic
WebSphere
WildFly
WinAPI
Window
Windows OS
WinForms
Wizard
Workgroup
Workspace
WPF
XCODE
XHTML
XML
Zoom