Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 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. :)
I am creating a DataWindow type FreeFrom using the instruction SystaxFromSQL, here the instructions:
ls_dw = Sqlca.SyntaxFromSQL(ls_query,"Style(Type=Form)",ls_err)
if Len(ls_err) 0 then
MessageBox("Error Syntax", ls_err, StopSign!)
Return
en...
Since migrating from PowerBuilder 2019 R2 to 2022 R3, we've had an influx of user complaints where they get "JPEG Processing Error: Insufficient Memory (case 4)" popups and windows error logs stating that faults occurred in VCRUNTIME140.dll and ucrtb...
dwo-groupbox in "theme.json"
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 2 months ago
Hi All,
I have modified some behaviour in a custom "theme.json".
When it comes to groupboxes, this custom behaviour is working fine on windows but it doesn't seem to be working in datawindows.
Attached is my "theme.json".
PB2019 R2 Build 2323
...
Who is using PowerBuilder with SQL Anywhere? Future of SQL Anywhere?
- Misc
- Last updated 11 months ago
- Glenn Barber replied 2 months ago
Hello everyone,
we have been using PowerBuilder together with SQL Anyhwere for over 20 years. For some years now in version 17.
Unfortunately, we cannot find any information about the further development of SQL Anywhere by SAP and when a possible v...
Hello
I just looked at the new 2025 version of PFC at https://github.com/OpenSourcePFCLibraries/2025-Workspace
But I can find the PBLs there. What I'm doing wrong?
Regards
Roy
Publicar una app Cloud
- Resolved
- How-to
- Last updated 2 months ago
- Guillermo Tamburo replied 2 months ago
Buenas tardes, tengo una app cloud de la cual se generaron los archivos :
app_cloud
CloudAppPublisher
Quiero publicarla en un server que tiene IIS.
En ese equipo no esta instalado el powerbuilder ni powerserver.
Alguien me podria in...
Need UPDATE Query submitted to DBMS during run time
- How-to
- Last updated 10 months ago
- David Xiong @Appeon replied 2 months ago
Hi Team,
We are using Appeon Powerbuilder CloudPro Edition.
We are updating the SQL UPDATE query based on a condition in DW SQLPreview event. The UPDATE query submitted to DBMS is fetched from SQLSyntax of SQLPreview event and is then modified...
Is SQL Preview still supported in PB2022 R3?
- Issue
- Last updated 9 months ago
- David Xiong @Appeon replied 2 months ago
SQL Preview in PB 2022 R3
Does anyone know if this is still supported? Thank you.
Hi,
I added below script in DW's sqlpreview event. but getting following error message. Using PB2022 R3 version.
"Unsupported(PowerServer) C0237: previewfunctionupdate as the request argument of SQL Preview (Suggestion: Do not use)"
If request ...
Hello,
I need to create bar codes in EAN 128. I need the algorithm and the font that interprets it.I have been testing with several functions that I have found on the internet and with many fonts of bar code (code 128.ttf) but I can not get any one ...
PowerBuidler 2025 Beta - Menu has errors even though source is the same
- Issue
- Last updated 2 months ago
- Tom Peters replied 2 months ago
Good Day!
I am trying to migrate my PB22 R3 source to PB25 Beta. I consistently get this error:
---------- Compiler: Errors (8:51:31 AM)pfemain.pbl(m_master).m_.Forward Declarations.183: Error C0031: Syntax error ---------- Finished Errors (8:51:31...
Hello,
We are using Powerserver 2022 and database is Oracle19c. After build and deploy the application and while executing the app , we are getting the following issue. We did debug and found that our app were using as follows:
DECLARE lp_create_po...
PowerBuilder Git issue on Windows VDI
- Issue
- Last updated 2 months ago
- Amit Sharma replied 2 months ago
We have moved recently to VDI environment, this move causing us issue with GIT. Whenever we try to connect to GIT, it throws error message (see attached image). I have to manually make myself owner of that folder after each login everyday. Visual Stu...
NativePDF makes barcode smaller than with distill method or printing
- Issue
- Last updated 2 months ago
- Marco Armbruster replied 2 months ago
I use PowerBuilder 2022 R3 3391.
I face the problem that there are differences in the output between the nativePDF and the distill method when there are barcodes included.
I attached a small sample datawindow "d_test_4".
It´s using BARCODE 39-25 (...
How to Get and user Resize PBL in PB2019R3
- How-to
- Last updated 2 months ago
- John Fauss replied 2 months ago
Team,
I am using PowerBuilder 2019 R3. I know that PowerBuilder has its own Resize.pbl for resizing objects/windows in PB application. Please let me know how i will get this PBL and also how to use in my PowerBuilder 2019 R3 source.
Problemas con Powerbuilder 2019 R3 y objeto OLE de Excel
- Issue
- Last updated 2 months ago
- Raquel Rodriguez replied 2 months ago
Hola buenas,A ver si alguien me puede ayudar con esto. No puedo realizar la apertura de un excel, para hacer una importacin de dicho documento:
OLEObject lnvo_excel
n_cst_datetime lnv_retardo
lnvo_excel = create OLEObject
// Se reali...
Hi,
I'm trying out the pb2022 r3 - SNAPDEVELOP 22.2.0.3391 TRAIL to see if the .Net 8.0,
but I cannot find in the TARGET FRAMEWORK for .Net 8.0.
Thank you in advance.
Rgds,
DHeng
Ribbonbar shortcuts triggering event on wrong window
- Issue
- Last updated 2 months ago
- Peter Pang @Appeon replied 2 months ago
PB 2022 R3
We replaced our menu with a ribbonbar control on the window. When we disable a button it cannot be clicked, which is the behavior we want. However, if there is a shortcut defined for the button, the ribbon bar on the first open window i...
Use of PBD files in Solution mode
- How-to
- Last updated 2 months ago
- Peter Pang @Appeon replied 2 months ago
I have a target that I normally use PBD files in the library list for the base framework libraries.
Is this supported in Solution mode? On first look, it appears not. Not a show stopper, I'm just curious.
New Method: Drag and drop from Outlook via Webbrowser drag target
- Resolved
- How-to
- Last updated 2 months ago
- Christopher Craft replied 2 months ago
We've been struggling, like a lot of people apparently, with providing the ability to drag messages and attachments from Outlook into our PowerBuilder app.
We had been using Dddll.dll from Catsoft, but that stopped working when Outlook went to 64-b...
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