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. :)
Can I see the modified window without exiting the application?
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hello.
I'm Choi Kyungil from Penta System Technology.
I've got a question of deploying powerbuiler apps. I got a white paper named 'Whitepaper_Deploying_PowerBuilder_Apps_to_the_Cloud.pdf' from https://docs.appeon.com/ps2022/Architecture.html. A...
dw.Update is giving error, but db is still updated
- Resolved
- Advice
- Last updated 1 year ago
- Tracy Lamb replied 1 year ago
Hi all,
Another strange one. I've got a window with a dw on it, inherited from PFC u_dw. I've got code for the dw that has 3 user events. ue_cut_rows, ue_copy_rows, ue_paste_rows.
I can cut/copy rows, then paste rows, works fine. But, when I sav...
Why does GetChild keep returning an error?
- Resolved
- How-to
- Last updated 1 year ago
- Tracy Lamb replied 1 year ago
Hi all,
I'm trying to share data between 2 datawindows. The Child datawindow that I'm getting is a nested report in a DW that I use to print. They are both the same datawindow, d_print_estimate_detail. GetChild keeps returning -1. Here's my code f...
Images not showing in app when run in Amazon Appstream
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
We are trying to run a PB 2019 app in Amazon Appstream. When loaded to the server and run in the folder it works fine... However, when in Appstream if you use the Appstream run menu option the PB application (FODES below) starts but no images show...
Using Powerbuilder 2022 Build 1892.
Does the system/computer deployed to still need the 2010 version of C++ Redistributable or what is the newest version that can be used?
Find all references to a table in all InfoMaker reports and queries
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have multiple pbl files in a folder and would like to find all reports and queries where a specific table is used so that I can change that table reference to a different table. Is there a way to do this in the InfoMaker graphical user interface as...
Print Asynchronous in power builder
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi All,
I would like to know if there is any way to perform printing asynchronously. I am facing an issue where the application crashes on pbdwe.dll when the user clicks print and closes the window before the printing process completes, which is hap...
orcabuild executable icon not appearing
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Appeon Folks,
What is the best way to identify which icon folder orca is referring when giving .PBR file full path while building EXE using orcascript. Here is below script I am using.....
Start Session
set debug "true"
scc set...
PB application loading slowness over VPN connection
- Advice
- Last updated 1 year ago
- Nasim Mohebbi replied 1 year ago
Hello:
Are there any suggestions for speeding up loading of PB 2019 R3 applications running over a VPN connection?
Thank you,
Nasim
Save as PDF 1 page in print preview, 2 when saved as PDF
- Resolved
- Issue
- Last updated 1 year ago
- Hugo Moors replied 1 year ago
I may be missing something obvious but I have a DW (with some nested reports)
I retrieve, set the properties
dw_invoice.Object.DataWindow.Print.Paper.Size = 9 // A4
dw_invoice.Object.DataWindow.Print.Orientation = 2 // portrait
When I retrieve/di...
How can IsValid(dw_1) test Fail with on Null object reference
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
We have PB Response Selection window that sometimes crashes with a Null Object Reference (PB17)
The window has a Event which does A Retreval on the main datawindow (dw_1) using the entry in a sle
User Selects a Row - presses Ok and the Default wind...
How to add MDIClient object/control to MDI window?
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Hello,
I am trying to add RibbonBar to my MDI application and following tutorial: https://docs.appeon.com/pb2022/pbug/Replace_an_Application_Menu_with_a_RibbonBar.html#d0e25044
I am using PB 2022 Build #1892
After changing MDI menu to empty...
No able to open folder selection explorer in citrix environment when using getfolder function
- Resolved
- Issue
- Last updated 1 year ago
- Bhargavi N replied 1 year ago
Hi,
I am using getfolder function to open a folder selection explorer, so that user can select the desired folder or location to save the file. It works perfectly fine in windows environment. But in the citrix hosted environment it doesn't open the ...
Hello
Today my PowerServer (PB Edition) 2020 Build 2670.00 has stopped working. It said: this powerServer is not activated.
Then I try to activate it in AEM but I get this error: Failed to log in. Please make sure a valid online license is assigned...
DropDown Calendar for EditMask control with European date format returns American format date
- Resolved
- How-to
- Last updated 1 year ago
- Michael Connell replied 1 year ago
Hi Guys,
I have defined an EditMask control on a window with a MaskData type of DateMask! and a Mask of dd.mm.yyyy.
I have also specified a DropDown Calendar for the control.
When I run the window and use the DropDown Calendar to select a date, th...
Greetings PB community,
we've been running our Reporting features in our applications succesfully for some years now via the JasperReports engine, which gets called via a PowerBuilder extension, which handles the initialization and method invoking t...
Hi All,
can anyone please help me out, how to pass the service account credentials to google api (https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/:signJwt)
I'm in process of generating the JWT token, we are utilizing the ...
New to PB How to check behind Buttons
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello,
New to PB. , How do I check Codes Behind a Button.
We have Image button, which is disable and greyed out until 6.00 AM in , and enabled /Active after 6.00 AM.
On doing search in IDE , found following code.
IF idw_dw_1.Object.image...
Dw column dropdownlistbox - how to specify display value for null
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have a datawindow column that is of style type: dropdownlistbox. What value do I put in data value in Edit properties when I want to specify a
a display value for NULL. I tried using Null! but that did not work. (Using PowerBuilder Version 10.2.0...
ASP .NET Core Web API project: problem with datawindow computed fields
- How-to
- Last updated 1 year ago
- FIlippo Donà replied 1 year ago
Hello, I have implemented an ASP .NET Core Web API project that uses datawindows created in PowerBuilder to read data.Following the tutorial I was able to easily create an API which, after converting the datawindow into a C# Model, reads the data fro...
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