Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf 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 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. :)
PB 2022R3 error loading client library DLLs. Unable to connect to server
- Resolved
- New
- Issue
- Last updated 5 days ago
- Armeen Mazda @Appeon replied 1 hour ago
I am migrating from 2019R2 to 2022R3. I have a short window to get this migrated.
I am on a new virtual machine with a clean install. I have searched for this error here and found it, but the solutions aren't clear.
"error loading client library D...
PB2019 R2 - Remove old versions of Visual C++ Redistribuable
- Resolved
- New
- How-to
- Last updated 15 hours ago
- Armeen Mazda @Appeon replied 1 hour ago
Hello,
One of our customers using our application in version PB2019R2 is asking us if he can uninstall older versions of Visual C++ Redistributable (2010, 2012, and 2013) and keep only the latest version (2015-2022).
This is for security reasons.
...
Hi Community,
My application uses a 3rd party COM object - Micro Focus Content Manager COM SDK.
In this case it's the "TRIMSDK.Database" COM object.
After updating the product from version 10 to version 24, PowerBuilder can no longer access even t...
Hi Everyone ,
Facing this issue , Please guide on how to resolve
Datawindow auto adjustment
- New
- How-to
- Last updated 14 hours ago
- Chris Pollach @Appeon replied 10 hours ago
Hello people
i have a succefully migrated application to powerserver in PB 2022R3, in a report, i have one datawindow inside another datawindow, and the insider Dw didn't print a text in Powerserver. But it did it ok in C/S.
I edit it in Powerbui...
Powerbuilder session locking out frequently
- New
- Issue
- Last updated 11 hours ago
- Armeen Mazda @Appeon replied 11 hours ago
My powerbuilder session keeps locking out multiple times. Every time the system restart happens due to update or when shutdown it displays the following message when I try to launch the app:
The administrator has to kick out out the session forceful...
I have a DW where I can perform a maximum zoom of 330%, if the zoom is performed on the centre of the DW or on the left area of the DW it works perfectly.
To do this, the centre is calculated before and after the zoom and then the scroll bar is posi...
Customize Quick Access Toolbar - Save when modified
- Resolved
- New
- How-to
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 13 hours ago
In PB2025 using the option DisplayMenuAsRibbonBar works as expected. (Awesome upgrade!)
At the end of the Ribbon Bar there's a small drop down
When you click it, Customize Quick Access Toolbar appears with other options below it.
If you uncheck...
Error - IM014, change 32bit excel to 64 bit
- Issue
- Last updated 1 week ago
- Armeen Mazda @Appeon replied 13 hours ago
Hi Team,
I am currently using PowerBuilder 2022R3 x86 IDE,
Our application is 32bit, and we are using Microsoft Excel for Microsoft 365 MSO (Version 2501 Build 16.0.18429.20132) 32-bit for product application.We want to change the 32 bit excel to...
Datawindow in PowerBuilder shows correct date but in PowerServer it does not
- New
- Issue
- Last updated 6 days ago
- damian jimenez replied 13 hours ago
Hello,
Environment: Oracle 19c with Stored Procedures, temp tables and views
We ran into a weird issue where the date on a datawindow is showing correctly on PowerBuilder - Run/Preview but on when deployed on PowerServer its showing a completely di...
Ask how to allow Cloud App to open all the time
- New
- How-to
- Last updated 21 hours ago
- Logan Liu @Appeon replied 18 hours ago
On a Chrome browser, run the Cloud App deployed as PowerServer 2022R3 Build 3397 as a URL.
Ex. http://192.168.100.66:5001/pf6
The browser runs and it runs only when you click Open Cloud App.In the past, there was always a run check box, but it di...
Zebra printer label printing through Powerbuilder 9/ windows 7
- How-to
- Last updated 1 week ago
- Sivaprakash BKR replied 19 hours ago
Hello,
Can someone help me print label through Powerbuilder code?
We are switching from Dymo to Zebra printer on Powerbuilder 9/ Windows 7 platform and I have no idea how to start.
Do I need to learn ZPL language, how do I send text string to the ...
Datawindow RowStatus not modifying after Json file import
- New
- How-to
- Last updated 22 hours ago
- Kai Zhao @Appeon replied 20 hours ago
Hi All,
Thanks for assisting me for my previous questions! I got stuck in below issue, appreciate your help on below.
I am importing the json in the datawindow as (dw_temp.importjson( ls_api_output,primary!)): but it is creating issue with Datawind...
Looking for instructions on PB 2025 with GitHub (options, how to guide)?
- Resolved
- New
- How-to
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 1 day ago
Hello, I searched hi and low - I could not find anything on how to setup PowerBuilder 2025 source control with GitHub.
I read somewhere that there are two ways.
1) .pbls
2) .\working with source?
Thank you, in Advance
Kim
(See, I can write a ...
Column header sort order button with theme applied
- New
- How-to
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
Good Afternoon,
I'm having an issue with with the column header sort order button in a datawindow showing up at two small question marks when a theme is applied as you can see in the screenshot below:
The next screenshot is of the same column heade...
ThreatLocker security and Powerserver
- How-to
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 day ago
Unable to deploy to PowerServer because ThreatLocker security tool blocks it. Has anyone been able to setup ThreatLocker to allow PB applications to run including PowerServer deploy and client running?
Procedure does not work in power server mode where as works well in client server mode
- New
- Issue
- Last updated 6 days ago
- John Raghanti replied 1 day ago
Hi Team,
I have a stored procedure that works fine in client server mode but same procedure does not work in powerserver mode.
Eample ...SQLCA.Proce1(parm1,parm2)....parm2 is a datetime type.
What could be the reason and solution for it.
I trie...
Autobuild Powerbuilder in Github Actions - pbautobuild220
- How-to
- Last updated 1 week ago
- Tim Harvey replied 1 day ago
I am trying to automatically build a powerbuilder executable in github actions when a release tag is created.
name: Build and Attach to Pre-release
on:
push
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions...
Appeon Powerbuilder Password Reset Woes...
- New
- Advice
- Last updated 3 days ago
- Francisco Martinez @Appeon replied 1 day ago
Okay So I have my personal copy of PowerBuilder which has a different name and password from my companies copy which is on my virtual machine at work. the Virtual copy is now erroring out stating that my password is incorrect! was working fine last w...
Crash with 2022 R3 - 22.2.0 Build 3289 at runtime 64-bit with external subroutine
- New
- Issue
- Last updated 5 days ago
- Pierre DETE replied 1 day ago
Hello,
Since we migrated to version 22.2.0 Build 3397, we have been experiencing crashes with the famous n_smtp object used for sending emails.
This issue did not occur with version 22.2.0 Build 3289.
The problem only arises with the 64-bit runtim...
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