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. :)
PB DW "AllowHeaderFilter" ?
- How-to
- Last updated 6 months ago
- Armeen Mazda @Appeon replied 6 months ago
Hello,
I was thinking if there's an implementation for the (grid) data windows of "filter capability and headers typing in", something called "AllowHeaderFilter".
Thanks,
Eric
IM22 Does not show any window when started
- Issue
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Infomaker 2022 was downloaded and installed, after installation the IM22.exe starts but no UI is shown.
How stable is PB2025 R2 Beta
- Resolved
- Advice
- Last updated 8 months ago
- Steen Jakobsen replied 6 months ago
Hi,
i'm considering to start testing PB2025 R2
So just a heads up form you guys about how stable it ?
And where i can find known issues and issue reports if any ?
Thanks :-)
//Steen
ps. I think the feature set of R2 is IMPRESSIVE and supe...
Looking for PBSoftware Git MSSCCI Provider (Bob Piskac)
- Misc
- Last updated 1 year ago
- Robert Piskac replied 6 months ago
@Bob Piskac
Hi everyone, Im still working with PowerBuilder 11.5 and need to integrate it with Git. I know that Bob Piskac created the PBSoftware Git MSSCCI Provider which was free and worked better than PushOK. Unfortunately, the original pbsoftwa...
Standard Menu and RibbonBar
- Resolved
- How-to
- Last updated 6 months ago
- Peter Pang @Appeon replied 6 months ago
Hi everyone,
I've been looking for a solution for several days now. We have the standard menu and the RibbonBar. In the standard menu, we set the "Save" button to Enabled=TRUE or Enabled=FALSE, for example. However, I can't toggle the same button in...
Application Ini location (Not PB.INI) question
- Resolved
- How-to
- Last updated 1 year ago
- John Fauss replied 6 months ago
How do you determine the location of the application ini (not PB.INI)? When running a powerBuilder application, it asks for an ini file and you can select it, however if you want to change it where is the location stored at? Or is there a way to set ...
Connect using transaction, but SSL
- How-to
- Last updated 6 months ago
- David Peace.Consulting-Partner replied 6 months ago
Hello :)
Is there any way to change "connect using this" to encrypted connection?I tried add to dbparm "ENCRYPTION_LEVEL='REQUIRED',ENCRYPTION_TYPES='AES256'" but it changed nothing.Oracle 19cPowerbuilder 2022 r3 3391Regards,mm
Migration DB from Oracle 19 to PostGreSql
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Hi,
we need to analyze the feasibility of switching from Oracle 19 to PostGreSql. Is there a way to extract all the SQL code from Power Builder 2022 R3?
Thanks
Carmela
AI generating PB code
- Resolved
- How-to
- Last updated 7 months ago
- Chris Pollach @Appeon replied 6 months ago
I was wondering if any in the community used AI Tool to generate PB Code? It is any recommendation to which tool to use. and If it is not to much to ask the How?
Regards,
Clarence
Hi,
we currently are trying to create a PowerServer application using PB2025 and hosting the source code using GIT. ( We have seen the issue in pure PB applications also here )
The development machine does not have Tortoise GIT (default setting i...
Hi everyone,
I am currently modernizing an in-house system from PowerBuilder 9 to PowerBuilder 2025 using a Java REST API backend.
In our new architecture, the REST API server sends data in CSV format, and we use the DataWindow ImportString() or Im...
[ERROR] Compilation failed, code = -3
- Issue
- Last updated 6 months ago
- Simon Jutzi replied 6 months ago
Hello,
working with PB 2025 #3726.
We have a few PB solutions shared via GIT.ClientA is pulling and pushing just fine.But ClientB and ClientC, with same local settings (Windows11 version, antivirus, defender, etc...) are failing when compiling the ...
Hi,
We are currently migrating an application from Sybase PowerBuilder 12.5.2 (WinForm target) to Appeon PowerBuilder 2022 R3 (Classic target).
The migration is complete, and in the development environment:
The project runs successfully.
The ge...
Need help with a datawindow
- Resolved
- How-to
- Last updated 6 months ago
- David Peace.Consulting-Partner replied 6 months ago
Hi, I'm running PB 2022 R3 Build 3397.
I'm trying to modify a datawindow that has "processing=5" and when I edit source I can see that it is based off of a stored procedure call. It does have an embedded datawindow included.
In the IDE, I can't see...
Menu UI broken in PB 2025 R2 beta
- Resolved
- Issue
- Last updated 6 months ago
- André Rust replied 6 months ago
Hi all,
I have found a Beta Bug: Menu UI broken due to missing "MS Sans Serif" font
While testing the current Beta, I noticed a rendering issue in the menu layout. I tracked down the root cause: the system is trying to use the font "MS Sans Serif",...
Ribbon Bar with some issue
- Resolved
- Issue
- Last updated 7 months ago
- Chris Pollach @Appeon replied 7 months ago
Hi all,
I am currently using the automatic conversion tool to switch from a standard menu to a Ribbon Bar.
While most of the migration is working fine, I am stuck with a black bar at the top of the window that I can't seem to remove. What propertie...
Create a robot using new web browser control instead of ole_ie.ConnectToNewObject("InternetExplorer.Application")
- Resolved
- How-to
- Last updated 6 months ago
- Kai Zhao @Appeon replied 6 months ago
Hi
It is possible to substitute the use of ole_ie.ConnectToNewObject("InternetExplorer.Application") using the new web browser control?
I am doing something like this, but now I cannot find a .Document property
url ="*******" ole_ie.Navigate...
New objects are not added to source control
- Resolved
- Issue
- Last updated 7 months ago
- Armeen Mazda @Appeon replied 6 months ago
Dear friends
I am working in PB 2025 (3711) with GIT Bitbucket in a solution project.
At this moment if I change an object, it is registered as a file modified to the source control and appears in the commit list (green in the image bellow) but if ...
client version vs cloud version .error in procedure declaration
- Resolved
- How-to
- Last updated 6 months ago
- Armeen Mazda @Appeon replied 6 months ago
hi,
i have a problem with client version e cloud version.
in client version the window open without problem . in version cloud i have this error. The procedure exists and is declare with schema.package.name_procedure
where is failed?
How to set the row number of a DataWindow by default?
- How-to
- Last updated 7 months ago
- Arnd Schmidt replied 6 months ago
Hello,
I am a beginner and I am taking over an already existing project and I have a small problem.Heres what happens: I have the dw_query object which initially does not contain a row (dw_query.RowCount() = 0). After the instruction dw_query.Modify...
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