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.   :) 
            Issue after publish Web API to Windows 10 IIS server
- Advice
- Last updated 4 years ago
- Seng Chee Chong replied 4 years ago
Dear All, 
I encountered issue below, after I published Web API to Windows 10 IIS server:
But I have no problem to call the Web API as below when Run Test(s) and Debug Test(s). 
Note: The d_dddw_supplier_list is converted from PB code. 
 
...
            Hi ,
I am trying to parse an xml string using pbdom and I am getting the following error message.
"Error calling method of PBNI object at line -1 in buildfromstring event of object pbdom_builder"
Any idea how to fix this error?
I am using PB 12.5...
            Crashes on Connecting Database
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 4 years ago
I have an application made in Powerbuilder 9 which am trying to migrate to Powerbuilder 2019. When i go an connect my odbc database it said it connects successfully but then when i create the profile and try to connect that Powerbuilder 2019 crashes ...
            Commandbutton focus on external datawindow by setting data in Data Object
- Resolved
- Misc
- Last updated 4 years ago
I had an external datawindow displaying rows of information and a couple of command buttons on each row. The datawindow had no update capacities and all columns had taborder 0.
After some trial and error I discovered that by adding one row at design...
                    
            Winbatch Commands not working in Appeon Powerbuilder 2019 R2
- How-to
- Last updated 4 years ago
- Vijay Gopalakrishnan replied 4 years ago
Hi Folks,
 
We are using Appeon PowerBuilder 2019 R2 Version, We also use WinBatch commands in the functions and events.  WinBatch commands worked well with PowerBuilder 11.5 Version, but somehow this is not working for Appeon PowerBuilder 2019 R2 ...
            OLE from PB to Word, not working after moving from PB 2019 R2 to R3
- Issue
- Last updated 4 years ago
- Douglas Ross replied 4 years ago
I just switched to PB2019 R3 from R2. 
Our app is a simple client server app.
Now when i try to use OLE to Word, it fails on the .ADD
                              ole_1.Documents.Add(as_template)
We are using 64 bit Microsoft Office - Word but t...
            Accessing Trailer Band Objects
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I need to know how I can access columns/calculated fields/text objects in a trailer band as if they were in a detail band (since the row number in a trailer band is 0, I have no idea what to do). Also, there are multiple trailers so how do I know whi...
            Calling REST API with Basic Auth
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi guys,
I have created a POSTMAN call to WooCommerce, to list all products, that works fine.I'll put here the real values, as I created them only for this purpose (it's a read only key, I'll disable them as soon as I get this going).Postman, with B...
            PowerClient for existing project
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi All,
Maybe it's a silly question but can I add PowerClient to an existing project and have two options to build it?For example, I would like to give PowerClient deployment (and updates) to one group of clients and "traditional" build (and updates...
                    
            Hi,
PBR3 2670, I have problems with the runtime. PMVM.dll - PMVM190.dll. Does anyone know this Problem?
 
Regards
 
            DotNetAssembly.LoadWithDotNetFramework - load dll from GAC
- How-to
- Last updated 5 years ago
- Jeff Martin replied 4 years ago
It appears assemblies are loaded by specifying the path to the dll. Is there anyway to load an assembly located in the GAC (Global Assembly Cache) without specifying the path? The path to our GAC files changes slightly with every build when the versi...
            We have PowerBuilder 11.5 program for batch printing our documents and we use CustPDF for that, We have moved to Appeon Powerbuilder 2019 R2 Version, Which PDF printer will suit for the batch printing.  Any suggestions please.
 
 
Thanks and Regar...
            McAfee Flagging my PB 2019 R3 Exes
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I've started migrating my PB 2019 R2 applications to R3, and the majority of them (but not all) are getting flagged and quarantined by McAfee.  I am in the process of getting exceptions setup for them all, but why is this a problem all of a sudden? I...
            Wondering if anybody has developed a PB UI Theme that closely mimics Google's Material Design that they would be willing to share?
                    
            What to specify in database engine
- Advice
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
 
I am trying to install Appeon on my system, however I get stuck at specify database engine,
could some one pls help me with that? SQL anywhere 12 is on my system. does sql anywhere come wwith the Appeon installer(offline installer)? IF not, w...
            Workspace location for Git SCC
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We are currently migrating from PowerBuilder 2017 R3 to 2019 R3.We are using Git for source code control.In our application Git repo we have multiple folders at the root level, one of which is our Powerbuilder folder, which contains all the PowerBuil...
            How Can I save as the file with the ; separator (PB2019)?
- Resolved
- How-to
- Last updated 4 years ago
- Fernando Leal replied 4 years ago
Hi All, 
I need obtein the CSV file with the ; separator en PB2019 R2, Could you help, please? 
This is the code 
 
choose case ls_extension case 'CSV'               dw_1.Saveas(c:\file, CSV!, TRUE) end choose
This is the example file, obtein no...
                    
            Hello Community,
PB Version: 2017 V3, soon to move up to current 2019.
In SVN usage, there is no SVN capability in the Library (whether rt-click or menu items), but only in the System Tree. Therefore, we cannot even check-in/out multiple objects at...
                    
             
Hi everyone, 
I'm new to this community and haven't used PowerBuilder in my work for a while. 
 
When deploying on 64bit I have a problem with the use of the external function "User32.dll" such as with the "getSubMenu" function which always...
                    
            Hello All,
We are trying to upgrade PB from 12.5 to 2019.
Now we are facing a problem with sending an email.
At the beginning the popup outlook window with DENY ... ALLOW... options - stopped appearing(but the email was sent , we saw it in 'sent i...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                            