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.   :) 
            Does the beta of Powerbuilder 2019 R2 use the same installation folder of Powerbuiler 2019 ?
I need to have both in the same machine.
 
Thans for answer.
 
GImmy
            Problem Powerbuilder+GIT
- Resolved
- How-to
- Last updated 5 years ago
- ATK Gimmy Susan replied 5 years ago
Good morning.
We've been using GIT for months now, but we still have problems with PBLs in a group of 10 users.It is not clear to us how they should be treated in PB-GIT.
What is the behavior protocol for configuring POWEBUILDER+GIT?
Let me explai...
            2019 Migrated App issues in production , working in Dev Environment
- Resolved
- Issue
- Last updated 5 years ago
- Gaurang Patel replied 5 years ago
Hello There Again, 
 
 As mentioned earlier, am new to PB ,  and migrating application from PB9.0 to PB19.0. 
With Contractor's help migrated PB9.0 application to PB19.0 version, in development.
Users were able test the application, hardware co...
                    
            PowerServer support for WebSphere Liberty
- Resolved
- Advice
- Last updated 5 years ago
- sean flynn replied 5 years ago
Over the last couple of years IBM is advising their clients to move away from "traditional" WebSphere application server to their new server named Liberty. IBM WebSphere Liberty is not derived from "traditional" WebSphere product and they actually ha...
                    
            Same app on different regional settings
- How-to
- Last updated 6 years ago
- Giuseppe moglia replied 5 years ago
Hi Guys
how can I manage the same pb application on different regional settings at the same time, so with different decimal separator and different date format for different users?
Any hints?
 
thanks in advance
            MTOM/XOP Web Service Client
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Wanted to check if the new version of PowerBuilder with HTTP Client supports the MTOM/XOP web service client.
 
            Powerbuilder 2017 - supported operating systems
- Resolved
- Advice
- Last updated 5 years ago
- Phil Roth replied 5 years ago
Is there any Appeon documentation to show which version of Windows are supported for a particular version of Powerbuilder?
e.g
Powerbuilder 2017 R3 - Windows 10, Windows Server 2008, 2012, 2016 ?
 
We have external clients running our software, s...
                    
            Hi, Community!
When declaring and invoking Windows API DLL's in Appeon Web apps, wich libraries are used, server or client side?
Thanks in advance for helping!
            When attempting to install PowerBuilder 2017 R3 I get the error Message "The installed version of the application could not be determined. The setup will now terminate".
I have PB 2017 R2 build 1769 installed.
Do I need to uninstall this Version be...
            Hello All,
Appeon PB2017 on Citrix shows black screen while processing huge data in background and user tries to move the window whereas with previous versions of powerbuilder (sybase PB's) we used to get either Waiting or 'Not Responding'. Consider...
                    
            Random Crashes on app migrated from PB 7 to PB 19
- Resolved
- Issue
- Last updated 6 years ago
- Julian I. replied 5 years ago
Hello,
We have migrated our application from PB7 to PB19 (Build 2082). We have pcs in W7 and W10. The application seemed to be working fine, but for some weeks some users reports random Windows errors "App.exe stopped working."
This is the re...
            Difference between embedded SQL statement Vs Calling using Declare and Execute Procedure
- Resolved
- Issue
- Last updated 5 years ago
- Vipin Dwivedi replied 5 years ago
Hi PB Appoen Folks,
Greeting! and Happy ThanksGiving!
 
What is the difference if I call the stored procedure using Select statement Vs Declaring and executing the procedure. See below sample example.
select 1 From sp_test(:a);
Vs
DECLARE Test ...
            OrcaScript export all objects in a pbl
- How-to
- Last updated 5 years ago
- Roland Smith replied 5 years ago
I have a powerbuilder app with several pbls.  I would like to export all the objects in my pbls to the harddrive.  I've been researching orcascript but I do not see any commands to export an object stored in a .pbl to a file.  Any help would be appre...
                    
            Why is there a different experience between the IDE and EXE?
- Advice
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
I have an application that has been successfully migrated to PB 2017 R2.
When I execute the application via the IDE I have no issues, I am able to navigate - pull data and even insert into new content.
I am successful in deploying the complete appl...
                    
            installable web app IWA
- Resolved
- How-to
- Last updated 5 years ago
- Mariano Collado @Appeon replied 5 years ago
Can anyone help
 
It has been suggested to me that i try using an installable web application rather than the ordinary powerserver mobile, via a browser - as I have a group of users whose browser is giving problems with the plug in
Can anyone expl...
                    
            
Hello, I need to develop a screen which uses all Russian labels, command buttons, static text displays, etc. For example, instead of "Hello", command button would display "Привет". This would need to work for input as well as display.
What would...
            Powerbuilder Mouse Pointer 2019 Windows 10
- Issue
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
I am experiencing issues with pointer persistence with the native PowerBuilder SetPointer function and the external windows function call:
//...//... create hourglass.//...
ulong ll_handle ;
if ab_mode then ll_handle = handle(this) ; ii_return = s...
            Hi, I have a PSR (Powersoft Report) file that contains many visual objects, has no database connection, and it has been detected that it has grown twice the size when modified with PB2017R3:
Old version: 25MBVersion with PB2017R3: 59MB
Internal cha...
            Microsoft SQL Server Native Client 11.0 Column does not exist - PB2019
- Resolved
- How-to
- Last updated 5 years ago
- Michael Kramer replied 5 years ago
We have migrated from 12.5 to PB2019 - now connection is working but for one of the datawindow we have three columns one is checkbox and from query we are getting only two columns from simple sql query and check box we are setting. while retrieve we ...
            RowsCopy(): how much should data types match?
- Resolved
- Advice
- Last updated 5 years ago
- René Ullrich replied 5 years ago
Hello,
I was wondering if anyone knows how much column datatypes of datawindow objects must match in order for RowsCopy() to work. For example, are "number" and "decimal" compatible? Or "char(10)" and "char(100)"? "Date" and "datetime"? Unfortunatel...
                    
            
                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 
            
     
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                            