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.   :) 
            Dynamic connections with SnapObjects.
- Resolved
- How-to
- Last updated 6 years ago
- Dan Harrel replied 2 years ago
Hi all.I have a server with more than 500 databases with the same structure and I would like to know how I can implement a connection factory with SnapObjects. And how to connect dynamically to each one these.
 
Regards
            Error accessing a stored procedure after migrating to MySql 8.0
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello
 I recently migrated to Mysql 8.0 (from 5.6) and I am having an issue with my reporting application, when accessing a report that calls a stored procedure, i am receiving this error:
I searched about it, and it seems that Mysql 8.0 does not...
            Searching in this forum on more than one word
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
Does anyone know if it's possible to search on more than one word on this QA? I know I can type more than one word in the search box, but that does an OR. What I need is an AND, so I'll only get search results that contain both (or more) words.
...
            old .PBR path in new project?
- Resolved
- Misc
- Last updated 2 years ago
- Stephan Schröpel replied 2 years ago
Hi all
scary behaviour...
I added some new .png files in my \resource directory and added resource\picture.png to my pbr file.
The .pbr is defined in my project painter resource file name.
 
In IDE the new picture is shown, but not by executing ...
            STD Framework - PB2019R3 and PB2021 Beta
- Misc
- Last updated 4 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi Everyone;
  For those who would like to help me test the following STD Framework Beta versions or even just download these sample applications to learn how to do PowerClient and/or PowerServer 2021 applications  deployment, you can download the f...
            Hi all there
I just wanted to change the themes path in Additional Properties of my application in PB 2022.
But all three tabs Themes, PDF Export and Power Server were missing
in PB 2021 - without language pack - all tabs are visible.
Is it possi...
            Autoheight looks great on screen, but won't print at correct height.
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I have a subreport on a report with a user-set message field. If the user adds a really long message, the message looks fine on the screen. The message field and bands, reports, etc. are all set to auto-height, and adjust to the size of the message w...
            Suspend window (or controls ) layout
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hi,
 
I look for the similar solution of SuspendLayout() method in Windows Forms (link: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.suspendlayout?view=windowsdesktop-7.0) in PowerBuilder.  I have got a window with mult...
            "Create of executable file failed" error
- Resolved
- Issue
- Last updated 3 years ago
- Philip Tong replied 2 years ago
Hi, we are in the process of upgrading from Powerbuilder 12.5 to Powerbuilder 2021. I have found that when I attempt to build a 32-bit Pcode build from the IDE or the Compiler, the build succeeds, but then I'm left with a "Create of executable file f...
                    
            Integration with CI/CD
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello,
I look for a solution on how I can integrate my PB projects with CI/CD (Gitlab). I have a separate server (VM) with Gitlab runner for building and deploying my application. Now I will install PowerBuilder on this server, but I don't know if I...
            PB2022 richtextedit displays differently on Windows Server 2019 vs Windows 10
- Issue
- Last updated 2 years ago
- Peter Middlestorb replied 2 years ago
Hi, have searched the forums for "richtextedit", but found nothing relevant to this, so...
For PB2022 build 1892 creating a 32-bit executable.
Using a richtextedit control into which is loaded a multi-page word document.
The same executable displa...
                    
            Working with the Properties "AccessibleName" and "AccessibleDescription"
- How-to
- Last updated 4 years ago
- Ken Guo @Appeon replied 2 years ago
Hi,
I have a question regarding the new features in PB R3. When working with Windows Screenreader, it currently seems impossible to make Screenreader read values from the properties "AccessibleName" and "AccessibleDescription" of columns. The same p...
            About PowerSever system requirements
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi, Appeon Team
Can you teach me about this page?https://docs.appeon.com/ps2020/release_bulletin_for_ps/system_requirements.html
Are the PowerSever system requirements the same for cloud environments? (e.g. Azure, AWS IaaS)
Also, is this Software ...
            The Int64 type is not compatible with the data type of the mapped property
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
PowerBuilder 2022 / PowerServer  Build 1892, Oracle 19 back end
The column is defined as:   key_id number (10)  in the table
When selecting a column in a table, I sometimes get the following error in PowerServer:
The Int64 type is not compatible w...
                    
            How to tell InfoMaker to always use NativePDF
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
I found the option in the Library painter where you tell it to always use NativePDF.
In PowerBuilder, the setting is in the application object.
In InfoMaker, where is it? I know there is a hidden application object, does that mean users have to cha...
            Hi,
are there any windows restrictions about calling applications out of a powerbuilder app?
We have two problems:
1. Sending an email via OLE to Outlook works only once. When calling a second time, our app crashes. This behavior exists depending ...
            ghost directory after RemoveDirectory until IDE is shutdown
- Advice
- Last updated 2 years ago
- Matt Kleweno replied 2 years ago
After calling RemoveDirectory() from an application the directory remains until I close the PB IDE.  The directory is empty and not the current directory when the remove is called.  The directory does delete but only when the IDE is shutdown.
The di...
                    
            How to rename a registry HKCU Subkey
- Resolved
- How-to
- Last updated 2 years ago
- Frank Zettanucci replied 2 years ago
Does PowerBuilder have a baked in function to rename a registry key?
MS API has a RegRenameKey 
https://learn.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regrenamekey
I am trying to create the external declaration for Powerbuilder to us...
            Powerbuilder 2019 - Running a Mssql function with INT parameter
- Issue
- Last updated 2 years ago
- Peter Pang @Appeon replied 2 years ago
Hi
I am integrating my application with MS SQL server. When I execute a sql function passing a LONG parameter, the function fails with the code SQLSTATE = 22003
[Microsoft][ODBC SQL Server Driver]Numerical value out of range.if I use an integer var...
            Hello everyone,
I am currently in the process of hunting memory leaks in one special functionality of our 32-bit product. Unfortunately it is a very complex and long running process.
Doing some research on the internet, I found an old tool CDMatch ...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            