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.   :) 
            Using PB R3 Build 2670 and all of sudden whenever I open up the application my mouse cursor just constantly shows that the PB IDE is busy.  I can't do anything within the IDE but kill the process in Task Manager.
I already uninstalled and reinstalle...
            Good morning!
 
I would like to connect with PowerBuilder 2017Rx or 2019R3 users in the civic services domain.
Thank you 
                    
            PowerServer2021 Beta: SQL Select Error: Execution Timeout Expired
- Resolved
- How-to
- Last updated 4 years ago
- Zhang JX replied 4 years ago
To all,
I am testing on the PowerServer2021 Beta CloudApp deployment, and hit error when retrieving a report with large amount of data - took around 15second to retrieve the report.
Observed such Phenomenon: 1st try got below error message, while n...
            Trap validation Error on DDDW
- Resolved
- Advice
- Last updated 4 years ago
- William Beale replied 4 years ago
I’m trying to trap an item error event message to enable a user to enter a new text value to a code-based drop down datawindow. 
The DDDW is set to allow editing. ‘Empty String is NULL’ is checked. Is not set as a ‘required’ column. The DB is MS SQL...
            PB 2019 R3 compile problem
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I just ran my first 2019 R3 compile, and ran into a problem. On my development machine, when I tried to run the executable, I received an error message:"The code execution cannot proceed because pbvm.dll was not found. Reinstalling the program may fi...
                    
            Opening C# .NET window from PB resizes PB and everything in it
- Resolved
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Using PB 2019 R2 build 2353We built a C# .NET screen to be used by both our Powerbuilder and C# .NET WPF applications. I wrote in C# .NET a function that takes 8 arguments (all strings) and returns 1 string. The function uses those arguments to open ...
            Getchild not working after upgrade
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I migrated a Powerbuilder application from 8.0 to 2019 R2. I have a Getchild call that is returning -1 but it works in 8.0. There have been no modifications. Is there something I should consider about the datawindowchild after a migrationmigra?
                    
            SQL Server and PBMaxBlobSize in PB 2017 R2
- Resolved
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 4 years ago
We are connecting to SQL Server using ODBC Driver 11. Any embedded SQL using SELECTBLOB or UPDATEBLOB truncates data at 32K, which is the default for a SQL Server driver.
I have been unable to modify the default size to 1 GB, either by setting PBM...
                    
            Hi,
 
How to connect to MS SQL SERVER 2019 using the Database  Profiles in  Powerbuilder 
 
Thank you and Regards,
 
Benjie
 
            "build" in application development has a specific meaning and that is not what that is.
the terminology should have been corrected years (decades!) ago.  such a simple fix. smh
 
 
 
 
            I have an application that uses ShellExecute and Printto to Batch print documents.  The program needs to be very specific and print them in order.  The issue I am having is the order.  When I send the batch print, based on what native application is ...
            PB 2019 r3 SourceControl: GIT - Save taking longer
- Issue
- Last updated 4 years ago
- Tom Jiang @Appeon replied 4 years ago
Recent upgraded to pb2019 r3 from pb2019 r2 / source control - GIT
 
it takes longer to save changes.  Other panels will flash.
 
What is PB doing differently from r2 to r3 during the save process?
Thanksjeff
            Question about Powerclient feature in Powerbuilder 2019 R3
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi....our office is using Powerbuilder 2019 R3. We currently compile our project but use a 3rd party software instalshield to create the install for the users.....I see R3 has the Powerclient feature....but in reading the documentation is sounds like...
            Our team is starting to develop WebApi's using Appeon's Snapobjects.  One of the main libraries we are using is the SqlExecutor class to create our data access layer.
One of the things that got us confused was the ability to use the SqlExecutor.Sele...
            export data in specific JSON-Format
- How-to
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
Hi,
I'm looking for a way to generate data in a specific JSON format to sent it to a unknown web server. 
I have two tables (table1 with column1, column2, column3 and table2 with column2, column4). The table1 has a foreign key to table2 (column2). ...
            Rest API error from Quasar-405 HTTP Method not supported!
- Issue
- Last updated 4 years ago
- Alessandro Bracco replied 4 years ago
Hi All
I'm trying create a REST API based on below video, and getting error like below :
 
(https://www.youtube.com/watch?v=HRKNPA1EM_ofeature=emb_logo)
It could be possibile to dowloand the sample in the video somewhere?
 
Thank you very muc...
            Using PB 2017 R3 build 1915
I have a datawindow that has a row of data unintentionally embedded in it in. Using 'edit text' on the datawindow I see a data entry immediately after the stored procedure reference. It prevents the normal retrieval behav...
                    
            Capture ‘ENTER’ in Ribbonbar Combobox
- How-to
- Last updated 4 years ago
- Mark Lee @Appeon replied 4 years ago
Is there any Possibility to catch Enter Key press in Ribbonbar Combobox?
            SnapDevelop2021 to run on IP not localhost
- Resolved
- How-to
- Last updated 4 years ago
- Daryl Foster replied 4 years ago
Hi,
Need help, am learning SnapDevelop2021 beta
when i run SnapDevelop2021 beta the app start well and i get below response.
...Now listening on : http://0.0.0.0:5009
i want to be change to http://myip:5009
 
Was able to change IIS (Default web...
            PB 2019 R3 crashes on context menus with MenuImage
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello,
I recently migrated my application from PB 2017 R3 (1880) to PB 2019 R3 (2670).
One issue is that PB crashes if a context menu is populated with the PopMenu(x,y) function.
The crash happens only in the runtime version, not when I start it f...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                            