Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 4 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. :)
How to reach other columns in itemerror
- Resolved
- How-to
- Last updated 4 months ago
- John Fauss replied 4 months 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
ANSWERED: How to dynamically create a column DWOBJECT
- Resolved
- Issue
- Last updated 8 years ago
- Jim Reese replied 4 months ago
PB v12.1 Classic
I have a need to create a DWOBJECT dynamically.
Now, we all know that the standard method is as follows, but it requires that the column name be hardcoded.
dwobject ldwo
ldwo = this.Object.emr_juris_ind
...
HTTP CLIENT 2025: Error 307
- Resolved
- Issue
- Last updated 4 months ago
- Logan Liu @Appeon replied 4 months ago
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...
Supported versions of Oracle client in PB 2025
- Resolved
- Misc
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months 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.
SQLanywhere connection pooling PowerServer
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months 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...
PBDEBUG, no file is create
- Issue
- Last updated 4 months ago
- Armeen Mazda @Appeon replied 4 months 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
- Advice
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months 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...
Arrow Icons are missing in Ribbon Bar when Theme is applied
- Issue
- Last updated 4 months ago
- kitty he @Appeon replied 4 months 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
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months 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...
Missing expressions option for visible attribute on tabs
- Resolved
- Issue
- Last updated 4 months ago
- John Fauss replied 4 months 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...
PDFDocument, how to create a line/rectangle
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi PDF gurus,
is there a way to create lines and rectangles via PDFDocument based functionalities?
Thanks in advance,
Bernhard
PB application crashes during writing to Excel by OLE
- Issue
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi Everyone!
I have a PB app (PB2022 R3) which exports reports from dw objects to excel using an OLE based module. When large reports (over 150 pages) are exported the application crashes. A partial Excel file is created in the process before PB cra...
Assima, WizTom, and WizData for PB applications
- Issue
- Last updated 4 months ago
- John Fauss replied 4 months ago
Hello,
My current client uses Assima, WizTom, and WizData for translating their applications.
The Assima application apparently allows the creation of a thesaurus by extracting all the labels from the application. The WizTom application, when launc...
Hi together,
I' like to know which sorting algorithm datawindow/datastore.Sort() is based on.
Thanks in advance,
Bernhard
I would like to show in a pretty form the contain of a JSON file.
Is it foreseen to add this option on the JSON Object ?
Single line input events and other event issue.
- Issue
- Last updated 4 months ago
- William Hong replied 4 months ago
Hi everyone,
Im trying to build a search filter similar to the Ctrl + F feature in apps like Chrome
I created a non-visual object that initializes data such as the DataWindow that i want to search and the parent window.Then, I export the DataWin...
Creating Fillable PDF and extracting data after data entry
- How-to
- Last updated 4 months ago
- Bruce Armstrong replied 4 months ago
Hello,
Currently using PB 2022 R3 with Postgresql database.
There is a need 1. To create a fillable PDF, just like a Grid/Tabular datawindow.2. Distribute it. [ to send to their Email, WhatsApp, Manual transfer [eg. pendrive] ]3. Collect it [ Email...
how to display all linked records display for each other?
- How-to
- Last updated 4 months ago
- ahmed tawfik replied 4 months ago
Hi All
I have imported letters say its numbers are (1,2,3,4,5,6,7,.....) they all in window w_imported_letter (I put these in dw_master which data source is table imported_letter(columns are imoported_no,imported_date,to_dept,subject,.......) th
...
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