Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 11 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 5 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
iText7 PdfSign Exception
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 2 months ago
Can anyone with experience with iText7 help me...I have created a console app to sign pdf which works ok.When I create a class library project to consume with PowerBuilder and I get the following error:
The type initializer for 'iText.IO.Util.Resour...
Graph representation -- Label display on each bars
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 2 months ago
HI,
I have developed graph using datawindow,I can able to picture the graph however i couldn't able to show lables for each bar,Can any one suggest how to display the labels on each bars in graph.
Regards,
Chakrapani.
System.IO.packaging.dll not a .net original library
- Issue
- Last updated 2 months ago
- Michael Kaczmarczyk replied 2 months ago
Hey,
we recently upgraded our application from PB2022 to PB2025 R1 and then to R2.
And we have some .net libraries developed, that we are using in our PB2025 application.
One of this libraries ( a component for excel ) is having a related/linked...
Is it possible to connect to an ASE database version 12.51 using PowerBuilder 2025?
Thanks Regards
Andreas
Does Native Git use another temporary repository?
- Misc
- Last updated 2 months ago
- Benjamin Gaesslein replied 2 months ago
Hello,
Could someone help me understand how PB 2025 native interface to Git works? I've only started exploring it, and I'm following the Users Guide instructions.
I copied my workspace to a different folder so that I don't mess up with the actual w...
Error calling external function
- Resolved
- Advice
- Last updated 2 months ago
- John Fauss replied 2 months ago
HI team I am getting an error while closing the Application Error is - some screen shots are attached of the code, i am not able to find out the issue, please help."Error: (15) Error calling external function %s at line 25 in function uf_getfiles of ...
Statictexthyperlink/MicroHelp button click = crash
- Issue
- Last updated 2 months ago
- Mary Jane Foster replied 2 months ago
Hello.
We've encountered an issue others may or may not have experienced before. We have a statichyperlink and a button object in close proximity. When a user hovers over the statichyperlink long enough for the MicroHelp to populate with the URL and...
[APPEON WEB] Request for Solution to Screen Crash Issue in Chrome Browser
- How-to
- Last updated 2 months ago
- Kai Zhao @Appeon replied 2 months ago
Hello.
[APPEON WEB] Request for Solution to Screen Crash Issue in Chrome Browser
Recently, the Appeon web page suddenly freezes when accessing via Chrome. I would appreciate it if you could let me know how to resolve this.
Thank you.
- Screen sho...
pbautobuild250 finishes with error
- Resolved
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hello,
trying to compile using command line (PB 2025 R2) finishes with error after some warnings that are expected.
From PB project is deployed with no problem
Pbls have been migrated from PB 2022, where the compiler had no problem
pbautobuild250...
I'm trying to read an xml file.
PBDOM_Builder pbdom_bldrpbdom_document pbdom_docPBDOM_ELEMENT documentPBDOM_OBJECT pbdom_obj_array[]
pbdom_bldr = Create PBDOM_Builder
pbdom_doc = pbdom_bldr.BuildFromFile(this.text)
document = pbdom_doc.GetRootEle...
Postgres ODBC connection fails in EXE
- How-to
- Last updated 7 months ago
- Armeen Mazda @Appeon replied 2 months ago
Working with PB2025 using Postgres database and have successfully converted the entire PB6.0 project to PB2025 in the IDE. I have been using the ODBC connection quite successfully in the IDE but now that I have compiled to an EXE file, the database c...
How to expose PowerBuilder NVO method as REST API in PowerServer 2025 R2?
- Resolved
- How-to
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Product: PowerServer 2025 R2 (PowerBuilder 2025)
I have a PowerBuilder Non-Visual Object (NVO):
$PBExportHeader$uo_test_api.sru
global type uo_test_api from nonvisualobjectend type
public function string of_hello (string as_name);Return "Hello " ...
Our company is experiencing a vulnerability issue with two runtime versions. Have you heard of this problem or encountered these vulnerabilities?
Path : C:\Program Files (x86)\Appeon\PowerBuilder Runtime Packager\Runtime 22.2.0.3289\libcurl.dllInsta...
PowerBuilder 2025R2 - Compiled .exe is detected as PUA by Sophos Endpoint Agent
- How-to
- Last updated 3 months ago
- Thilo Mack replied 2 months ago
Hello colleagues,
We just completed our first compilation using PowerBuilder 2025 R2, and the Sophos Endpoint Agent immediately issued a warning and removed the generated .exe file.
We then tried compiling a different application and encountered th...
I have an application that is running in the IDE (PB 2025) but is failing when deployed, with this error:
Here's the screenshot of the code around line 61:
Not even any code on line 61, and no function either above or below it. So ... what'...
where do I get PowerBuilder setup program for pb2017 r3 build 1858
- How-to
- Last updated 2 months ago
- Brent Schlumkoski replied 2 months ago
We have a legacy product that is this version which we still need to maintain for a few clients.
We are trying to get all our clients to PB2022, which we re-engineered/migrated our solution to.
We have a new computer and need to install this.
Any ...
Apps won't start in the IDE
- Resolved
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hello
PB IDEThe fact is that since today I can no longer start PB projects from PB IDE, and therefore can't debug either. When I click "Run," PB minimizes to the taskbar and nothing further happens. In Task Manager, under "Details," the status chang...
Hi all,
Developing an app that uses restclient and jwt. I ran into a problem that I was missing LibSSL and LicCrypto in my deployment files.
Using the runtime packager those files don't seem to be included in the msi created.
Has anyone run into t...
PowerBuilder 2025 R2 deploy issue
- Advice
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hi,
I downloaded PowerBuilder 2025 R2 to update my application with version Pb 2025. I can recompile my program but when I tried to deploy it, I got the message below. Please advise . Thank you.
Powerbuilder 2019 debugger not running
- How-to
- Last updated 3 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hi All,
I need some help with the following:
Powerbuilder 2019 debugger not running when a process is scheduled as a web service.
I have a C# process that runs batch operations that uses PowerBuilder GUI to schedule invoices.
The process runs jus...
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