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.   :) 
            PB7 on Win10 will not build an exe
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
We have hundreds PB7 apps that we're planning to migrate to PB 2019, however in the meantime, we'd like to get the PB7 IDE running on Windows 10. I find that the IDE installs, but I'm not able to build an executable. 
Does anyone have experience wit...
            PowerBuilder RunTime Error
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Hi All,
I am using power builder 2019 application, it works properly once deployed in local PC. If it is deployed in citrix server (windows 2016 server, windows 10 OS) some times it is working fine, but if windows security patch updates happen in ci...
                    
            2019 r2 64 bit application crashes at startup
- Issue
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
Hi All,
We recently made the switch to Powerbuilder 2019 R2 and started building in 64 bit.  
On a select few windows 10 desktops the new EXEs will open up but quickly crash with no error. Essentially the opening window flashes and goes away.
The ...
                    
            Function Timer Not Working en WIN7 and WIN10 - PB2019 R2
- Resolved
- Issue
- Last updated 5 years ago
- Fernando Leal replied 5 years ago
Hi everyone,
I am having trouble executing the timer function.The system does nothing when I run the .EXE \ PBD on Windows 7 and 10 workstations.In my workstation that is Windows 10 it works in interpreted mode and from the .exe.
I have tried to ru...
                    
            www.appeon.com seems to be down?
- Resolved
- Misc
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
www.appeon.com seems to be down?
            How can I get a click event in a edit mask control?
- Resolved
- How-to
- Last updated 5 years ago
- Vincent Van Gogh replied 5 years ago
I was looking for a event click butdoesn't work
Any Ideas?
Thanks
 
            about the dropdown calendar of EditMask control
- Issue
- Last updated 5 years ago
- Zhao James replied 5 years ago
Hi, when select a date from dropdown calendar of EditMask control, which event would be triggered, how to capture the selected value before it is set to EditMask control?
 
            Regarding PowerClient Cloud Config file
- Resolved
- How-to
- Last updated 5 years ago
- Julie Jiang @Appeon replied 5 years ago
When I try to deploy app using PowerClient, the file named cloudserverconfig is created and it contains password also. So is there a way to hide information from user by encryting that JSON file.  
Location of file is : .\AppData\Local\Appeon\PBClou...
            Installing IWA Runner in Citrix
- How-to
- Last updated 5 years ago
- Kai Zhao @Appeon replied 5 years ago
I have a need for users to access my Appeon PB2017r3 program via IWA Runner.  Several users only able to access my company's web browser via Citrix.  When a user opens my application via the /iwarunner.html switch, they are prompted to install the IW...
                    
            Catch stored procedure error when retrievign a datawindow
- Resolved
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hello.
Is there any way to catch a stored procedure error when retrievign a datawindow?. I get the error 999 Select error: Requested result set number 1 not found, so I need to catch the return number that I specifed in the definition of the SP.  Ed...
            Oracle + PostgreSql compatibility for an application
- How-to
- Last updated 5 years ago
- mike S replied 5 years ago
Hi PB users,
As PostgreSql support was announced for 2017R2, we study the possibility to implement a PostgreSql compatibility for our PB application which is connected to Oracle for now.
We would like to keep Both Oracle and PostgreSql compatibilit...
            Hi all,
We receive a string ( copy and paste) into an MLE.
From this mle string we need to filter out all the ascii values higher than 126.
We have the solution , something like this
string ls_a
ls_a = mle_1.text
for i = 1 to Len(ls_a)
     ch...
            Deploy Powerclient using AutoCompiler
- Resolved
- How-to
- Last updated 5 years ago
- René Ullrich replied 5 years ago
Hello,
Is it possible to automatically deploy an application as Powerclient (new PB 2019 R3 feature) using AutoCompiler (OrcaScript or PBC or something else)?
It would be nice to integrate the deployment in a CI/CD pipeline.
Thanks,
René
            can i have 2 versions at the same time on my pc
- Misc
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
can i have 2 versions at the same time on my pc 2017 and 2019. using a single user and a single version at the same time ???
                    
            Hello!
I have a question about powerbuilder web app. When I generate a web app I´ve got a url, can I pass parameters in the url?If I can do it, how do I get its values in the PB application?
            RTE Print Problem with PB 2017 R3 Build 1858
- Issue
- Last updated 5 years ago
- Mark Lee @Appeon replied 5 years ago
Hi We are having problems printing an RTE with Powerbuilder 2017 R3. We are using build 1858. The issue is that when the we try to print to a local or network printer, the printer is not loading. Powerbuilder and the affected application are sitting ...
                    
            Need Template for PB-callable C++ DLL & Visual Studio Solution
- Resolved
- How-to
- Last updated 5 years ago
- John Fauss replied 5 years ago
I'm wanting to create a simple C++ DLL in Visual Studio 2017 that contains entry points that are callable by PowerBuilder, but this has proven to be a bigger challenge than I anticipated. I've been able to create a C++ DLL project in VS, create a hea...
            The application does not run
- Advice
- Last updated 5 years ago
- Armeen Mazda @Appeon replied 5 years ago
When I download the plugin to run my application, what can it be? How can I solve this problem? it just happens to me in a machine
            use of google charts in power buldier
- Issue
- Last updated 7 years ago
- Chris Pollach @Appeon replied 5 years ago
how can i include a google chart on my powerbuilder mobile project ?  
thanks for attention
                    
            Override Datawindow Background Color When Using Themes
- Resolved
- How-to
- Last updated 6 years ago
- Alvar Carrasco replied 5 years ago
Is there a way to override the datawindow (background) color set by a theme? The theme color is white. I would like a specific user object inherited from the datawindow class to have a different color.
 
Thank you,
Joe Hess
            
                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 
            
     
                             
                             
                             
                             
                             
                            