Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 6 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 4 years ago
- Olan Knight replied 4 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Web Browser (WebView2) takes too long to open a URL.
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 2 weeks ago
2019 R3 Build 2803
I'm transitioning from using a Microsoft Web Browser OLE control on a tabpage in a window to the recommended Web Browser control (WebView2).
A couple of things:
1. Any URL I use in the Navigate function takes 20 seconds to d...
Font size changes in PB2025
- Resolved
- Issue
- Last updated 2 weeks ago
- Brett Weaver replied 2 weeks ago
I will show the issue ticket: I have just updated the application from PB2022 to PB2025 - It's still a workspace application but deployed as a powerclient. PB Build is 3711. Is there something I can do to stop PB2025 scaling fonts? Is it fixed in the...
Help! PB has quit working after trying to deploy a project
- Resolved
- Advice
- Last updated 2 weeks ago
- John Fauss replied 2 weeks ago
Hi folks, hope you can help solve this issue quickly!
I created a new project in my application. When I tried to deploy the project (build the .exe and pbd files), I got an error that some global variables were not defined. I switch to another appli...
Hello
Description / Symptom
When launching the app via the browser, the following error message appears: ERROR [7664] Failed to load the local config file. Path: C:\Users\xx\AppData\Roaming\PBApps\Applications\xy\appconfig.json.
The issue occurs r...
Any way to log in to multiple PowerBuilder versions at the same time?
- Resolved
- How-to
- Last updated 3 weeks ago
- Andreas Mykonios replied 2 weeks ago
Hoping someone can help - is there any way to not have to constantly log in/out of PB 2022 and 2017 if I need to use both? We have an admin that has to do that for us - so that would be a bit of a pain for him since I will need to be using both for a...
this is a snip of code that Larry Cermak integrated into a PB2019 app for me
is there an updated version available?
//// PURPOSE: Initializes an application's use of the WinINet functions.//// RETURN: True=Success, False=Error//// DATE PROG/...
Add a row like DW Painter does
- Resolved
- How-to
- Last updated 3 weeks ago
- Arnd Schmidt replied 2 weeks ago
Hello!
This is a "back to the basics" kind of question. I knew how to do this 30 years ago but now I can't remember and can't find anything about this in the documentation.
I'm trying to replicate the DW painter behaviour in the data preview mode: ...
Since there seems to be a command line compiler for PowerBuilder, I was wondering if anybody has set up Visual Studio Code to build PowerBuilder projects? Since VSCode has copilot integrate, I can see where there might be some advantages to going t...
PB 2025 / build 3711 - corrupt window (?)
- Resolved
- Issue
- Last updated 3 weeks ago
- Chris Pollach @Appeon replied 3 weeks ago
Hi guys,
using PB2025/build 3711
one of my pb windows in my pbsln file doesn't open anymore. when i want to open in design mode , it just hangs.
i can still regenerate the object , or export the code but as soon as i want to open it in powerbuil...
How does Snap Develop not being developed affect PowerBuilder?
- Resolved
- Misc
- Last updated 3 weeks ago
- Chris Pollach @Appeon replied 3 weeks ago
With Snap Develop no longer being actively worked on and going away in March 2027, how does this effect PowerBuilder? I know there are references in PowerBuilder documentation on using Snap Develop for REST API's for datawindows (which I plan to use ...
We are currently migrating an application from Sybase PowerBuilder 12.5.2 (WinForm target) to Appeon PowerBuilder 2022 R3 (Classic target).
Issue:We are facing an issue where:
Code changes are reflected correctly in debug mode.However, the same cha...
PowerBuilder 2025 runtime DLLs deployment
- Resolved
- How-to
- Last updated 3 weeks ago
- Raja Chinnappan replied 3 weeks ago
Hello,
We are planning to upgrade our application to the PowerBuilder 2025 Build 3726.
Based on the page https://docs.appeon.com/pb2025/application_techniques/PowerBuilder_runtime_files.html, we got the list of core and run time DLLs needed for the...
JSONParser object vs JSONPackage object
- Resolved
- How-to
- Last updated 3 weeks ago
- JOSE WILLIAM ROMERO OLIVOS replied 3 weeks ago
Greetings. I need to access the data in a very large and complex JSON file, and I'd like to know which of these two objects I should use?
What is the difference between a JSONParser object and a JSONPackage object?
Does anyone have examples of how ...
Version number for application
- Advice
- Last updated 1 month ago
- Prasanna Sudapally replied 1 month ago
Hello,
We are using powerbuilder for client server application and the database is mainframe. Using Jenkins for code compilation deployment.The exe file that is generated after successful compilation has application version number (ex: YYYY.MM.XX)....
Migrating Desktop Powerbuilder app for Mobile devices
- How-to
- Last updated 3 weeks ago
- David Peace -Consulting Partner Powersoft replied 3 weeks ago
Hi - I'm using licensed PB 2022 and recently, I have been asked by my company to look into migrating the existing Powerbuilder application for mobile devices. The application contains API calls to SAP PM.
After searching on the web, I understand I n...
Hi all,
PowerBuilder/PowerServer/InfoMaker 2025 R2 Beta 3 (Build 6373) is now available for testing.
(1) Download page:https://www.appeon.com/developers/pb2025r2-beta.html
(2) Documentation:https://docs.appeon.com
For changes since the previous b...
PB2022 - Using Inspect Tool for MSAA and UI Automation Modes
- How-to
- Last updated 1 year ago
- John Fauss replied 3 weeks ago
Hello All,In our PB2022 application, we are using 'Inspect' Accessible tool for Test Automation functions.From the documentation, it says with Microsoft UI Automation technology, the UI elements of the PB control can be accessible using various tools...
Issues with automatic RibbonBar generation in PB 2025 R2 Beta 2
- Resolved
- How-to
- Last updated 3 weeks ago
- Peter Pang @Appeon replied 3 weeks ago
Hi,
I am currently testing PB 2025 R2 Beta 2. Our menu control is designed based on user permissions. We wanted to try out the new RibbonBar, but it isnt working as expected: the menu items remain permanently inactive.
Since I am using the automati...
DPI awareness for powerbuilder app running as a Child window.
- How-to
- Last updated 1 month ago
- Mark Lee @Appeon replied 3 weeks ago
Hi,
We're running a powerbuilder app (version 2025 Build 3683) inside of a .net 8 WPF application. It is hosted in a component called HwndHost. This requires the powerbuilder app to be a child window.
It seems like when a powerbuilder app is launch...
Consecutive calls (reentrancy) using TriggerEvent for calling from C# to PB
- Issue
- Last updated 1 month ago
- Liron Sabag replied 3 weeks ago
Hello,
In C# we are using PowerBuilder.RegisteredObject.TriggerEvent to call a PB event from C#.
The flow works fine in most cases.
However, when trying to call TriggerEvent while another TriggerEvent is still running, the second calls "hangs" the...
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
DPI
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
Nube
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
RibbonView
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Solution
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