Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 3 weeks 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. :)
Supported versions of Oracle client in PB 2025
- New
- Misc
- Last updated 3 hours ago
- Chris Pollach @Appeon replied 1 hour ago
Hi,
While reading about the database compatibility of PB 2025, I noticed the following:
Does this mean that a PB application using the 2025 runtime will not be compatible with Oracle client 12?
Thank you.
add a table in a sql database - powerscript
- New
- How-to
- Last updated 3 hours ago
- Chris Pollach @Appeon replied 1 hour ago
Hi all
Is it possible to add a table to a database using powerscript or some other method at run time ?
for example
create a table called item_codes
fields item char10
item_desc char50
cost numeric 10,2
regards and thanks
Andrew
PB 2025 code editor tab width
- New
- How-to
- Last updated 2 days ago
- Chris Pollach @Appeon replied 2 hours ago
We just upgraded from PowerBuilder 2022 to 2025, and all our code which was very well aligned in PB 2022 now looks an utter mess.Is there a way to adjust the tab width in the code editor ?Note : The script and editor settings are the same in PB 2022 ...
Not getting PB errors at runtime - execution stops
- New
- How-to
- Last updated 7 hours ago
- Chris Pollach @Appeon replied 2 hours ago
Hi! We are running PB 2022 R3 build 3397 CloudPro Edition.
I've been seeing an increase in tickets come into our helpdesk where our application is not doing what it's supposed to be doing and I'm looking for some guidance, please.
We don't seem to ...
We have a PowerServer2022 application. We are migrating from Oracle DB to PostgreSQL, hosted on an AWS server. Does Active Directory authentication using Kerberos supported by Appeon? We have tried using JDBC connection but is getting error, "SQLSTAT...
SQLanywhere connection pooling PowerServer
- New
- How-to
- Last updated 8 hours ago
- Chris Pollach @Appeon replied 2 hours ago
Hi,
the power server documentation states the below
SQL Anywhere (ODBC) 16 (16.0.0.2043 or later) or 17
If SQL Anywhere is on a different machine from PowerBuilder, make sure to enable the connection pooling setting in the ODBC driver. Connect...
PB DW creating columns as compute_XXXX when the from clause is from a derived table
- New
- Issue
- Last updated 1 hour ago
Hi guys,
I'm using PB 2025 3711. I'm connecting to a MySQL DB using ODBC "MySQL Connector/ODBC 8.0 (32-bit)". I was using version 8.0.37, but I've updated to the latest 32-bit available, which is 8.0.43 (PB IDE doesn't seem to be able to use the 64-...
PBDEBUG, no file is create
- New
- Issue
- Last updated 12 hours ago
- Armeen Mazda @Appeon replied 5 hours ago
We just moved from PowerBuilder 2022 to 2025 (3711).The application is compiled but in the runtime we got some crashes.Without any messagebox. In the Windows event we see that pbvm.dll was causing the error.
In that situation we use '/pbedug' to see...
We have problems with objects not downloading to some users machines. It may be related to network/internet issues, but regardless the problems do not prevent all objects at all times, it just is slow and most likely (i'm guessing here) related to ti...
powersever 2025 timeout
- Resolved
- New
- Advice
- Last updated 10 hours ago
- Chris Pollach @Appeon replied 7 hours ago
Hi,
I hope you can help
I have a power server app, the user logs on, some existing data is shown in a datawindows, they click to create an advice note for todays delivery, this in turns opens a datawindow. and inserts a row, they then fill it in....
Hi,
pb2025 latest version
I am having some issues getting the runtime to work on a couple of computers.
2 of which just seem to finish downloading the app launcher and then stop and do not run the application - no error message shows just does not...
Git switch branch and Solution
- Resolved
- How-to
- Last updated 1 week ago
- kitty he @Appeon replied 15 hours ago
Hi,
We converted our workspace into a solution and successfully recreated 2 branches in our Git repository, patch and develop (created from patch). Develop has some new objects, some modified and some deleted when compared to patch.
In workspace mo...
Arrow Icons are missing in Ribbon Bar when Theme is applied
- Issue
- Last updated 1 week ago
- kitty he @Appeon replied 20 hours ago
Hi,
We are using Power Builder 2022 R3 Build 3391 RunTime 22.2.0.3391
We have implemented themes and Ribbon bar in our application
we are unable to see the dropdown arrow for the Ribbon bar buttons (Large and Small buttons both) whenever the Theme...
How to determine if a datawindow contains a group
- New
- How-to
- Last updated 23 hours ago
- Chris Pollach @Appeon replied 21 hours ago
Im trying to determine if a datawindow contains a group at runtime. All of these scripts don't work.
ls_band = dw_1.Describe("Datawindow.band.groupheader.height")ll_groups = Long(dw_1.Describe("Datawindow.Group.Count"))ls_groups = dw_1.Describe("Dat...
Hello there,
i have been testing HttpClient 2025 on new PB 2025, i have been getting StatusCode 307 HttpClient_Object.GetResponseStatusCode() on my requests to http APIS.
i dont have this issue in PB 2022, So its kind of strange, HttpClient_consult...
How to reach other columns in itemerror
- New
- How-to
- Last updated 1 day ago
- Ross Wood replied 1 day ago
Hello beautiful PowerBuilder people,
When we reach itemerror, failing on some column. Can we get the values of the other columns?
I've been struggling for a few days with no success getting the other columns.
Thanks
Missing expressions option for visible attribute on tabs
- New
- Issue
- Last updated 1 day ago
- John Fauss replied 1 day ago
In datawindows and most other objects, you can define an expression based on field data to set the visible or enabled attribute of the object. That option doesn't appear be the case for tabs, tab pages, and datawindows within tabs.
I have included s...
I recently got a new PC at work I can no longer run ProDiff. I've installed it numerous times with several versions of .Net but I can't find any way to make it work anymore. So, does anyone have a suggestion on another tool to use to compare PBLs and...
Compiler keeps recompiling over and over and over . Cant work with 70+ pbls
- New
- Issue
- Last updated 2 days ago
- Arnd Schmidt replied 1 day ago
OMG,I'm making cosmetic changes and resizing my application, which has 70+ pbls and takes 3 minutes to compile. Every time I touch anything, change a property, readjust the sizing, OMG it compiles again every time. This is ridiculous and not usable.
...
PDFDocument, how to create a line/rectangle
- New
- How-to
- Last updated 2 days ago
- Chris Pollach @Appeon replied 1 day ago
Hi PDF gurus,
is there a way to create lines and rectangles via PDFDocument based functionalities?
Thanks in advance,
Bernhard
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
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