Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 3 weeks 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 4 years ago
- Olan Knight replied 4 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) 
            Can we apply new (2022 R3 3397) runtime without a new build?
- How-to
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 7 months ago
We are currently using 2022 R3 3356, and found that the issue launching PowerServer sites from the URL is broken in Edge. We are able to launch in edge while using IE mode without issue. We see the newest version of 2022 R3 3397 has a fix for it. Sec...
            Word-wrap in ribbon bar menu text
- Resolved
- How-to
- Last updated 7 months ago
- Narayana Bhat P replied 7 months ago
Hi Team,
We are creating ribbon bar menu with small icon along with menu text. Now some menu has lengthy text, so whether we can do word wrap text . Attached 2 images, first screen done through powerbuilder and second screen given by UX team
Let ...
                    
            Dear All
I have webapi URL, it returns file attachment,
URL: http://xxx.xx.xx.xx/api/ErpAttachments/GetDocumentlist?code=10trccode=000vrno=10001
Authorization: Basic  ADMIN ADMIN123
Http method :GET
I am accessing this file using browsercontro...
            EOL Apryse PDFLib
- Resolved
- Issue
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 7 months ago
Hi, we are currently using PDFLib to merge PDFs and stamp information together with our product developed in PowerBuilder. We have heard from Apryse that PDFlib has reached EOL. Have you heard anything about this, and what impact will it have on Nati...
            PBDOM_ELEMENT - How to Output NULL String as
- How-to
- Last updated 7 months ago
- Armeen Mazda @Appeon replied 7 months ago
Using PBDOM...
Rather than precondition null string values as empty strings...
IF IsNull ( anv_params.their_id ) THEN
	 anv_params.their_id = ""
END IF
lpbdom_their_id.settext ( anv_params.their_id )
...to arrive/output at/to...
MY_ELEMENT/M...
            Stop Theme being applied to a window and all objects on that window
- Resolved
- How-to
- Last updated 7 months ago
- Gastón Clara replied 7 months ago
Hi,
I'm trying to disable the theme for an specific window. I followed the intrsuctions from https://community.appeon.com/index.php/qna/q-a/stop-theme-being-applied-to-a-window-and-all-objects-on-that-window and also https://community.appeon.com/ind...
            Calling parent window's ancestor function from tabpage control datawindow?
- How-to
- Last updated 7 months ago
- John Fauss replied 7 months ago
Hello,
I am attempting to call a window's ancestor function from a datawindow object on a tabpage control on the same window, and having no success.
Specifically the rowFocusChanging event of the datawindow.
Is there a way to do this? Snippit be...
            assigning array to empty array doesn't work
- Issue
- Last updated 7 months ago
- Chris Pollach @Appeon replied 7 months ago
I have values in an array that I am not assigning to it.
I declare some arrays
INTEGER li_rowINTEGER li_indexINTEGER li_failedSTRING   ls_sch_cd STRING   ls_school_nameSTRING   ls_to[], ls_cc[]STRING   ls_school_81[], ls_school_86[] //Seval added 1...
            Slow System-Wide Performance With Redirected Printers
- Resolved
- Issue
- Last updated 2 years ago
- Roland Smith replied 7 months ago
We have a hosted server where our application runs. Users who access the app have redirected printers. The system is noticibly slower when their default printer is a redirected printer vs when it is a local printer. This occurs even when no printing ...
            HyperLinkToURL (and OpenURL) in kiosk mode
- How-to
- Last updated 7 months ago
- Chris Pollach @Appeon replied 7 months ago
Just wondering if it is possible to open a url in the users default browser in kiosk mode using the HyperLinkToURL ( PB 2025) and OpenURL (PB 2025)?
            Looking for a Certified PowerBuilder Developer Exam
- Resolved
- Advice
- Last updated 8 months ago
- John Fauss replied 7 months ago
Are there any official/legit certified powerbuilder developer exams out there? I did a search, but couldn't find anything recent.
            We are running on the PB IDE Version 2022 Build 1900 and ours is a desktop application. The backend DB is Oracle 19C. We need to implement Kerberos Authentication for single sign on, with which we should be able to establish a connection with the ora...
                    
            there's an AWS RDS version that is compatible with PowerBuilder 10.5
- How-to
- Last updated 8 months ago
- David Peace (Powersoft) replied 7 months ago
I'm currently using PowerBuilder 10.5 and considering using AWS RDS for Oracle near the Netherlands. However, it seems that AWS RDS for Oracle only supports version 19c and later (though I'm not entirely sure).
Would it be possible to use AWS RDS fo...
            Updating DataWindow Expression using PowerBuilder Script
- How-to
- Last updated 8 months ago
- Roland Smith replied 7 months ago
Hello
There is previous code (PowerBuilder 12.5) that is attempting to use Choose Case statements to update the datawindow expression of a computed field and I'm trying to figure out why it is not working. 
I've found the example below but I still ...
                    
            Editing source outside of the IDE?
- Resolved
- Advice
- Last updated 8 months ago
- Richard Hartman replied 7 months ago
I know you can use "edit source" ... but let's face it, the built in editor is not the best.However, when you edit source in the IDE and save, it regenerates the object. Keeping everything up to date.Can you shut down the IDE, and edit source directl...
                    
            pbvm.dll error for 64-bit application
- Resolved
- How-to
- Last updated 8 months ago
- Tracy Lamb replied 8 months ago
Hi!
I have 2 versions of my software for an Ohio customer, 32-bit and 64-bit. The 32-bit version works fine. When they run the 64-bit version, they get the following error:
Load library failed! dll: pbvm.dll, runtime path:C:\Program Files\Appeon\Po...
                    
            How do I call another power builder application.exe from my main application.
- How-to
- Last updated 8 months ago
- Roland Smith replied 8 months ago
Please suggest an efficient method to call another power builder application.exe from my main application. I need to send and recieve values, to and fro between the apps.
I am using PB 2022 R2. I would really appreciate your help and Thanks in Advan...
                    
            Silent Installation of PowerBuilderRuntime-3397
- Resolved
- How-to
- Last updated 8 months ago
- Suguna Thamaraiselvan replied 8 months ago
Hi,
We are migrating PowerBuilder from 2019 R3 to 2022 R3.
For PB 2019 R3, we manually deployed the Runtime binaries. But for this PB 2022 R3, we wanted to use PowerBuilderRuntime-3397 application to deploy the run time binaries.
I am planning t...
            Where can I download a MR from? PB2022 R3
- Resolved
- How-to
- Last updated 8 months ago
- Tracy Lamb replied 8 months ago
Where can I download the latest maintenance release for PB2022 R3 from?
TIA,
~~~Tracy
                    
            PS 2020 multibrowser and TLS 1.2
- How-to
- Last updated 8 months ago
- Alexander Deep replied 8 months ago
Hello;
I have an application in PowerServer 2020.
Does the multibrowser support TLS 1.2? If so, please indicate from which Build it is supported.
Thanks.
Alexander
            
                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 
                     DPI 
                     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 
                     RibbonView 
                     Rich Text 
                     Roadmap 
                     RPC 
                     Runtime Packager 
                     SaaS 
                     Scaffolding 
                     Script 
                     SDI 
                     SDK 
                     Security 
                     Server 
                     Service 
                     Session 
                     Single Sign-on 
                     Size 
                     SMTP 
                     SMTPClient 
                     SnapDevelop 
                     SOAP 
                     Solution 
                     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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            