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
- New
- Issue
- Last updated 3 minutes 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...
SNC driver PowerBuilder bit data type issues
- Resolved
- New
- Issue
- Last updated 1 day ago
- John Fauss replied 25 minutes ago
Hello,
did anyone encounter issues with SNC driver PowerBuilder bit data type issues when using PB 2017.
Yes I did suggest to migrate to PB 2022 or 2025 before doing data migration from sybase to sql server.
So I am still using version PB 2017 wit...
Power Client Showing On older version -Attached screen shot both
- New
- Issue
- Last updated 8 hours ago
- Armeen Mazda @Appeon replied 43 minutes ago
we are having ERP where our application will be configured as server mode of database in one system then multiple systems will connect through application as client of that database server .so we are having the functionality of sending auto mail thro...
PB 2025 release date plan
- New
- Misc
- Last updated 7 hours ago
- Chris Pollach @Appeon replied 4 hours ago
HI,
Last time, I migrated my projects to PowerBuilder 2025 Beta version. Do you have a plan for the release date? When will you release PB 2025 as a production release?
Regards,
Pawel
Procedure does not work in power server mode where as works well in client server mode
- New
- Issue
- Last updated 1 day ago
- Nikesh Mishra replied 5 hours 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...
Reading class editsource at Runtime
- Resolved
- New
- How-to
- Last updated 1 day ago
- jagamohan dash replied 8 hours ago
Hi All need a help to achieve one features, In a window one function called f_parameter_initialize('code','val') multiple times with different input,i want at run time in that class to capture all the iteration of the function with those input parame...
Datawindow in PowerBuilder shows correct date but in PowerServer it does not
- New
- Issue
- Last updated 16 hours ago
- Logan Liu @Appeon replied 10 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...
Staged Malware Activity identified by AV for ServerAPIs.dll
- New
- Issue
- Last updated 13 hours ago
- Narayana Bhat P replied 11 hours ago
Hi Team,
Below observation identified by server team, and let us know the solution for the same
We have observed Staged Malware Activity 3225227262 on the host powerserverdemo, where the user www-data having host IP X.X.X.X. The alert indicates th...
Get powerscript to call a popup window in a loop
- New
- How-to
- Last updated 12 hours ago
- René Ullrich replied 11 hours ago
Using PowerBuilder 2022 R3, I need to call a popup window (existing, working code that accepts a structure) repeatedly in a loop (about 15 times). The window must open, process the structure, close fully, and only then be reopened by the calling ...
Ribbon Bar shortcut is not triggering event when menubar obj is not null
- New
- How-to
- Last updated 2 days ago
- René Ullrich replied 12 hours ago
Hi,
In our application, we are using both a menu bar and a ribbon bar, and it is required to have both (we cannot disable or set the menu bar object to null). When the user enables the ribbon bar, we set Menubar.VISIBLE to false.
This implementatio...
How do I get to the application painter as mentioned and shown in the documention?
- New
- How-to
- Last updated 16 hours ago
- John Fauss replied 14 hours ago
Hi All,
How do I get to this window? https://docs.appeon.com/ps2022r3/How_to_catch.html
appsettings.json file in deployed apps
- New
- Misc
- Last updated 2 days ago
- Logan Liu @Appeon replied 15 hours ago
Hi, all.
Just a question: Is it necessary to install the appsettings.json file on the production server when deploying a published API with SnapDevelop 2019, given that this file contains unencrypted database connection passwords?
Thanks in advance...
Need to make contact to Appeon Community Forum Administrator
- New
- Misc
- Last updated 17 hours ago
- John Fauss replied 17 hours ago
How do I contact the Appeon Community Forum administrator. I need to ask a question of him / her.
Kim Lombard
My company is moving to Virtual machines in the Cloud as well as "Managed" machines that do not allow us to install software. I am moving from our old Virtual environment to the Managed machine (AMC) and I have Chocolatey installed. Would Appeon have...
Compilation failed, code -1
- Resolved
- Issue
- Last updated 4 months ago
- Armeen Mazda @Appeon replied 22 hours ago
Hi
Am I the only one who gets this error message (without any further information) when trying to build a large project?
Remakrs
In this case, it's the output from PBAutoBuild250 /pbc
I get the same error if I build/deploy inside the IDE
It'...
Hi,
We have a requirement to implement TLS 1.3 in our application which runs on PB 2019 and connects to Oracle DB, so wanted to check if PB 2019 supports TLS 1.3? If so how to configure TLS with in the application?
Application running as a Windows service
- How-to
- Last updated 2 weeks ago
- Roland Smith replied 23 hours ago
Hi
I have a PowerBuilder application that automatically exports data as text files. It runs as a Windows service with WinDaemon.
When the processing takes too long, the service is stopped, and we see an error message in the Windows logs : The appli...
Hello,
We've been using AntView's MS Edge Webview2 ActiveX control (.ocx) for a while now with PowerBuilder 2022 R3 and with version 1.1.460.0 they have introduced a method to list all of the cookies for a User's Profile.
The CookieManager is a "pr...
Hi,
We are running PowerBuilder on a server which does not have direct access to the internet, therefore the license checking fails.
Is there any way in PowerBuilder that I can specify to connect to the internet through an outgoing proxy?
Regard...
Autobuild Powerbuilder in Github Actions - pbautobuild220
- How-to
- Last updated 1 week ago
- Chris Pollach @Appeon 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...
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