Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 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 3 years ago
- Olan Knight replied 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Print an InkPicture in a datawindow.
- New
- How-to
- Last updated 12 minutes ago
- Ed Van Haren replied 10 minutes ago
As recommended in this forum, I started using the Inkpicture object in a datawindow to replace an old OCX viewer. It seems to display TIFF blobs fine but I am having a few issues:
We can zoom in and out using the built-in mouse and alt key but it ...
SyntaxFromSQL() is not working in PowerBuilder 2021 after migrating from PowerBuilder 9
- New
- Issue
- Last updated 6 days ago
- Chris Pollach @Appeon replied 1 hour ago
Hi Chris, I have Migrated the application from PowerBuilder 9 to 2021 . SynatxFromSQL() is working fine in version 9 and in 2021 the SQL is not executing . Here is the SQL insert into GOLF_SBP.BS_AMUNDI_ESTADOS_RE SELECT 7652, 'G', to_date('30-11-202...
PB 2025 Beta: PFC .pbr references error during compilation
- New
- How-to
- Last updated 8 hours ago
- Chris Pollach @Appeon replied 1 hour ago
Hello everyone and happy new year 2025!I've tried to migrate my powerbuilder application to PB 2025 Beta (Build 3503) and converted it to a solution for testing purpousesAs i'm using PFC i have successfully integrated the new libraries already conver...
PowerBuilder Connection issue on remote server
- New
- Advice
- Last updated 2 days ago
- Chris Pollach @Appeon replied 2 hours ago
Hi,
We have installed powerbuilder packages in one of our remote server. Installation was successful but when we are logging in it required an internet connection to login. But we dont have internet connection in our remote server.
Does any one k...
Application crashing with PBVM170.dll
- How-to
- Last updated 2 weeks ago
- Chris Pollach @Appeon replied 2 hours ago
We have a client receiving this error message frequently when switching platforms:
faulting module name PBVM170.DLL version 17.2.0.1858, exception code: 0xc0000005, Fault offset: 0x00070e65, faulting process id: 0x2dbc
What can I ask the clie...
Return from Datawindow Painter with Select is not raising SQL syntax errors
- Resolved
- New
- Issue
- Last updated 5 hours ago
- David Peace (Powersoft) replied 3 hours ago
PB22R3 - "Return to DataWindow painter with Select" is not raising Syntax errors.
When viewing Design window for Datawindow as SQL Syntax, and then returning to Datawindow painter, syntax errors are not being validated.
Any help would be appreciate...
Powerserver 2025 Database cache connection method
- New
- How-to
- Last updated 1 day ago
- Chris Pollach @Appeon replied 3 hours ago
I am trying to migrate from using Postgres ODBC drivers to the ADO .Net version. In the native and powerclient side the connection is great and in my tests is comparable or better than the ODBC. My question is, when creating the powerserver database ...
Migration from PB 5 & 8 to PS2023R3
- New
- How-to
- Last updated 6 days ago
- David Peace (Powersoft) replied 5 hours ago
I have managed to successfully migrate from powerbuilder 2017 to powerserver 2023R3.
I have the challenge of two applications currently in production Powerbuilder 5 and Powerbuilder 8
Is there a chance of being able to migrate these two applic...
Minimum hardware requirements for PB2022 R3
- New
- Advice
- Last updated 2 days ago
- David Peace (Powersoft) replied 5 hours ago
Hi,
Our organization is upgrading from PB2017 R3 to PB2022 R3.
Our PB application serves about 600 users with a wide range of computers and Windows versions.
What are the minimum hardware and operating system requirements for PowerBuilder to opera...
Error when using Object.DataWindow.Print.FileName
- New
- Issue
- Last updated 2 days ago
- David Peace (Powersoft) replied 5 hours ago
PB 2022 1900
Has anyone experienced an error when trying to set the filename in the DW ( Object.DataWindow.Print.FileName = lsFileName )? I just received the "Error accessing external object property filename" when trying to set it. It works on othe...
Hello,I would like to know what files I need to copy to the cloud server for my application to work.
Retrieve Datawidnow With Object Report and compute field with datawindows parameters.
- Resolved
- How-to
- Last updated 4 years ago
- Ramón San Félix Ramón replied 2 days ago
My reports usually are datawindow that has a header with a report (Company Name and Logo).
When migrating to Snapdevelop, it doesn't retrieve the header.
It also doesn't work well if I use a datawindow parameter in a compute field.
How do...
Hi, this code word perfectly but it's only sending one attachment and i need to send two attachments as indicated below.
Please help.
ls_item = 'abc.pdf'ls_file = "D:\" + ls_item ls_item2 = '123.xls'ls_file2 = "D:\"+ ls_item2 //Read the file into a...
How to install PBAutoBuild on hosted agent
- New
- How-to
- Last updated 6 days ago
- kitty he @Appeon replied 3 days ago
Hi all,
Is there a way to install the PBAutoBuild on azure hosted agent?
The task should looks like that:
-task:PowerShell@2
displayName:'InstallAppeonExternalCompiler'
inputs:
targetType:'inline'
script:|
$appeonUrl='https://example.com/pa...
There is currently no matching version,Lowest Supported Version:2022_22.3.3391 - Citrix server apps launch issue
- Resolved
- New
- Issue
- Last updated 6 days ago
- ACMESECURE DEV replied 3 days ago
Hello everybody,
I have a problem with the delivery of Powerbuilder (PowerBuilder 2022_22.3.3391_001) application in citrix server.I am just about to use the new version of powerbuilder - migrated source code and deployed in window 2016 citrix serve...
I have PB 22 and have a picture button that I want to change the image when a user hovers over the button. I can map an event (pbm_mousemove) that works fine but, is there an event that tells me when the mouse has moved off of the object? I then want...
Hi,
I'm looking for a control FileBrowser with preview Html and PDF files as Windows Explorer. I could use Webbrowser, but maybe somebody has a ready solution?
Regards,
Pawel
Hi,
How do you implement the enter key on a datawindow.
I have a button in a data object window, I need to press enter to execute the triggered clicked event of the button.
with kind regards
Graph representation -- Label display on each bars
- How-to
- Last updated 2 weeks ago
- Chris Pollach @Appeon replied 1 week 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.
radiobuttons and checkbox not showing in Windows Server
- Issue
- Last updated 1 week ago
- Andres Slachevsky replied 1 week ago
Hello All,
Powerbuilder 2022
we have a windows 2016 is not showing the RaddioButtons and Checkbox
the same exe in a windows 11 machine shows the buttons and checkboxes
for example
this 2 radiobuttons shows the text but not the buttons
if i cl...
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
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
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
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