Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 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. :)
How to detect FRIDA tool from Powerbuilder application
- Advice
- Last updated 9 months ago
- Roland Smith replied 9 months ago
Is there a way to detect FRIDA tool from Powerbuilder application and stop the processing?
Please suggest.
Regards,
Rohit
Error on prepare (execute immediate)
- Resolved
- How-to
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Hi guys,
sorry for the trivial question, but I'm getting an error that I haven't figured out yet.
This is my script, to get some mySQL data:
string ls_mySQLDataDir, ls_sql = 'SELECT @@datadir'
DECLARE dynCursor DYNAMIC CURSOR FOR SQLSA;PREPARE SQ...
PB2022 datawindow saveas method issue (type Excel5!)
- Resolved
- Issue
- Last updated 9 months ago
- Andreas Mykonios replied 9 months ago
Hi Team,
I am using PB 2022 Build R2 2828.
When I export datawindow data to excel file (see attachment) using the powerbuilder SaveAs feature (type Excel5!), I come across the following issue:
All data in excel cells ends with null byte character...
PowerClient is unable to download the application. Error code 12175.
- Issue
- Last updated 9 months ago
- Angie Liu@Appeon replied 9 months ago
Hi all!
We are currently using PB2022 R2 and we have a PowerClient compiled application stored on Amazon's S3.
The download of app works great on all PCs except those equipped with Windows Server 2012.
The launcher is installed successfully but re...
PB IDE cannot connect to the remote computer.
- How-to
- Last updated 9 months ago
- Logan Liu @Appeon replied 9 months ago
Hello,
PB 2022R3. I'm setting up a new PowerServer profile to deploy to an external server. It is running IIS, I created a website there, and installed Web Deploy and ASP.Net Core Hosting Bundle as described in PS help. The server is pingable from m...
YAEOLNQ - Yet Another EOL Notification Question
- Resolved
- How-to
- Last updated 9 months ago
- Armeen Mazda @Appeon replied 9 months ago
Got an email yesterday that included:
This email is to inform you that PowerBuilder 2019 R3 will reach the EOMM date soon.
"Soon?" It doesn't mention a date, but it does link to The Big Chart of Dates, which says 2019 R3 EOMM is "No sooner than 202...
How to Synchronize Horizontal Scrolling in two Datawindows
- Resolved
- How-to
- Last updated 9 months ago
- Steven Watkin replied 9 months ago
Hello,
I have two datawindows that are the same width and similar column names all lined up vertically, with one datawindow directly above the other. Unfortunately the datawindows extend beyond the screen width and require horizontal scrolling.
Wh...
WebBrowser is not rendering GIF when deployed at runtime
- Resolved
- Advice
- Last updated 9 months ago
- Armeen Mazda @Appeon replied 9 months ago
I am currently running Powerbuilder 2022 R2 Build 2819. However, I am running the IDE with the 22.0.0.1900 DLLs and doing my builds with those
same DLLs in my project file. I have a basic Powerbuilder window and have dropped a Web Browser object on...
Not enough memory to execute the program
- Resolved
- Issue
- Last updated 10 months ago
- Armeen Mazda @Appeon replied 9 months ago
Hi Team,
Good day!
We have a powerclient application successfully running in PB R2 version in all the clients. Recently we have migrated to PB R3 runtime : 2.2.0.3289 and few clients getting the error " "Not enogh memory to execute the program" Er...
Incorrect EOL notification
- Resolved
- Misc
- Last updated 9 months ago
- Roland Smith replied 9 months ago
Why did I receive an EOL notification email (screenshot attached) regarding PowerBuilder 2021? The Product Availability Matrix indicates that 2021 won't reach EOL until 2024.09.04.
Thank,
Seth
Adding alias to column gives ORA- 00920 when using query mode with Oracle
- Issue
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
When querying using query mode when connected to Oracle 19c, and the column being queried has an alias, the oracle statement looks like this.
(AND table.column aliase = 'Input data' )
Example:
In the select part:
COMPANY.STATUS COMPANY_STATUS
P...
Null Reference in newer versions of PB
- Issue
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Getting back into PB after many years away. We recently upgraded a project from PB version 9 to PB version 2022. It seems some of the error handling has changed. We are seeing many cases of null object references with variables that we didn't used...
Issues Migration to PB 2022 R2 Build from PB 2022 build 1892
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 9 months ago
Hi All,
I have migrated the source code from PB2022 Build 1892 to PB2022 R2 Build 2819. When I run the application, I encounter the following issues:
When applying a theme, the text color of the label defaults to black.
With the theme applied...
PB2025 new compiler question
- Advice
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Good Morning,
My customer is currently working in PB2019 R2 with GIT source control. I was telling them about the features coming in version 2025, the new compiler being one of those. They would like to know if the file structure using ws_objects is...
Hello,
Just went through this article again.
https://community.appeon.com/index.php/blogs/recent-blogs/the-future-of-powerscript-desktop-apps
It's been 5 years since this article was published. Can we discuss again what has been accomplished and ...
Hi,
Recently shifted our application to support Sql server 2022,
At present we are using ODB ODBC Data Interface(Data Profile), to connect to Database(SQL Server 2022),
Will this ODB ODBC Data Interface support the application to use SQL Server 2...
Hello?The current version of Xcode is 15.https://docs.appeon.com/pb2019r3/appeon_mobile_tutorials/prepare_the_mac_and_apple_id.html
The above guide is for version 13.4.1.
Can I proceed by installing the latest version, Xcode 15?Or should I get vers...
[iOS APP] Where should I apply for the Apple Developer Program?
- Resolved
- How-to
- Last updated 9 months ago
Hello?
There are three types of Apple developer programs:App Store, Ad Hoc, In-House I created it standalone for iOS on the APPEON server.
Two files, AppeonMobile.framework.zip and badamios.zip, have been created. If I sign up for the iOS developer...
How do I use a table-valued SQL function in PB? If I call it in a script I get an error message. I then tried to create a datawindow using the function as it's data source and PB brought back a message stating I couldn't do this.
Powerserver Management API authentication enabling
- How-to
- Last updated 9 months ago
- Narayana Bhat P replied 9 months ago
Hi Team,
How to enable authentication for Powerserver management, license, transation API's i.e. /api/Application/Add , /api/Connection/LoadOne etc
Or
Restrict the API access to external world
Narayana Bhat P
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