Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 3 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. :)
Ribonnbar, xml and IDE PB 2025
- New
- Issue
- Last updated 5 hours ago
- Chris Pollach @Appeon replied 1 minute ago
Hi
I'm change old menu objects to Ribonnbar meny by defining their appearance in XML files using the Ribonnbar Builder (built into IDE PB). Why can't I see these xml files in the PB IDE (like dw, win, obj, etc.)?
Additionally, changes to XML files ...
This isn't really a question, just a resolution that might help someone else. Apparently the current version of Microsoft Defender and the PowerBuilder 2025 Build 3711 compiler don't play together very well. When doing a full build or trying to compi...
how to handle the Transaction pooling ?
- How-to
- Last updated 1 week ago
- David Peace.Consulting-Partner replied 2 hours ago
Hi,
My app is using more then one Trx obj.
IF Trx_Obj2.DBHandle()0 THEN ---this code is working ( DBHandle() return value )
DISCONNECT USING Trx_Obj2; ---this code is working ( logically DISCONNECT but still connect in DB)
IF Trx_Obj2.SQLCode...
Microsoft OLE DB Driver for SQL Server Disconnect
- Issue
- Last updated 2 years ago
- Praburaj KarthiKeyan replied 2 hours ago
PowerBuilder 2022 Build 1892, SQL Server 2017
I am connecting with the new MSO driver in a small test app run from the IDE. The purpose of the app is to make sure I have the correct connection properties before I modify the main application.
I ran ...
Upgrade to PB 2025 & Git History Advice
- Resolved
- Advice
- Last updated 3 months ago
- René Ullrich replied 3 hours ago
Hi all:
We are in the process of upgrading to PowerBuilder 2025 and transitioning from binary libraries to the new project solution format. Git is our source control system.
The documentation recommends starting with a fresh repository, which wou...
Hello Team,
can someone share me sample code how to call/use ChatGPT in PowerBuilder. I want to explore how AI will call in PowerBuilder.
Regards
Gyaneshwar
Search Library Entries: Regular Expression(s)
- Resolved
- How-to
- Last updated 2 months ago
- Konrad Kaltenbach replied 5 hours ago
Dear experts,
I want to use regular expressions in "Search Library Entries"
, but I lack practical knowledge in this area.
Specifically, I want to search for lines that contain, for example, 'dw_xy.update' and do not start with '//' or '/*'. What ...
Checkboxes with character values not reflecting proper state
- New
- How-to
- Last updated 15 hours ago
- John Fauss replied 9 hours ago
I have a simple datawindow that also contains 3 checkboxes. I have them set with "Y" for on and "N" for off in the Checkbox editstyle properties. The underlying table is a char(2). I have also duplicated the fields to validate the values as the check...
Unable to get Access Token using Certificate
- Advice
- Last updated 4 weeks ago
- Logan Liu @Appeon replied 9 hours ago
PB2025 64bit
We are using EntraID and replacing the client secret with using a certificate. We are currently able to get a token when using clientsecret. The certificate is installed on my machine.
Certificate:
Issuer:
Serial Number:
Cod...
SMTPClient - Send() returns -13 sometimes with multiple recipients
- New
- Issue
- Last updated 16 hours ago
Environment:
PowerBuilder: 2022 R3 Build 3441OS: Windows 11
I am encountering a strange behavior with the SmtpClient object. The Send() function returns -13, which the documentation defines as "Failed to send the network data."
The failure onl...
Bezier curve in Powerbuilder
- Resolved
- New
- How-to
- Last updated 20 hours ago
- Raymond Longoria replied 18 hours ago
I have Powerbuilder 2025 build 3711. I have a customer that is requesting a graph with a Bezier curve. I did not see this option in the Graphtype. Is there a way to implement this type of curve in a graph?
Windows dock state changing with PowerBuilder 2025 R3
- New
- Advice
- Last updated 21 hours ago
- Chris Pollach @Appeon replied 19 hours ago
Hello,
Our application currently runs on the PowerBuilder 2022 R3 Build 3356. We would like to upgrade the software to the new version "PowerBuilder 2025 R3". We got an email that below docking features will be discontinued from "PowerBuilder 2025 R...
Hi all,
I need help with the below 2 items:-
How to do bulk export from PB 2022 Workspace
Can we attach GitHub to our workspace for check-in
Build Failure: Could Not Find Resource File
- New
- Issue
- Last updated 1 day ago
- Chris Pollach @Appeon replied 21 hours ago
Hi Appeon Support Team,We are facing a build issue while deploying our PowerBuilder application.Issue Details: During the library build process, the build fails with the following error:Could not find resource file. Continue? This error blocks depl...
PDF ISO Standards Align PDF output from PowerBuilder applications with ISO 14289 (PDF/UA)
- Resolved
- New
- Misc
- Last updated 2 days ago
- Torgeir Lund replied 1 day ago
Hi,
I can see in your Roadmap for 2025 R3, that you planned to allign PDF Output from PowerBuilder with ISO 14289.
Would this mean that, in a DataWindow, it will be possible to define the reading order tags, mark artifacts (objects that should not ...
2025 R2 Compiler error code = -70001.
- New
- Issue
- Last updated 4 days ago
- Peter Pang @Appeon replied 1 day ago
---------- Compiler: Errors (15:59:42)[ERROR] Failed to start compiling powerscript objects, code = -70001.
Extraneous Third Parm in Stored Procedure Datawindows
- Issue
- Last updated 2 weeks ago
- Chris Pollach @Appeon replied 1 day ago
I've noticed in PB 2022 R3 build 3397 a new parameter added to the SP arguments when I rebuilt the datasource Stored Procedure.
Before:procedure="1 execute dba.emp_leave_accruals;0 @employee_number = :employee_number, @thispayroll_enddate = :thispay...
PBVM.dll was not found error when running EXE after migrating to Appeon 2022 R3 (Classic target)
- New
- Issue
- Last updated 2 days ago
- Shashank S replied 2 days ago
Hi all,
Im working on migrating an application that was originally built using Sybase PowerBuilder 12.5.2 (WinForm target type) into Appeon 2022 R3 using a Classic target.
As part of the migration:
I manually imported the SRD and SRW files into ...
Problem With .Net DLLs on PowerBuilder 2025
- New
- Issue
- Last updated 3 days ago
- Peter Pang @Appeon replied 2 days ago
Hi guys,
Our team ran into a very weird issue, recently after migrating to PowerBuilder 2025.
We have developed a .net class library responsible for retrieving device data (hardware + OS info). We imported it into PowerBuilder 2025 successfully.
...
Hello, I've installed 10Gbps network cards across the entire network, but I've noticed that PowerBuilder won't connect to the database (SQL Server) when I change the card's MTU from 1514 to 9000 (recommended for 10Gbps networks). I'm using the latest...
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