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...
I'm using WebBrowser Powerbuilder 2019 R2. I need to somehow identify whether the request was successful.Is there any way to capture http status code?tried to use the NavigationError event but was not called...
Hi, I am currently evaluating the trial version PB CloudPro edition to do a proof-of-concept and migrate one of our existing client-server PB applications to the web. One thing I have noticed is that the code generated after migration to the web is ...
My PB 2017 R3 application is able to read from and write files to destinations that are on \\servername\folders\ (UNC paths) without any issues. However, when I run the very same application that is migrated to 2019 R2 (trial as of this post), that ...
How can we create Web style buttons? Please provide some tips or sample code will also be helpful       Regards, Rohit...
Hi, I want to implement an Download functionality to my PowerBuilder Classic (2017) application. Our company has Office 365 and OneDrive. I found a very nice tutorial for DropBox but unfortunately I am forced to use Office 365 and OneDrive. In bri...
Hi, I'm having an issue with SqlModelMapper when I'm trying to Load with a modified SqlQueryBuilder.  If I call SqlExecutor.Select with the SqlQueryBuilder it works ok, but if I call SqlModelMapper.Load with the same SqlQueryBuilder, it seems to ign...
Hi RE:  pb2019 and pb12.6, SQL server 2008 and SQL server 2017 have the same issue I am trying to control two/more users opening the same record and  allowing the save just for the first one to update, and rejecting the others. As I am using old o...
Dear Appeon: when i run a released system, i get a bad runtime reference on    l_RowCount = dw_1.ImportJson(l_License_Json) this error does not pop up when i run the system from the development environment. most likely, i am missing a required  D...
Hi I am using PB 2019 using an ODBC connection to a DB2 database I am having problems with DataWindow retrieves on a 64bit build. I have literally built the simplest application with a DataWindow, a DataWindow control on a window which retrieves th...
Hey everyone! We migrated from PB 10.5 to 2019 R2, everything is working normally except an OLE object we use to send TCP/IP messages to a listener in AIX server. Is there a new way to send messages (plain text) through TCP/IP? Any advice or point...
Hello, When you search for a keyword in a target, library or object you get the result in the search tab below. Is there any way I can get the result programatically?  Anyone familiar with PBL Peeper can relate to the "Find" feature where you can s...
Hello All, What will be the way to open a PDF file in a mobile app. we manage to get the PDF but we have no manage to open it...
I am using Appeon PB 2017 R3.  When I save a composite datawindow object as PDF file , column close to the right margin is getting chopped off.  Strangely it's happening ONLY on some machines, on few other machines it seems to be working fine.  All m...
I have a report that contains multiple data windows . Inside one of these data windows is a sub report . This datawindow has 3 groups the sub report sits inside the footer of one of the groups. the report that this sits in has a large header and foo...
why this is js script does not work to appear Google Chart ? i use powerbuilder 2019 R2, i send the sample application google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(function() { drawChart(); } ); function...
Hi all,   I'm developing a couple of user objects that can view with them images / pdf, one of the features that I want to incorporate is rotate the images.   No problem with the rotation, I call to the Gdi32.dll and kernel32.dll  API functions a...
I have a legacy client/server application that invoked compilentryimport function of PBORC12.5. After migrating to PB 2019 and using PBORC190.dll the same code block returns a -4 or 0 in some instances and does not import the PB Objects.The compileen...
We recently got PowerBuilder 2017. We migrated a PowerBuilder 12.6 Windows application using the PB2017 IDE. We then built the application and deployed it onto one of our test machines [running Windows 10]. We have found noticeable differences in the...
Hi guys, Using Appeon 2017 R3.   We are having an importstring fonctionality built in in our software. So our users can copy/paste records from an excel sheet into our software. At the moment we are having 3 different uploads , where for every up...
Hi, I'm looking to develop my first web API in Powerbuilder 2019R2 to replace some aging PHP applications.  Our PHP applications create a lot of dynamic sql (generally the from and where clauses) based on the arguments passed from the client.  I'm lo...


There are no discussions available here currently