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.   :) 
            I have a pie graph that is giving me issues with the label location.  It works fine with only 4-5 items in the graph.  When the number of items gets up to around 12, the labels start overlapping each other.  I do not see a way where I can change the ...
            Need help getting SQl Anywhere 11 installed.
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 3 years ago
I have PB 2017 R3 installed on a new WIN computer.
However, SQL Anywhere 11 did not automatically install.
How do I install and plug into my PB?
            PB Object Browser not displaying
- Resolved
- Issue
- Last updated 3 years ago
- BRIAN PROM replied 3 years ago
Hello,
Just recently my Object Browser window will not show when selected in my Powerbuilder IDE.  I'm using PB 2019 build 2703.  It was previously working but now when I click the button or use the menu option for Browser nothing happens.  I don't ...
            SQL Anywhere Engine not detected even though it is installed
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi,
I am trying to install PowerBuilder 2019 R2-2353 and I want to be able to use the Demo apps that come with the install.
I have installed SQL Anywhere 17 on my machine as well.
During the installation PowerBuilder is not picking up any engine a...
                    
            Controlling PDF printing
- Resolved
- Advice
- Last updated 5 years ago
- Mark Goldsmith replied 3 years ago
I have the need to print existing pdf files on the network to a HP printer and control which pages print within my PB app.  Anyone done something like that or any ideas where to look?  
 
Thanks
                    
            Passing a date parm to TO_CHAR(), PostgreSQL Database
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
PB2019R3, build 2703Windows 10, 64 bit platformPostgreSQL database connected with ODBCI have a stand-alone datawindow which is a report. The full SQL is attached.Here's a snippet of the problem lines in the SQL:            select            case     ...
            Hello,
 
PB 2021 1288
 
I create datastore in application and would like to save this datastore as PDF document. At the time of creation of datastore I already know name of filename in which I want to save datastore, but I don't know folder. S I ...
                    
            upload my app to my web site
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi 
I try to upload my app to my web site  it get this error please help 
 
 
            how to upload my app on my website ? www.etscomsys.com
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
please how can i upload my app on my website ?    exp  www.etscomsys.com 
 
            Re: Active connections to PostgreSQL
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
PB 2019 R3, PostgreSQL 11
While querying the PostgreSQL database, with the following query
SELECT username, application_name, client_hostnameFROM pg_stat_activity WHERE datname = 'database' And state = 'active' ;
I get empty in application...
                    
            Transparent Slider / Trackbar
- Resolved
- How-to
- Last updated 4 years ago
- John Fauss replied 3 years ago
Hi bright minds,
I need a horizontal trackbar / slider control, but it has to have a transparent background.
The powerbuilder trackbar doesn't even allow to set the background colour, so that's a no no.
I've tried a .Net winforms trackbar, same ...
            Why is it not possible to select "incremental" build when in project "enable debug" is not selected?
- Resolved
- Advice
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
As explained in the subject. Is there a explanation for this? This goes for all 3 project types. Powerbuilder, PowerClient and PowerServer.
regards
            Re: Different background color for all drop-down datawindows
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
PB 2019 R3
Need to set a different background color for all drop-down datawindows, using theme feature.  Every window will have 2 - 10 drop down datawindows. 
Is there any way to accomplish this task? 
Happiness AlwaysBKR Sivaprakash
 
                    
            Problem to register new user in APPEON
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello,
For a new employee, to whom we want to assign his PowerBuilder license.
When I enter https://login.appeon.com/register it does not allow me to register a new user, for an employee of the company where I work.
Display the error:This email ad...
            Problems installing PB 2021 on Windows 11
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi team,
I recently upgraded to Windows 11 and decided to reinstall PB 2021. However this download problem keeps occurring.
I have followed the instruction to 'Allow Connection' in Firewall Outbound Rules for both PowerBuilderInstaller_setup.exe an...
            Evaluate on TV DDDW keeps crashing IDE
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi,
I'm using PB 2019 R2 build 2328.
On a TV Datawindow, PB IDE started crashing on simple statement I used to find the last row in the group.
this.describe("evaluate('max(getrow() for group 1)',1)")
I've checked following:
dw has 6  rows,
it...
                    
            Is there a way to have embedded images in our PowerServer aplication ?
- Resolved
- How-to
- Last updated 3 years ago
- Edinson Nongrados replied 3 years ago
Good morning,
I have a datawindow where I get the filename, width and height of an image, after that I set all this information to another datawindow which has the image control. I have theses images in local.
I don't know if there's a way to not h...
                    
            PB IDE shows splash and fails to load the actual IDE
- Resolved
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I am unable to get the PB IDE to open.
This is failing on both 2019 R3 and 2021 and it just started today.
I installed some software, Iris for blue light, plus another backup software, not sure if they replace something, but even after uninstalling...
                    
            Regarding PBLs from a computer
- Resolved
- How-to
- Last updated 3 years ago
- SHAMEEM KAKKAD replied 3 years ago
Hi,
I need to get all pbls files from my computer (C,D,E,etc..). I did checked the dirlist, dirselect functions. but no use... 
 
            Our app is PowerBuilder 2019 Build 2170 and we use InfoMaker 2019 Build 2170. IM can be launched from the app so that users can customize reports. We'll be moving to PB 2021 in a couple weeks so we can make our spring release using 2021.
 
We have ...
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                            