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.   :) 
            Datacontext in Snapdevelop error
- Resolved
- How-to
- Last updated 2 years ago
- damian jimenez replied 2 years ago
Hi community 
i try to create a new datacontext in SnapDevelop. Test connection works ok, but when try to save,i get a error.
Column requires a valid DataType.
What i doing wrong ?thanks
 
            PB 2022R2 2819 Memory issue
- Resolved
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We converted a PB 12.5 application to PB 2022R2 2819. 
 
I ran a procedure which makes intensive use of oleobject. In PB 12.5 the memory usage is stable at around 50Mb. 
In PB 2022 the memory starts at 50Mb and increases to 1200Mb. The memory is r...
                    
            HTTP Client Multipart Response Body
- Resolved
- How-to
- Last updated 4 years ago
- Daryl Foster replied 2 years ago
I'm converting a web service client call from SOAP to HTTPClient using 2019 R3. The response back from the web service is multipart which means my response contains both XML and binary content. The SOAP implementation gave me a property in the respon...
            Changing text in many DataWindows simultaneously
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Dear experts,we have a PBL consisting solely of DataWindows which are combined to generate certain documents.Sometimes the task pops up to replace a certain string in the text property of a Text control in many DataWindows simultaneously, e. g. a yea...
                    
            Hi, How can I read a file of Excel from Powerserver? 
                    
            Hi Appeon teamI am using PowerBuilder 22's themes and when app retrieves huge data and waits for response from 3rd parties for a while, the application shows a black screen. I have checked removing the theme, it throws the state "not responding mode"...
                    
            Hi All,
 
I have tried implementing SMTPclient in PB2022 R2 whereas I am able to send an email using SendAsync() but how to check the email status like queue/sending/sent/failed/cancelledbelow is the example code I have used
Long ll_handlen_smtpcl...
            Good afternoon.How do I change the RadioButton properties in a DataWindow at run time.
Grateful.
            HTTPClient / RESTClient to old internal TLS1.0 server
- Resolved
- How-to
- Last updated 3 years ago
- Mark Lee @Appeon replied 2 years ago
I'm having some problems connecting to an old Radius server that is stuck on TLS1.0
I'm getting error -19 in HTTPClient mode and -33 in RESTClient = "TLS 1.3 error. The server does not support TLS 1.3."
I've set both SecureProtocol and IgnoreServer...
                    
            Enable Anonymous Authentication in PowerBuilder 2017 R3
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
We are using PowerBuilder 2017 R3 and want to enable anonymous authentication similar to what we have in PowerBuilder 2022 below code. Is there any option available in PowerBuilder 2017 R3 to achieve the same?
Any help is highly appreciated.
Thanks...
                    
            Build from command line with Git, PowerBuilder and Orca 2002R2
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,
I have a bunch of applications that are correctly running and I am able to do incremental and full builds, and completely deploy them with no issue (only some warnings).
I want to automate the process by deploying them from the command line usi...
                    
            How to debug a PowerServer project
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We are migrating an application using two database connections to PowerServer. When I build and deploy the application to a server (under IIS), it works, both connections are working. We still have a lot of work to do in this migration and I would li...
                    
            Windows close button not displaying
- Issue
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Good morning, my PB IDE is not showing the three window’s bar buttons on the right-hand side that is the Minimize, Maximize and Close the window buttons. Also, when running my application, when in a DW the edit checkbox is not showing. This seems to ...
            Windows AppData\Local\Temp Issue on Remote Desktop
- Resolved
- Issue
- Last updated 2 years ago
- Christopher Craft replied 2 years ago
PB 2022 1900
I have a window that shows attached files for a transaction using the chromium WebBrowser.  This window will retrieve the file from the database, write it out to ..AppData\Local\Temp\Famous\Doc.pdf and then I fire the Navigate using tha...
            Hi,
We are in the process of migrating our operating system to Windows 11. Looks like only oracle client with 64 bit can be installed in Windows 11. The problem is, I'm getting error "Oracle library OCI.DLL could not be loaded" while connecting orac...
            Error while using orcascr220 for build and deployment of PB 2022 application
- Resolved
- Issue
- Last updated 2 years ago
- Subrat patra replied 2 years ago
Hi Team,
Recently i upgraded my PowerBuilder application from PB2019 to PB2022 R2. Application migrated successfully. We are using orcascript for the build and deployment. But when i do the build its showing error.  I have checked on the build machi...
            Rich Text component, and pbcrt.dll, TX v15, TX v28
- Resolved
- Misc
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,
When creating a runtime, when should one choose TX v15 or TX v28? This applies to PB2021 as well as earlier runtimes; and partially to PB2022. Partially, since on PB2022 there is only one TX checkbox.
It looks like we use the legacy Rich Text e...
            PBCATxxx tables creation and errors when disabled
- Issue
- Last updated 2 years ago
- Hugo Moors replied 2 years ago
(edit Use Extended Attributes OFF, see print screen)
Hello,
Our DBA doesn't want those tables in the databases and my applications don't use them.
So I have the option Use Extended Attributes OFF, Read Only ON
pb.ini in AppData\Local\Appeon\Pow...
                    
            Datawindows (reports) to be used in C# VS2022 site
- How-to
- Last updated 2 years ago
- mike S replied 2 years ago
Hello,
we have a quite large PB application that contains more than 500 reports (datawindows)
We are creating a "light" version of the application on the web using C# VisualStudio 2022.
It would be very nice if we could re-use the existing reports...
                    
            How to write code to identify all pages viewed in Datawindow(Freeform)?
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Is there any possibility to identify the user has viewed all pages until last(Multiple pages) in a datawindow(FreeForm)?
            
                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 
            
     
                             
                             
                             
                             
                            