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.   :) 
            Good morning,
 
I would like to connect with someone who has made the journey from PB11.5 to PB2019R3.
Thank you
                    
            Json Array object string building
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi Gurus,
 
We have migrated the PB from 2017 r3 to 2019 r3. We have a Json string building function which is working fine in 2017 where as its not building the expected array string in 2019. Following is the code
 
Jsongenerator jga
 jga = crea...
            Hello,
Using PB 2017 R3
Got a selection window, whereby users can select a row by pressing 'ENTER' key or 'DOUBLIC CLICK' that row by mouse.   
*********************************Code in ue_key event (Event Id: pbm_dwnkey)
If dw_list.RowCount()  0 ...
                    
            WebServer Profile Configuration path when resides in a different PC
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I'm trying to recreate the WebServer Profile configuration for my Production IIS WerServer but I forgot how to enter the Web Root Path format when the web server is in a different PC using File Transfer Type: LocalServer.
Could you please remain me ...
                    
            How to get the upgrade of PS2020?
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
I have PowerServer WorkGroup edition 2019 Build 2151. Our Android devices with OS11 can not run the Mobile Apps. So I need to upgrade, as somebody in the Appeon suggested, to PS2020. It is a silly question and I think I have asked in the pass.
How d...
                    
            PB 2019 R2 now requires daily license reactivation
- Issue
- Last updated 4 years ago
- mike S replied 4 years ago
Starting this week, our nightly automated compile of a PB 2019 R2 application fails because PB is now requiring daily reactivation of the license. It is still in force (see attached). Any ideas why this would suddenly begin occurring?
Regards,
Don ...
             
Good afternoon,
I have a DataWindows that I want to take to Json, but the problem is that it is not respecting the upper and lower case of the headers. How was this solved?
 
 //ls_json_resultado = lds_select.ExportJson( )   ls_json_resultado =...
                    
            SetFilter() is not working in PowerServer web.
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi,
Run PowerServer web in my desktop SetFilter() is not working but run in  web server is worked fine.
Below is filter value :-
dw_list_detail.ShareDataOff() dw_trans_info.ShareDataOff()  dw_list.SetFilter(ls_filter_edit_row) dw_list.Filter() dw_...
            Autenticarse en aplicación Powerbuilder con LDAP en un servidor CITRIX.
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Buenos días amigos,
Cómo puedo hacer para que los usuarios de mi aplicación Powerbuilder se puedan autenticar mediante LDAP.
Todos los usuarios acceden al mismo EXE que está en un servidor CITRIX. Cada usuario entra con su propio usuario y password...
            Datawindow picture control and line weight when saving as PDF
- Resolved
- How-to
- Last updated 5 years ago
- Lawrence Anderson replied 4 years ago
On a window, I have a button's clicked event set to use a (event) local datastore to get records and then I use " li_rc = lds_directDeposits.SaveAs(ls_filename, PDF!, false)" to write to a network location. On the datawindow referenced by the datasto...
            Buenos días
estoy tratando de entender Ribbobar
 
tengo un ventana principal w_mdi y necesito abrir una ventana w_sheet  defino el siguiente evento el cual solo tiene un parametro
  ue_buttonemployeesclicked  
 
en el evento tiene el siguiente ...
            Funny behaviour of TAB controls
- Resolved
- Misc
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi,
I was having a look at the MR for pb2017 R3 (build 1951). I wanted to know which bugs had been fixed and if it's really needed to install, since we're about to release to a customer.
I looked in particular at this  bug: https://www.appeon.com/s...
            In PowerClient, if my organization prevents doing the deployment automatically, the documentation says that we can produce a .msi. Is this correct?
Thanks,
Pauline
                    
            Open Word Document Error - Appeon PowerBuilder 2019 R2 Version
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am using Appeon PowerBuilder 2019 R2 Version, the application used to work until few weeks back, today I am getting error
I have 2019 R2 Application run as batch program, running on Windows 2016 Server, I have Office 2013, my application use word ...
            Error when running Task Scheduler
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello,
I am trying to run a program using task scheduler.  I have done this before without any issues up to now.  The program runs correctly if I launch it normally or from the command prompt.  If I run it from the task scheduler it seems to stop in...
            Can't connect to Oracle database
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
There is a serious problem with PowerBuilder 2019 R3:
We worked successively with Oracle 10 via native interface, afterwards 
we changed database profile to Oracle 19 via native interface, it worked
fine. Afterwards we wanted to return to Oracle 1...
                    
            Estimated release date for MR 2019 R3
- Resolved
- Misc
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi,
Does anyone have any idea when the next MR for 2019 R3 GA #2670 might be released?
We'll soon finish our 2019 R3 project and might wait with the release depending on that answer. Our main concern is the "centered modal windows everywhere". The ...
            PB application closes when we close OLE Object (Excel)
- Resolved
- Issue
- Last updated 4 years ago
- Mark Goldsmith replied 4 years ago
Hello,
PB 2017R3
I use the following code to import data from Excel to Datawindow.  
*********************************************
OLEObject xlapp , xlsub
dw_barcode.Reset()dw_barcode.SetTransObject(Sqlca)
ll_sheet = 1ls_filename = Trim(sle_fil...
                    
            Retrieval argument data types
- Resolved
- Advice
- Last updated 4 years ago
- Rebecca Tollfree replied 4 years ago
Hi
I am working with retrieval arguments on a datawindow
i am using a number datatype, and have noticed that the datawindow corrupts if I put in a really big number (32bit). If I change the data type to decimal there is no problem
 
I have been t...
            datawindow update error
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have a datawindow (Powerbuilder 2019 R3) that returns -1 on Update() and the following message appears :
Datawindow does not have update capability.
I checked the update properties and they looked correct.
Suggestions?
                    
            
                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 
            
     
                             
                             
                             
                            