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.   :) 
            PowerBuilder 2022 1900
We are moving off Change/Synergy to these new tools which means our whole process will need to be re-analyzed.  Has anyone worked with a consultant that has experience with these tools and PowerBuilder?  
Thank you for any in...
            PowerBuilder Connection using IBM MQS
- Advice
- Last updated 2 years ago
- Sufyan Maghur replied 2 years ago
We are trying to connect to the mainframe for a legacy PowerBuilder application...
Now I am trying to connect to MQS and getting an error...
I have defined the External Function
Subroutine MQCONN(String QMgrName, Long Hconn, Long CompCode, Long Re...
            Helo Support Team,
 
  We have successfully uninstalled 2017 version and  installed 2022 version of infomaker in this id mark_adkins@huntsman.com.
 User did login with his id in infomaker app 2022 version but when try to open existing .psr files, ...
            New Tables Not Visible in InfoMaker Select Tables
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Select Tables in InfoMaker 2022 when creating a new query does not show all tables.  New tables were added to an existing Oracle 19c database by our DBA via database scripts.  Tables were not created via InfoMaker.  The new tables do have PUBLIC SYNO...
            MessageBox in PB2022 R2 is to small
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi All,
Is anyone else having an issue with the MessageBox being smaller in 2022 R2 then 2021.
In our application it is small both horizontally and vertically. 
Vertically it is cutting of the bottom of the buttons.
Horizontally it is right up ag...
                    
            ++ PB 2017 R2
Hello all,
 
I am writing a script to take in a PSR file, then Save As PDF. It seems the conversion to PDF does not automatically determine portrait/landscape. Im playing with code to figure that out.
 
ISSUE: I have many...
                    
            PBAutoBuild220 failing to find Oracle NET driver
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Huang @Appeon replied 2 years ago
Hello,
I'm deploying a PowerServer 2022 R2 project from a dedicated build server, running PBAutoBuild220.
PowerServer toolkit is unable to find the required Oracle NET data provider, which is usually downloaded automatically in PB/Snap when selecti...
            POwerbuilder 2022 R2 SMTPClient username/password required?
- Resolved
- Advice
- Last updated 2 years ago
- Miller Rhodes replied 2 years ago
Currently, I am attempting to integrate the SMTPClient object into my application using PB 2022 R2.
Our SMTP server does not require a username / password if you are inside the firewall. I cannot seem to get the 
object to send an email successfull...
            issue connecting an app from an specific environment.
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello all, 
I have an app buidlt in PB2022 that runs perfectly in one machine and in the other one does not get authorized my user, I am using an ODBC connection to get into the db, the connection is configured the same in both environments and in o...
            Single Sign on within PB 2022
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello,
 
Does anyone know how to set up single sign on with a PowerBuilder app?  Using version 2022 R2.
 
Thank you
                    
            Hi,Is it possible to set the background-color for a checkbox or a radiobutton from the theme.json file?We have many screens and are currently looking at making a custom theme to apply across our application.Please note following image where the Activ...
                    
            PFC User Security administration vs PowerServer
- How-to
- Last updated 2 years ago
- Arnd Schmidt replied 2 years ago
Hi All,
 
Currently we had successfully deploying powerserver project and it undergo testing phase now.  And we are using the PFC (Pfcsecad/pfcsecsc) to configure the user/group setting and apply it to our application. However, due to PowerServer, ...
            How to start PowerServer application without admin rights
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,I have "converted" our existing C/S application to PowerServer and it works great!The remaining issue is how to allow end users, who don't have admin rights, to launch the application?Currently when launching the application it first asks "Open Cl...
                    
            Old TER Control - Save as PDF options
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all - looking for some advice ...
We are using a customized version of the TE Edit Control (Sub Systems v20) and are looking for the best way to save the output to a PDF. We had been saving simply by using a PDF print driver, but we'd like to get...
                    
            Limitations of PrintGetPrinter()
- Issue
- Last updated 2 years ago
- David Peace (Powersoft) replied 2 years ago
Hello,
PB 2022 B 2819, Application run as a Windows Service
When the control hits the command PrintGetPrinter(), it seems the application re-starts from the beginning.   In my windows service application, I need to set the printer to another printe...
                    
            CreateProcess API Function
- Resolved
- How-to
- Last updated 2 years ago
- Roland Smith replied 2 years ago
I'm using CreateProcess to run an EXE and WaitForSingleObject to wait for it to finish.
My problem is that I need the EXE process to have the same security access as the calling EXE. I'm guessing the lpProcessAttributes argument needs to be populate...
            How to cancel a long running query in PowerServer CloudApp
- Resolved
- How-to
- Last updated 2 years ago
- mike S replied 2 years ago
Hi,
we have in our PB application, when running in C/S mode, the possibility to cancel a query returning large number of rows by issuing DBCancel(). In C/S mode it works fine.
But in PS mode, it doesn't appear to do anything.
Is there a way to can...
                    
            HI,
just migrate from PB2019R3 to PB2022R2
We experience PDF generation downgrade in PB2022R2 with Ghostscript (9.5 or 10.02) and even if we print the DW with the Microsoft Print to PDF printer.
for example :
Text in white in the DW are print i...
            DataWindow saveas excel8, sheet name is garble code
- Resolved
- How-to
- Last updated 2 years ago
- ma jack replied 2 years ago
Hello everyone
I saved the data window as an excel file. The name of the excel file is displayed normally, but the sheet name is garble code.this is my codedw_1.saveas("D:\test\作成.xls",excel8!,true)
If I use ascii characters as the file name, the s...
                    
            useintegratedwindowsauthentication replacement for HTTPClient
- Resolved
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Preparing to migrate our app to PB 2022, rewriting code using the discontinued SOAPConnection to use HTTPClient object.  Existing code uses conn.useintegratedwindowsauthentication(true) to connect with integrated windows authentication.
How can this...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            