Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 9 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 5 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. :)
Source code forward declarations question
- Resolved
- New
- Advice
- Last updated 1 day ago
- kitty he @Appeon replied 17 minutes ago
We thought we were seeing possible object corruption in our 20+ year old application. It appeared that several objects had duplicate type definitions in the source code, so we removed the duplicates. Now, 3 months later, while editing a script in 1 o...
PowerServer version of application is 10 times slower than client/server version
- New
- Issue
- Last updated 12 hours ago
- Logan Liu @Appeon replied 49 minutes ago
PowerBuilder 2022 r3 build 3397 PowerServer application running on Windows environment deployed to Azure server farm SQL Server DBMS
Hello fellow PBLers... We are now at the point in our PowerServer journey where we are standing up our production ...
Deployed exe will not start or open main window
- How-to
- Last updated 3 weeks ago
- Armeen Mazda @Appeon replied 8 hours ago
I created a 32 bit project object for my target and ran the deployment to create an exe file. I attempted to run the resulting exe file but when I do, nothing happens. There is no error message of any sort and the exe file does not appear to be runni...
How To: Integrate Agentic AI With My PowerBuilder Application
- New
- How-to
- Last updated 4 days ago
- Armeen Mazda @Appeon replied 8 hours ago
Hi all.
I am wondering if anyone had luck integrating their PowerBuilder application in an agentic AI fashion.
For example:
User opens your deployed PB App
Starts chatting with the AI, ChatGPT for example
Then asks said AI to create a Purcha...
Compiler: [FATAL]: Exception occurred while linking
- Issue
- Last updated 3 weeks ago
- Armeen Mazda @Appeon replied 8 hours ago
Hi all
I am trying to test solution so I converted an app and trying to compile it.
I am getting the following error:
[FATAL]: Exception occurred while linking, exception code =0xc0000005.
PB 2025R2 - Runtime 3726
Any ideas?
Get original value in Datawindow Expression
- New
- How-to
- Last updated 14 hours ago
- Luis Avilan replied 11 hours ago
Hi everyone
Quick question:Does anyone know if I can access the original value of a Datawindow column in a Datawindow expression?
In Powerscript, I can easily get the original value using the getitemxy methods:
dw.getitemstring(row, "my_column", P...
PB 2025 R2 Datetime2 support and Oracle Timestamp
- Issue
- Last updated 1 week ago
- Chris Pollach @Appeon replied 12 hours ago
Hi,
Following the upgrade to PowerBuilder 2025 R2, we are encountering a blocking issue in our application, likely related to Datetime2 support:
- Our Oracle version is 12.2.0.1- All our dates are in TIMESTAMP(6) WITH LOCAL TIME ZONE format
When a...
Just sharing a few concerns about the bleak future of PowerBuilder here and what could be done about it...
We all know PowerBuilder apps work like a rock - surviving major O/S upgrades (even without any PB upgrades) - and can last 20 years, 50 years...
Problem with quoted identifier with pb2022/Ado.net/sql server
- New
- How-to
- Last updated 1 day ago
- Peter Pang @Appeon replied 1 day ago
Hello
I have an Powerbuilder 2025 application, with database sql server. We connect to the database with ado.net. My problem is when in a sql i have a string with "Value", it's not reconized. What i can do if i don't want modify all the applicatio...
Appeon PowerBuilder Certification
- Resolved
- New
- Misc
- Last updated 2 days ago
- Richard Frantz replied 1 day ago
So this is odd, the below job posting is mandating Appeon PB certification. I didn't even know there was such a thing. Is there and I missed it?
https://www.dice.com/job-detail/67b90034-3d3a-4814-931d-ef5e0536470c
Secure Connection Encryptor standalone tool
- New
- Misc
- Last updated 2 days ago
- Diego Marrero replied 1 day ago
Hi all.
It would be nice to have the new Secure Connection Encryptor as a standalone tool that could be deployed in the customer's system. I was wondering if anyone has developed anything like this, or if Appeon has thought about providing it.
Be...
Hello
Using PB 2025 R2 build 6430, PostgreSQL 18.4 on x86_64-windows, compiled by msvc-19.44.35226, 64-bit, ADO.NET DB to connect Postgresql.My ADO.net connnection
My table structure [ From PG Admin ]
Datawindow [ Column specification ] UUID datat...
Hi all,
for years we are using PBNISMTP.We had no issue with our SMTP while using the connection_type = 2 (STARTTLS property) inside PBNISMTP object.The new SMTPClient object has no STARTTLS property and it is implied that is autoconfigured by the p...
PowerBuilder DW Resetting Update Properties
- Resolved
- New
- Misc
- Last updated 2 days ago
- Armeen Mazda @Appeon replied 2 days ago
Did I read somewhere that PB auto resetting update properties when you change the sql behind a dw is going to be fixed? Or is already fixed?
connecttonewobject returns -3 when trying to connect to Excel OLE
- New
- Issue
- Last updated 2 days ago
- Armeen Mazda @Appeon replied 2 days ago
connecttonewobject returns -3 when trying to connect to Excel OLE
It works fine on our normal client PCs but not on a certain machine. It stopped working suddenly, worked fine for years. We did a new excel installation as well just to be sure that E...
I am currently working with the following environment:
PowerBuilder 2025 R2, Build 6430Microsoft OLE DB Driver 19 for SQL ServerMicrosoft SQL Server 2022 and SQL Server 2025I have identified a possible issue when attempting to create a DataWindow ba...
Hello
I want to add a XML-file to a PDF. If I do it the MIME type of the file will be application/octet-stream. But I need text/xml.
How can I manage that in Powerbuilder 2025 R2 (PDFnative)?
Regards
Roy
Product: PowerBuilder 2022 R2, Build 2819 (GA offline installer)
Environment: Windows Server/Client (Intune-managed endpoint), previous PowerBuilder version was deployed with IDE-only footprint successfully
Issue Description:
We are attempting to ...
Clipboard function aborts with very large data
- New
- Issue
- Last updated 3 days ago
- Armeen Mazda @Appeon replied 3 days ago
PowerBuilder 2022 GA Build 1892
We are getting aborts in a window when the clipboard contains a very large string. I tracked down the abort to this:
ls_clipboard = ClipBoard()
The data in the clipboard is 281,232 KB which I determined by pasting i...
More of a tip than a question, to select an entire code block
- New
- How-to
- Last updated 6 days ago
- Armeen Mazda @Appeon replied 6 days ago
I haven't seen this documented anywhere, so thought I'd pass it along. In the new powerscript editor, if you collapse an outlined code block, you can select the entire block by either triple-clicking on the remaining visible line, or by clicking on o...
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