Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 2 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. :)
MultiSubnetFailover in PB 2025
- Resolved
- New
- How-to
- Last updated 2 hours ago
- Larry Pettit replied 29 minutes ago
If the parameter MultiSubnetFailover=True is included in the DBParm in the connection string when using MSOLEDBSQL19, will the parameter get passed by PB or ignored? I found some old questions about this parameter but nothing recent.
Hello,We are experiencing significant slowness with our PowerBuilder 2022 R3 32-bit application when used via a TSE (Terminal Server Edition) session. In contrast, the application runs quickly when launched from an independent client workstation.Init...
Cloud Launcher Failing to Upload Files
- New
- Issue
- Last updated 1 hour ago
- Armeen Mazda @Appeon replied 1 hour ago
Hello,We are in the process of moving our servers into a cloud environment. We've recently moved out Cloud Launcher server to the cloud, and we now are seeing issues running the Cloud Launcher Build and Deploy process to upload new versions to this c...
Objects cannot be opened in 2025 IDE
- New
- Issue
- Last updated 1 hour ago
- Chris Pollach @Appeon replied 1 hour ago
Having migrated to 2025 b. 3726 (Solution), the IDE suddenly stopped working for most object types on one computer.
I can compile , exchange data with GIT, Edit Source and so on, but all painters simply start hanging on opening an object that is not...
Can PB2025 3711 be installed with the beta of 2025 R2
- Resolved
- New
- Advice
- Last updated 4 hours ago
- Chris Pollach @Appeon replied 4 hours ago
Hi
I would to give a try to the 2025 R2 beta with a copy of current applications, without loosing access to actual 2025
Can they be installed together?
Best Regards
Alfredo
Hi,
When merging multiple PDFs using PDFDocument.ImportPDF(), some source PDFs do not expose form field groups in the target PDFDocument. Consequently, GetFormFieldGroupCount() returns 0 , and RemoveAllFormFieldGroup() has no effect.
If we import t...
MSSQL Server, Stored Proc, OUT params causing problems (revisited)
- Resolved
- New
- Issue
- Last updated 1 day ago
- Arnd Schmidt replied 21 hours ago
A while back I posted a question regarding mssql server and output params on stored procs not working properly.
That can be found here:https://community.appeon.com/qna/q-a/mssql-server-stored-proc-out-params-causing-problems
I got called away from ...
Need help with PB11.5 License on the SAP site
- New
- Misc
- Last updated 1 day ago
- David Peace (Powersoft) replied 22 hours ago
Is there anybody here familiar with the SAP site to generate/view and checkin licences for PowerBuilder 11.5? Or know whom to contact at SAP to help me out.Way back when we had licenses for two programmers.
Since SAP acquired PB (way back when) , I ...
After install of 2025 beta I can't access PB 2022 R2
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 day ago
Hello.
I installed PowerBuilder 2025 Beta to try it out. I went through the install process and restarted my PC. When it restarted, I couldn't find the app to start PB 2025 beta, but worse I tried to start my PB 2022 R2 and I got this error (see bel...
Powerbuilder 2025 Dynamic DPI awareness and SVG-based themes
- New
- Issue
- Last updated 2 days ago
- Armeen Mazda @Appeon replied 1 day ago
I am looking for a reason to go with powerbuilder 2025 beta. If this feature delivers as promised, a sharper display windows it would be reason enough. But i compared 2022 R3 with PB2025 and I see no difference.
Permonitorv2 is set.
AM I missing so...
PBDOM - savedocument - adds a BOM or white space at the beginning
- Resolved
- New
- Issue
- Last updated 2 days ago
- David Peace (Powersoft) replied 1 day ago
Hi
PB2025 build 3726
I use the PBDOM for making an XML file. The code is below. When I run the XML through a validator, it passes, but there is an BOM or hidden whitespace (see the red dot) in front of the beginning tag.
WHAT IS THE CAUSE OF THIS?...
PB2025 and PB2022 R3 license issue
- Resolved
- How-to
- Last updated 3 months ago
- Niyas Akayil replied 1 day ago
Hi,
Recently, we started using PowerBuilder 2025 alongside PowerBuilder 2022 R3. On most machines, both PowerBuilder IDEs can be open at the same time, and it works just fine.
However, on one machine, only one IDE can be open at a time. When a new ...
MSSQL Server, Stored Proc, OUT params causing problems.
- Resolved
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 day ago
Environment: Powerbuilder 2021, Microsoft SQL Server 2022
I am working with inherited code that used to connect to a Sybase ASE server. I am having problems with the OUT params on stored procs (see message above). These used to work with the S...
I am having issues launching the PB 2022 R2 IDE (22.1.0.2819). I came back from some time off to find my Visual Studio 2022 had been uninstalled from my VM. Since that point I have not been able to launch the PB IDE on that VM. I have reinstalled Vis...
WorkSpaceWidth() yields different result in PB 2025
- Issue
- Last updated 1 week ago
- David Peace (Powersoft) replied 2 days ago
Hello,
Consider the following window:
forward
global type w_response from window
end type
type st_1 from statictext within w_response
end type
end forward
global type w_response from window
integer width = 809
integer height = 280
boolea...
Start consulting for PowerBuilder and PowerServer
- New
- How-to
- Last updated 3 days ago
- David Peace (Powersoft) replied 2 days ago
I have had some changes in my full time position. I have been developing in PB since 1993, under Windows 3.1 and at current levels for both PB and PowerServer. As a result of the changes, I would like to start doing PB consulting for other firms. Wha...
SetTransObject is invalid after several hours
- New
- Issue
- Last updated 3 days ago
- David Peace (Powersoft) replied 2 days ago
Im using PowerBuilder 2025 Build 3726.We have a client/server application originally developed with an Informix database, which we are now migrating to SQL Server.
// Translate SQL
String ls_dbtype, ls_syntax, ls_errore
String ls_dbparm, ls_...
HTTPClient PB2022: How to use proxy-functionality
- New
- How-to
- Last updated 3 days ago
- Mark Lee @Appeon replied 2 days ago
Hi,
as we have moved from PB2019 to PB2022 we faced some issues regarding the MSXML2.xmlhttp.v6.0 ole-object.
We get different kind of errors ( from connect issues to sending errors ), but only on some machines.
As we didn't want to investigate ...
Power Script for bitwise and for Postgres SQL
- New
- How-to
- Last updated 2 days ago
- Markus Eckert replied 2 days ago
Hello
How may I write a bitwise AND for Postgres SQL in powerscript? Example:
SELECT column_1, column_2 INTO :ls_1, :ls_2
FROM table_a
WHERE (R_TYPE POWER(2, :rbt_pgm - 1)) 0;
Creating Azure DevOps CI Pipeline with PB2025
- Resolved
- How-to
- Last updated 3 weeks ago
- Christopher Altvater replied 2 days 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...
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