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. :)
Runtime path not exist on PowerBuilder 2019 R3
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I did upgrade my application from PB2019 to PB2019R3 on my VM. It worked fine. Then I recompiled it and move to another server for users use. I got the error message : "Runtime path not exist, path C:\Program Files (x86)\Appeon\Common\PowerBuilder\R...
Clarification of Theme behavior in PB2022
- Resolved
- How-to
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
https://docs.appeon.com/pb/whats_new/UI_Theme_enhancements.html
I am hoping someone will be able to clarify the upcoming PB 2022 theme enhancements for me. Right now we have two different visual user objects inherited from the datawindow object. Cur...
Hello Team,
While exporting the report to CSV using saveasFormattedText, each data and heading of the resultset in CSV is coming within double quotes "". Also at the end, there is an extra comma. Could you please let me know how can i eliminate t...
We are upgrading pb from 2017 R2 1769 to 2019 R3 2728. We were able to migrate, compile and build the executable. Replaced the 2017 dlls with 2019 dlls. Upon login to the executable, when opening any window the cursor spins for a while and crashes wi...
Error Table not found when changing the Update Properties of a datawindow
- Issue
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hello,
I'm working in one of our customer's office, with a Powerbuilder 2019 R3 connected to a SQL Server 2016 database. When I try to modify the Update Properties of a datawindow after adding a new column, it says that the table cannot be found. An...
Datawindow Expression referencing an absolute row, column
- Resolved
- How-to
- Last updated 2 years ago
- Larry Peters replied 2 years ago
This sounds so trivial that I'm sure I'm experiencing a mental block, but:
In a datawindow column I wish to place an expression such that the column color is red (255) IF the value in row 5, column 2 is a particular value. (Note that row 5 is NOT re...
zoom maps property using eon_mobile_map object
- How-to
- Last updated 2 years ago
- FAD MIM replied 2 years ago
Hello, I am testing an appeon mobile application with a maps, I use eon_mobile_str_mapoption of eon_mobile_map object;I would like to initialize the maps with zoom (big...).I did not find a property;Here is the code for initializing the maps: eon_...
We are struggling with some apparently-random crashes in our PB2019_R3 application Windows 10 clients.
In addition to being random, not all clients are reporting this issue.
The faulting module is either pbdwe.dll or pbtheme.dll. Error code is eit...
datawindow class not in PowerServer
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
PowerBuilder Source
PowerServer Classes
pentahome use d_notice, but no class file in powerserver models.
why no datawindow class file?
PowerServer app run error
PowerClient - Restrict download for certain users
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi Experts,
In our application PowerClient is configured and downloading the files and works fine. We need to implement some of the users does not need the new build. Is there any provision to exclude the downloading files for certain users. Ple...
PowerBuilder EXE Not Using Specified Icon
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Update: 06-JUL-2022After rebooting the VM 3 times, and rebooting PowerBuilder with it each time, cafter the last rebuild deploy (yes, running both steps separately) the icon is now showing up again. It's magic.-------------------------------------...
Where to download the example source code
- Resolved
- How-to
- Last updated 2 years ago
- Bruce Armstrong replied 2 years ago
Dear Sir,
I just go to the following link to view the REST Enhancements in PowerBuilder 2019.
https://community.appeon.com/index.php/articles-blogs/tutorials-articles/2-powerbuilder/244-rest-enhancements-in-powerbuilder-2019?hitcount=0
Where can I...
After upgrading Oracle Database to version 19c - we have an issue, a runtime failure when a stored procedure with an input parameter of a table type or an array is being called from the PBL.
Power Builder: Version 2019 R2 Build 2353
Oracle Database...
How to consume AWS SQS in PowerBuilder 2019?
- How-to
- Last updated 2 years ago
- VISHALAKSHI RAO replied 2 years ago
Hi,
I would need help on consuming AWS SQS in PowerBuilder 2019 version. I was trying in Postman able call it successfully. But I'm finding it difficult to call from PowerBuilder. I get following error message. I have verified on Access Key its va...
PowerBuilder - slow file transfers to the database
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Our software developer is using your PowerBuilder development software for development of our ERP system. We have a problem in our ERP system when transferring larger files into the database. On the picture below you can see 34.000 sql statement exec...
Multi-Row JSON with various Numbers of Fields
- Resolved
- How-to
- Last updated 2 years ago
- CJ Lai replied 2 years ago
Hi
I need your help or advice.
Below is a sample JSON that is returned from a HttpClient GET call. (It'll be easier to view if you copy/paste to a JSON editor.)
{ "loanType": "NewLead", "loan": { "id": 7, "loanType": "NewLead", "ucid": 1, "branch...
I am using PB 12.6 and SOAP. We upgraded to windows 10 and the windows 10 sdk will not install the wsdl compiler. I keep getting errors. I can't use httpclient because that is not in 12.6. I am passing a large structure back and forth. What can ...
Problem with OLE Control (microsoft word document)
- How-to
- Last updated 2 years ago
- Michael Gerus replied 2 years ago
Hi, friends.
Please, help. I use OLE control (microsoft word document) in a window of PowerBuilder application.
All worked correct. But suddenly Word began to open as regular application and not in OLE control after upgrade of Office on some comput...
PageNext, PagePrior button pictures missing
- Issue
- Last updated 2 years ago
- Tim Bruce replied 2 years ago
Hello,
I have an PB 2019 R3 application and I am using buttons for navigation in a datawindow (PageNext, PagePrior etc.) The buttons use Action Default Picture and those pics display in the PB IDE but not when the app is deployed on the server. Ca...
How to get access token
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Dear Sir,
I need to migrate the following code to powerbuilder, but I didn't find the corresponding parameters.
The following is the http request to get the access token:
POST https://open.12345.com/auth/tokenContent-Type: application/json{ "auth...
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