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.   :) 
            Database Profile for SqlServer
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I'm in the beginning stages of converting my Oracle database to SqlServer.  I have the tables moved and imported using SSMS.  Now I'm to the point of setting up a DB Profile in Powerbuilder.  Can anyone advise as to what driver to use for my LocalDB ...
            Translating PB select to SQL
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello Everybody,
We are migrating our app from a client-server app to a 3-tier api enabled one.
 
We want to avoid scaffolding all of our thousands of datawindows. So we are looking to create an api call with a dynamic approach. What we have done ...
            PB2022 error when compiling as 64bit because of 32-bit Coolmenu.dll
- Resolved
- Advice
- Last updated 2 years ago
- Mike Kochevar replied 1 year ago
Hello,
I am upgrading to PB2022 and will compile as 64-bit. There is a third party tool called coolmenu in our software that is 32-bit. So far I cannot compile in 64-bit because the 32-bit coolmenu.dll. Has anyone else ran into this problem and if s...
            Hello,
We are working on upgrading our Appeon PowerServer 2020 application to Appeon PowerServer 2022 R2. We are testing Appeon License  server to make sure our machine can connect with Appeon sites. (Internet connection and Appeon domains - - Appeo...
            Session creation failed in powerserver
- Issue
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
Hi Gurus,
While try to invoke Powerserver cloud url , am getting the following error :-
---------------------------PowerBuilder application execution error (R0221)---------------------------Application terminated.
Error: Session creation failed.Ca...
                    
            Theme and change the background color of a text object in datawindow
- How-to
- Last updated 1 year ago
- kitty he @Appeon replied 1 year ago
Im'using a theme in my application
I have a datawindow userobject and i want change the background color of a text object
datawindow name: d_mag_situation
userobject name: uo_mag_situation
text object name: t_mrp_note
I can't find the right synt...
            InfoMaker Printing using the wrong font
- Issue
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Our customer reported that after upgrading to IM 2022, reports are printing (to paper) using the wrong fonts. In this image you can see scans of two printouts of the same report. Most of the headings are a different font. The headers for 'Account Cod...
            RPC error "Can not get parameters of procedure"
- Resolved
- Issue
- Last updated 5 years ago
- yann dulondel replied 1 year ago
As a workaround for the problem with embedded SQL calling a stored procedure with an OUTPUT parameter (which I reported earlier this week), I used a remote procedure call. I am using PB19 on W10, SQLNCLI11 and SQL Server 2016.
The remote procedure c...
                    
            Build issues after migrating SnapDevelop from 2021 to 2022R2
- Resolved
- Issue
- Last updated 1 year ago
- mike S replied 1 year ago
Hello, 
I recently upgraded PB and SnapDevelop from PB2021 to PB2022R2. No real issues, but a couple of items that I don't know if might cause problems at some point or not.
1. With 2021, my SnapDevelop publish setting had "portable" as the Target ...
                    
            Treeview works in dev but not after being compiled
- Resolved
- Issue
- Last updated 1 year ago
- John Fauss replied 1 year ago
2019 R2 Build 2353 running on Win10
 
Got a compile problem:
Have a few TreeViews in different windows that won't work after compiling. They work in the dev environment, just not in the compiled version. 
I've tried regenerating all my objects; r...
            Windows prompt when launching the cloud app after adding OCX to the build
- Resolved
- Advice
- Last updated 1 year ago
- Carl Bolduc replied 1 year ago
We added OCX and DLL files to our cloud application. They must be registered before the first launch of the application. The process works but we now have this prompt every time we launch the application:
It looks like the cloud app is registering t...
                    
            Why is my global datastore is returning -1 on Retrieve
- Resolved
- Advice
- Last updated 1 year ago
- Tracy Lamb replied 1 year ago
Hi all,
I created a global datastore to retrieve SMTP email settings... when I retrieve the datastore, the retrieve function returns -1.  I know there is 1 record in the database, and the record shows up in the datawindow painter. 
Here's the code ...
                    
            What IP address/port is needed for PB license call?
- Resolved
- How-to
- Last updated 1 year ago
- Andreas Mykonios replied 1 year ago
Hi guys
I have a client who would like to know what IP address/port is needed for PB license call?
Thanks in advance
David
            Powerbuilder compare pb object's
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi team,
Good day!
Is there any method to compare pbl's, windows, datawindows, userobjects in runtime. Need to do this dynamically while running the application.
Please let me know how we can implement this in pb.
 
Thanks and regards
Rajkumar 
            Memory Usage inncreased after applying Themes
- Resolved
- Issue
- Last updated 1 year ago
- David Peace (Powersoft) replied 1 year ago
Hi Guys
W have a client that has made a major upgrade to the UI including adding Themes. They deploy their application in a terminal services environment. Apparently the application is using twice the amount of ram per user than it did before and un...
                    
            SMTPClient - attachment encoding issue
- Resolved
- Issue
- Last updated 1 year ago
- David Peace (Powersoft) replied 1 year ago
Hi All
We have converted a clients appliaction to use the new SMTPClient to send emails. They work fine on our environment but in their network the email is being wrapped within another email. This is the explanation we got from their IT.
I believe...
                    
            Snapdevelop error when calling a wrapper dll
- Resolved
- Issue
- Last updated 1 year ago
- evan lin@Appeon replied 1 year ago
Hi
    Using Powewrbuilder 2021 Build 1509 i imported a snapdevelop wrapper dll into my app and it worked fine.
Until i get a new machine. I can run the app with the old dlls and the app works fine gets into the dll and do its job on debug
 
but ...
            PB 2022
I have a multi-threaded app (using SharedObject functions) that is non-visual, it receives requests via Winsock and creates a background thread to process the request.
I'm getting hang-ups when it gets a lot of requests all at once. I suspe...
                    
            How to calculate the 'Present Value' in Powerbuilder?
- Resolved
- How-to
- Last updated 1 year ago
- Joshua Woon replied 1 year ago
How to calculate the 'Present Value' in Powerbuilder given the rate, monthly payment amount and the number of months?
The Excel formula would be PV().
Example in Excel:
Rate = 10%
Monthly payment = $2,500
Number of months = 48
payment due at th...
            We have migrated Powerbuilder code from 32 bit to 64 bit and currently we using Appeon version 2019 R3 but we are facing issue when we are trying to run code through debugger and same issue persist in 2022 latest version of Appeon .
Can you advice w...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            