Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 1 year 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 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
How to get data for Education - Fundamentals Lectures & Labs
- New
- How-to
- Last updated 4 days ago
- Armeen Mazda @Appeon replied 10 minutes ago
Hello,
where can I get SAP SQL Anywhere 17.0 and PB Demo DB V2017 from?
BR
Jesper
PowerBuilder 2025 Ignoring Breakpoints
- Resolved
- New
- Issue
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 22 minutes ago
I'm brand new to PowerBuilder 2025 but I've been using PB since 2.0a. For the past several years I've used PB 2022 R3. I realize that this sounds crazy but breakpoints are not working anymore in my PowerBuilder 2025.
If I set a breakpoint in the O...
From a solution, edit objects in a PBL.
- New
- Advice
- Last updated 28 minutes ago
- Chris Pollach @Appeon replied 27 minutes ago
Background:
For the past 30 years we've had a "custom.pbl" with different formats of forms for each client. This custom.pbl was the first library in the target's search path. The programs were compiled with an empty custom.pbl and clients would just...
Issue with Data Retrieval in PowerBuilder After Migrating DB Connection to MSOLEDBSQL
- New
- Issue
- Last updated 8 hours ago
- Chris Pollach @Appeon replied 37 minutes ago
Hi Team,
I'm currently working with the legacy PowerBuilder tool and have recently migrated the database connection from MSS to MSOLEDBSQL. The application successfully connects to the database, but there's an issue with one of the DataWindow functi...
PB Support for Datetime and Datetime2 in SQL Server
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 2 hours ago
Please forgive me if any of my statements below are not correct! That's one of the reasons I'm writing this post, to get informed about the current status and clear up any misconceptions on my part.
Since Microsoft SQL Server 2016, the Datetime data...
PB 2019 Build 2170. The following code gives -1 from the RowsCopy. The datawindow ldw_Export has 161 rows with 297 columns. The first 14 columns are string or long, the remainder are decimal(2).
ldw_Export is a reference to a visible DataWindow on a...
using n_runandwait object with 64-bit app
- Resolved
- New
- Advice
- Last updated 18 hours ago
- John Fauss replied 4 hours ago
Hi all,
Several years ago I asked how to run a program from my app and wait for it to finish before continuing. It was suggested that I use an object called n_runandwait developed by Roland Smith. That worked like a charm! Now I'm compiling 64-bit a...
The text data type cannot be selected as DISTINCT because it is not comparable.
- New
- Advice
- Last updated 6 days ago
- David Peace (Powersoft) replied 5 hours ago
HI Team,We are trying to connect the PB Application with ODBC driver 13/17 for SQL server instead of SQL Native Client, while running the application after successful Login through ODBC we have encountered one issue that is -
Error inserting active ...
Hi team, We have deployed the code and trying to install the application file but we are getting below error.
The digital signature of the object did not verify.
I have a piece of PowerBuilder 7 code used to highlight (mark in red) error rows on each textbox in a DataWindow by changing the background.color property through the Modify() command.
When running this code on PowerBuilder 2022 R3, I perform the fo...
Not able to view DB objects from PB22 (database - DB2)
- New
- Issue
- Last updated 1 day ago
- David Peace (Powersoft) replied 1 day ago
Hello All,
I am facing a issue when try to view DB object from PowerBuilder 22.
ODBC connection successfully establish and create DB profile successfully at PowerBuilder, but when I click on Database Icon and try to view tables / procedures from ...
PowerBuilder 11.5 license only works after MAC override
- New
- Issue
- Last updated 1 day ago
- David Peace (Powersoft) replied 1 day ago
Hello,
I am using PowerBuilder 11.5 with a local license file (pbdwe.lic), which was originally issued in 2019 under Sybase.
After reinstalling PowerBuilder 11.5 on a new PC, the application only ran in trial mode, even though I correctly copied th...
Not able to access PB 2022 due to login issue.
- New
- Issue
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
Hi Team,
Im not able to access my power builder 2022 and getting the pop-up "This account is already logged in to PowerBuilder. Please use another account. Note: One account cannot log in to trial and paid version at the same time".Please help me to...
I have a large PB application that is starting to sell internationally
This new language pack 2022 R# build 3441. Will it convert the applications screen text to another language for the users of the app?
Or is it just for the developers?
where is...
Unable to launch PowerServer/PowerClient applications from Chrome browser
- Resolved
- New
- Issue
- Last updated 4 days ago
- Tim Harvey replied 4 days ago
Similar to "Unable to launch PowerServer/PowerClient applications from Chrome browser (version 130)" as of yesterday, we this issue has come up again where when pressing the "Start Application" button, CloudLauncher does not launch the application.
...
MenuCascade Black Background
- New
- Issue
- Last updated 4 days ago
- Chris Pollach @Appeon replied 4 days ago
Hola,
Al ejecutar la aplicacin en algunos equipos con esta versin:Powerbulder 2022R3 Build 3397
Windows 11 Pro 26100.4652(Yo no he conseguido reproducirlo y tengo la misma versin)Cuando tenemos una opcin de men de tipo "MenuCascade":El fondo del me...
How to set timeout parameter for SQLServer connection?
- Resolved
- New
- How-to
- Last updated 4 days ago
- HQ Ma replied 4 days ago
Hello,
PB application will try to connect the backend SQLServer each time it is started. If there is the network latency, PB applicaiton will keep waiting for the response from SQLServer.
Is there any way to set timeout parameter on the side of PB ...
PowerClient How to make the launcher download all the objects of my application from the first time
- New
- How-to
- Last updated 4 days ago
- Argenis Castro replied 4 days ago
I have a powerbuilder 2022 R3 Build 3397 application that contains sixty-one pbl files. I compile the application with powerclient and it works fine while the Laragon Apache server is up, but if I stop the Apache service, the application throws an er...
ClosedXML DLL with SnapDevelop and Powerbuilder 2019 R3
- New
- How-to
- Last updated 5 days ago
- Francisco Martinez @Appeon replied 5 days ago
Hi,
I have now tried to create a simple .NET Framework (4.8) version test example with ClosedXML in SnapDevelop. Then I tried to import the DLL using the .NET DLL Importer. Framework Type: .NET Framework
Question: In Advanced Settings, does 'En...
The input value for applicationmenu is wrong
- Resolved
- New
- How-to
- Last updated 6 days ago
- Armeen Mazda @Appeon replied 5 days ago
Hi,The input value for applicationmenu is wrong
Steps to reproduceI have a RibbonBar Applicationbutton as mentioned below
ApplicationButton Text="File" Enabled="true" Tag="File" Visible="true"ApplicationMenuMasterItem Text="Item1" Checked="false" C...
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
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