Featured Questions

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...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
Hi all, I'm writing a new event to be called from the RMB Menu.  I noticed that I can't seem to override the ancestor scripts.  This is true for older event too... I recently upgraded from PB12 to PB19... now all my rbuttonup events are showing the ...
How does powerbuilder webservices application handle multiple requests at the same time.  For example, does it use pooled connections or does it try to open a new connection for each thread....
Dear Experts, I want to get the file version and the product version (Major, Minor, Build, Revision) of the application built by PowerBuilder and date and time when it was built. How do I get these informations with PowerScript functions? In Visua...
Hi all, I'm having trouble viewing documents in my browser if the document name has any spaces.  I'm trying to replace spaces with %20 for the browser... but when I run my code, it replaces space with %2520 ... here's an example: file:///E:/BenchTo...
We have been using PowerBuilder 9.0 develop a large application that we normally deploy by coping the new exe into a specific folder on the clients workstation.  Within the application we check to make sure the user has the latest and greatest exe fi...
Hi, I've got code in production  that uses Powerbuilder 2019 R2. I recently downloaded and installed Powerbuilder 2019 R3 and during setup the only option was to upgrade my existing R2 installation. However, I really need to be able to continue su...
Hi all,   I'm using PB2019 r3 build 2703.  I would like to add my Workspace to Git but the option "Add to Source Control" on the right-click on the workspace is not there. Is there any additional configuration that I should make?  Thank you,  ...
Hi, Does anyone know where the Today() function gets it's value from? What I mean is: where does it look to determine the TimeZone your PC is configured for? I've temporarily changed my Windows' TZ to Australia, but I'm still getting my local UK da...
I am Using Microsoft Web Browser OLE in PowerBuilder 2017 R3, I am using this Web Browser to take credentials from user and generating the OAuth2.0 Authorization Code for further use to generate access token, but when i give the UserId and click on n...
Buenas tardes a todos.   Alguien tiene un ejemplo de como exportar un datawindow a xml   Muchas gracias   Att Carlos...
Error dialog while accessing the app from the browser to install the launcher for first time. Also tried closing PB before trying browser launcher install but no luck: PowerBuilder application execution error (R0222) Application terminated. Error:...
Hi Team,   This is regarding the Power Client setup I have successfully configured and the build my source code.  When i call the application through the browser, it's successfully download the CloudAppLauncher to the local drive and when i try t...
Hi! PB2019 2353 (32 bit) MSSQL 2012 and MSSQL 2017 (natív client 11.0) Windows 10 64 bit We have several long running MSSQL stored procedures with brief insert expression in begin, after a slow select to collect the results, and write results to ...
is it possible to load a sqlselect from a model without params?   I have this structure: [SqlParameter(name: "first", dataType: typeof(int))][SqlParameter(name: "second", dataType: typeof(int))][FromTable("mytable", Schema = "DBA")] [SqlWhere("...
Hi, I've used an Inet variable to be able to use the HyperlinkToURL() function.I thought it would be a good idea to use the CoderObject to UrlEncode() the url that I'm passing in. My URL's can point to anything like "file://..." or "http(s)//...".T...
Hi, Has anyone successfully used Oracle 21c with PB2019 R3? regards...
I have a universal datawindow userobject... u_dw. Inherited a new object u_dw_attachments Added a user function of_setworkorder( al_workorder ) In script, when I try to call that function, I get a compiler error. Here's my script: idw_attachments...
We have powerbuilder application initially create din PB 9.0 , later migrated in PB 2017 R3 .The application used MQ client , which is upgraded in 9.1 . In order to create secure MQ connection we need to upgrade the cipher. Currently no cipher use di...
Hi Team, We currently connect to SAPGUI 7.5 with saplogon.ini file. We need assistance in connection Powerbuilder to SAPGUI 7.6 with xml file.Thanks....
  We are using a find function to find the row number of a particular record. Initially it was used with the first two columns which are string data type, now on an enhancement we need to add two more new datatime columns in the find, but after addi...


There are no discussions available here currently