Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 1 month 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. :)
Remote desktop - application crash on reconnect
- Issue
- Last updated 3 years ago
- Bhavesh Vyas replied 2 hours ago
When we start our Powerbuilder app in a RDP/RDS session - and we close the session (closing with the "X" - so not doing a loggoff) and then reconnect to the same sesion afterwards in many cases the application crashes. It just disappears (got closed)...
Creating Azure DevOps CI Pipeline with PB2025
- New
- How-to
- Last updated 2 days ago
- kitty he @Appeon replied 5 hours ago
Hello,
I have a couple of questions regarding ADO Repos and CI pipelines using Azure DevOps for a PB application. My application is in PB2025, and I have the PB Utility installed on a self-hosted agent.
About four years ago, we migrated the PB sour...
how to stop blinking cursor
- New
- How-to
- Last updated 9 hours ago
- Chris Pollach @Appeon replied 7 hours ago
i was at an elevate conference and Chris Pollack gave a solution to stop a cursor from blinking when PB was looping.
i'm tired of watching the cursor blink.
thanks for the help
Problems setting width of RibbonComboBoxItem control
- Resolved
- New
- Issue
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 7 hours ago
Hi,
I'm struggling to set the width of a RibbonComboBoxItem control according to the width of the content.
Setting the AutoScale property to TRUE doesn't appear to work.
I've also tried setting AutoScale to FALSE and the BoxHeight, BoxWidth and Wi...
We have a 25 year old PowerBuilder app that started with PB6 in 1998. The app opens and connects to the database, creating the transaction object SQLCA, and that is used the entire time the app is running. When a window opens, we create datastores an...
Buenos días
estoy tratando de entender Ribbobar
tengo un ventana principal w_mdi y necesito abrir una ventana w_sheet defino el siguiente evento el cual solo tiene un parametro
ue_buttonemployeesclicked
en el evento tiene el siguiente ...
In the latest PowerBuilder 2025 solution format, We are facing issues with debugging where We cannot evaluate expressions such as rowcount. This problem extends to other expressions as well where the evaluation during debugging is inconsistent or fai...
Runtime Packager 2025 build 3726 fails
- Resolved
- New
- Issue
- Last updated 2 days ago
- Sverre Tvedt replied 1 day ago
I am testing the workspace-to-solution feature for deployment compatibility with 2022 base version, and in the process:
The Packager program complains about a missing System.Configuration.ConfigurationManager.dll from the 3726 folder.
Is the runtim...
PBAutoBuild250.exe Fatal C0247 Exception (2nd Pcode generation)
- New
- Issue
- Last updated 1 day ago
- kitty he @Appeon replied 1 day ago
Hello PB Community!
We're migrating from PB2022 to PB2025 and converting from binary to solution/project. It seemed to be going very well until we tried using the PBAutoBuild.
We are encountering a Fatal C0247 Exception occurred while generating PC...
Export to Excel12 in PB2025, file not created
- Issue
- Last updated 3 months ago
- Bernhard Stoeter replied 1 day ago
After migrating my program to PB 2025 I was notified by a user that the Excel export (to XLSX) no longer worked. Export to Excel XLS still works. There are no errors. The program thinks it is creating a file, but nothing is there. I've looked at all ...
.NET DataStore Templates
- Resolved
- Misc
- Last updated 1 week ago
- Julie Jiang @Appeon replied 2 days ago
Hi Appeon team.
I am using .NET DataStore Project in PowerBuilder 2025
This works great, but I have a few suggestion
Make the generated DataStoreService partial, inherited from an abstract class to allow for customisation. See: \Services\Built...
Webapi taking default local host instead of webapi url specified
- Advice
- Last updated 1 week ago
- Vijay Kumar replied 2 days ago
Hi Team,
Good Morning !!!
I am deploying the powerserver application on windows IIS server, However when i publish the serverapi and run It is taking default localhost , irrespective of web api url.
Can any one help on this how to host my webapi...
Graphical issues with Windows Zoom and Remote Desktop
- New
- Issue
- Last updated 3 days ago
- John Fauss replied 2 days ago
Hi everyone,We have this problem: if the user has the zoom enabled on their client, for example, at 125%, when they access the application from the remote desktop, the PowerBuilder windows and the objects within them don't resize correctly.
On the c...
display PDF in web browser control
- Resolved
- New
- How-to
- Last updated 2 days ago
- Riccardo Pasqualetti replied 2 days ago
I have this path and try to use with web browser control but don't work
\\sc-sap10sst/b1_shr/MM1_SBOM1_DEMO_UNICO_FC2/Pdf/DT0170_17112025_10111394990002.pdf
I tried this, but it doesn't work:
wb_1.Navigate("file:///sc-sap10sst/b1_shr/MM1_SBOM1_DEM...
Slowness in PowerServer Application
- How-to
- Last updated 1 week ago
- Sathishkumar S replied 2 days ago
Hi All,
We have deployed our PowerServer application to production and are experiencing slowness across the board for nearly all users.When comparing performance between the client-server and PowerServer versions, screens that open in 2 seconds on t...
Hi,
I hope someone can point me in the right direction to get started on this.
I was talking with Bruce at the London PB meeting about importing a DLL that runs and connect to a handheld RFID reader.
I wanted to do this years ago but it was just t...
UI window issue after applying custom theme
- Issue
- Last updated 1 week ago
- kitty he @Appeon replied 3 days ago
Hi,
I am facing a strange issue whenever I apply custom themethe width height of the UI window is reduced when I apply custom theme (this does not happen when I use default or inbuilt PB theme)
NOTE :
I have drawing=true in JSON only for Ribb...
How to prevent a Docking Menu window from closing
- New
- How-to
- Last updated 6 days ago
- Oranda J replied 3 days ago
Hello!I'm currently developing a program using PowerBuilder 2025 Build 3711.What I'm working on now is implementing a screen like the one shown in the image.
In this screen, I want to make sure the menu area (Section A) doesn't get closed.When t...
PB 2025: Database Error Code 102: ODBC Driver 17 for SQL Server
- Resolved
- Issue
- Last updated 4 months ago
- Bruce Armstrong replied 4 days ago
Hi all,
I'm having another go at upgrading my application to PB 2025. I downloaded the latest PFC libraries from GitHub (thanks Bruce) and migrated my code.
When I run the app and enter my userid and password to connect to the database I get this e...
Dynamically find base window
- Resolved
- New
- How-to
- Last updated 6 days ago
- Amit Sharma replied 5 days ago
Sorry if this is already asked or answered already but I couldn't find an answer. Here is the situation
w_main MDI
then 2 base windows say w_base and w_base1
I inherited 2 working windows out of these so
w_order inherited from w_base
w_billing i...
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