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.   :) ...
Hello everyone. We work with PB2019. We have a single repository in GIT. We work with Bitbucket. We have a main application in PB2019: C:\DEV\APPMAIN\* We have 5 apps from the same project: C:\DEV\APP1\*, C:\DEV\APP2\*, and so on. Our problem is...
Hi: We have a freeForm DW with Reports and a group Header. When de result have more than one page, for the same group, the the header is seen in all the pages when we execute on mobile, in PB is OK; only displays the group header in the first page, ...
Hi Team, In Our project we are using Powerbuilder 10.5 version and backend as Oracle 11g. Now our client wants to migrate the backend from Oracle 11g to Oracle 12c or Oracle 19c. We were analysed the migration from Oracle 11g to higher version of O...
Hi Armeen PowerServer Mobile - is such an AWESOME product.   But I'm trying to find out if there is a Product Roadmap for the product ?  I.e.  Atm the RestClient object is NOT supported but will it be ?  And the JSON objects ? (and basic funct...
Windows 10 PowerBuilder CloudPro 2019 R2 2328 No source control at the moment   I am finally getting round to seeing if I can move my C# Active/X wrapped dll to use the new PowerBuilder 2019 R2 C# handling feature. Part of what I am looking at i...
Hi all, we try to get data into a DataWindow over stored procedures. Further, we also want to be able to save the data via stored proc. The dialog for the first generation of the DataWindows Objects, where the procedures can be selected, does not sh...
I'm using the new DotNetAssembly and DotNetObject in a PB app, and when I run my app from a network drive it works for me but not my users. I used Process Explorer to view the file dependencies for my app and it showed lots of files being used from m...
I have a DW where I'm trying to retrieve some rows from a table called DONOR, with two retrieval args (MemberNumber int, Email String) with SQL like: SELECT ...FROM DONORJOIN ...WHERE (member_number = :MemberNumber and :MemberNumber > 0) OR      ...
I have the following subroutine public subroutine wf_init_ribbonbar (ribbonbar arbb, boolean ab_loadxml);// Just loads the RibbonBar from global variable IF ab_LoadXML THEN arbb.LoadFromXML(gs_ribbonbar_path) RETURN END IF end subroutine I u...
Does anyone have any sample code or pointer to a helpful article for doing this - dragging one row of a listbox control to another position in the control and dropping it there, to re-order the items? Thanks....
Hello, We're in the middle of investigating a way to implement a ribbonbar in our main application. Of course there are third party solutions for this, but before paying a lot of money for such a solution we like to know what the plans are right now...
I'm trying to deploy an application using PowerServer 2017 R3 and I'm getting an error saying that it can't parse a structure. The structure contains comments for some of the fields. If I remove the comments it parses without any errors. Is this a kn...
Hello All,   We were setting up APPEON Web environment in AWS cloud hosting, and the powerbuilder application was supported by pfc classes.   My problem is, a random error would be prompted as below, when we tested by retrieving records involving...
I am fairly sure I am not alone in thinking the PowerScript editor needs a refresh. My editor of choice outside PowerBuilder is Microsoft VSCode. VSCode is open source and runs on the Chromium engine. The editor component of VSCode is called Monaco E...
Since upgrading to PB2019R2, I'm having a problem resizing windows. It seems the hover area for the mouse pointer is incredibly small. I have to move my mouse back and forth several times before getting the correct spot. The lower right corner is esp...
Is there a workable or recommended way to pass a byte[24] array to and from a DotNet component from a Power Server application? Thanks....
Hello All - One of my clients has a 'symbol scanner' plugged into his USB port He places the cursor in a field (say Stock number) in a PB window object, and when he scans a barcode from a paper or another application on-screen, he wants the value r...
Hi, I've been asked to do things "while the left mouse button on an icon of a menu toolbar is being hold down" and when it's being released. I've tried to add pbm_lbuttondown and pbm_lbuttonup, but that doesn't seem to be fired. So my question is:...
Hi everyone, I'm trying to apply the UI Theme to runtime applicaion. UI theme is working good in the develop environment. But it doesn't work at end-user computer.(Does UI Theme not work on Windows 10?) I know that I can apply it just with copying...
I have installed PBv12.0 onto my Win10 VM.I cannot - can NOT - get the EBF to update the code to 12.1 to run.Booting the VM in safe mode is not possible.Then:  *** Eureka ***!I realized that what defines a version of PB are the DLLs. Since I alread...


There are no discussions available here currently