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.   :) ...
Requesting help to modify the json file for themes. we have modified json file - datawindow property but it got effected across the datawindow i.e. header, detail etc. in this freeform style along with across the application. That is label font colo...
Hi  Recently we have migrated application to 2019 in trial version. Now after building it is showing trial word in all screens.we have purchased licensed version before 1 week. now how can i remove that word without making build in licensed version....
Where can I find example code for implementing google charts in Chromium browser control?...
Hi There,  We have just added the new Ribbonbar feature into our PFC framework system at main-sheet level - eg. keep using pfc mdi windows and MDI menu while adding ribbonbar to main sheet for individual modules. We faced wired issue when the numbe...
Good Morning Everyone! I'm trying to populate a Datastore directly from a Stored Procedure (first time that I do this) I create the DW as a Grid, then select Stored procedure and choose it from the list, everything fine.  It asks me for the retrie...
We have applied Theme in the object by using "applytheme()" function in open event of window (Screen A) and It was working as expected.   But without closing the screen A, if we try to open another screen (Screen B) which we have not applied theme ...
Hi, I understand that we can open a SnapDevelop project in Visual Studio. Is there a PowerBuilder licence needed on a PC with Visual Studio using project with .NET DataStore? Thanks,Marcin...
We downloaded PB2019R3 and converted our PB12 application.  We switched the db driver to msoledbsql to connect to our Sql Server 2016 database.  My activity monitor shows 2 connections with the same session ID leading me to believe the multiple activ...
Hi Team, Requesting to share the knowledge for how to download the PowerBuilder 6.5 software for PowerBuilder Migration. i would need to Migrate the source to PowerBuilder 17.  Thanks in advance....
Hello All, We need to export a Dw a a Json  the issue is that the required JSON have a Booelan value. for example { "sale":true } but the DW does not have a Boolean Column  so it export like   { "sale":'true' }   any solution other than gen...
Hi all,  i was wondering if any one know if its possible to  have alternating color on a background object on the group level of an infomaker report?  I am currently using the below code for the detail section  If(mod(getrow(),2 )=1, rgb(255, 255,...
Hi, I have a problem with my software in PB 2019 when I use Multithread. It seems that the application becomes "Unstable" when I use Multithread and it crashes randomly. Regardless of whether I run in IDE or executable Apparently it is in any Threa...
PB2019R3IM V10.5Oracle 12CNative connection to Oracle~~~~~~~~~~~~~~~~~~~~~~~UPDATE:  As you can probably tell, I have not created a DW from a stored procedure. However, I did find an example writtem by Terry Dykstra on using SPs for DWs. Apparently t...
I need to use RESTclient to retrieve the JSON results into my datawindow. Only problem is the results are multiple level so I don't know what columns I need. Can someone help me with the dw columns I would need for these JSON results: {"asset":[{"as...
Hello everyone,  Im using a theme on my aplication and it's working on all the devices except one that have installed Windows Server 2008 R2. Does anybody know what is happening? ApplyTheme function is returns -1 only on this device. Thanks....
Hi, I am running PB 2019 R2 2328 I have ribbon menu bar like this: <Panel Text="Modules" PictureName=""  Enabled="true" Tag="Modules" Visible="true"> <LargeButton Text="Application Setup" PictureName="ToolkitConfig!" Checked="false" Defa...
PB 2019 We have font expressions in our DW's that will change the color depending upon if the column is enabled or disabled. My current setup used 'Button Face' as the disabled color and 'Window Background' as the Enabled color. When applying a Them...
Hi People,  How can I Optimize FOR statement in PB2019?I have noticed that these loops produce a 90 second delay.   nteger row, col, colByte, col2, k, l, i long colsbyte lb_char int Rows Rows = lngHeight cols =ll_ancho_col //lngWidth -comentado ag...
I was looking for a code analysis tool that can be used with PB2017 R3?...
Hi all, I'm getting the null responses from non-development device by running executables (.exe) i.e., PB2017 R3 is not installed in this device. But I'm getting the responses from a device where PB is installed. The code is shown below: li_rc = ln...


There are no discussions available here currently