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.   :) ...
Me again, I screwed up and ran PB 2022 before the complete upgrade was complete (the IDE install was complete).  When I was asked if I wanted to use the new version of the runtime, I could only answer Yes or No, could not cancel.  So I clicked NO.  ...
Hi all, Just wondering... if I update PB to the latest MR 3356, but leave the runtime parameter the same, (1 release earlier), do I need to create another Runtime Installer and update the Runtime settings in the application when deploying to get the...
I have a radiobutton style column in a DW (PB 2021) that normally has 3 options. However, depending on some situations I need to change it to only 2 or only 1 option, with varying text. To set it to only 1, I use code like: dw.object.columnName.valu...
Adding a new record in datawindow from script on a command button and calling update command in itemchanged event of datawindow after editing record in datawindow is popping Datawindow update error in PowerServer 2022. Script runs fine in PowerBuild...
Hello, Using PB 2022 R3 Need to a call API which sends a file along with other parameters.   It could be successfully sent from Postman using form-data, where there is an option to enter text or select a file option.   Now need to send the same us...
Hi Team, Recently we have moving our PB application to powerclient. In our application we will be calling some other PB application exe's in other application menus. We just wanted to know file path of the exe clicking in the menu. We need the exe c...
Hello, we migrate our app from PB115 to PB2022R3 recently. After migration all seems to run perfect. Now the app crashes without "any sound". Not always but sometimes. Most crashes occur when many windows are opened. It´s not a special line of c...
Hi all, is it possible to trigger an event on the tabpage after pressing the middle mouse button (scroll wheel) - e.g. to close it - as in the browser? I can't find a way... Regards, Tomáš...
Hello, Using PB 2022 R3 Build 3289 (64 bit) with PostgreSQL 15 and SQLite 3 We have many reports which constructs required SQL and set it with SetSQLSelect to retrieve the data.  It works perfectly fine when we connect to PostGreSQL 15.  And fails ...
Hi, we would love to use the new optimized theme resize behaviour in PB2022 R3 3289 which allows us to reduce the size of our window borders back to 1px. However it seems like there is a gap between the title bar and the window border which looks o...
I Use the DataWindow Syntax tool during development and would like to add an icon to the PB menu bar. From PB help -- The DWSyntax tool, available on the Tool tab in the New dialog box, makes it easy to specify dot notation, Describe, Modify, and S...
Hi team, I deployed a PowerServer app, and then initiated it on 4 different laptops.  Two of them ran fine.  On one laptop, it ran once, then got snagged by the antivirus (BitDefender).  It was quarantined, and I said to exempt the app, but it hasn'...
I have a PowerBuilder app runs fine in production when compiled with 2019.  We are trying to move to 2022 but that app starts but after hitting a button in one of the windows it crashes.  We can resolve this by regenerating one of the objects.  After...
Using SQL Server and Powerbuilder 2022 R2 build 2819, I found another bug: If I have the following: decimal ldec_valuelong ll_id ll_id = 1 ldec_value = 7.99 UPDATE my_table      SET my_old_price = CASE WHEN :ldec_value <> my_old_price then...
Hi Team,   We need to send the data to downstream systems, which is MariaDB hosted in aws environment. I am trying to connect to the MariaDB through MySQL odbc drivers. When i am trying to connect to the Maria db it is giving below error for the fi...
I have a stored procedure in SQL Server: CREATE PROCEDURE [GROUP1].[test_return]( @OUTVALUE integer OUT ) AS begin      SET @OUTVALUE = 999999;     RETURN end In Powerbuilder, I've set up a DECLARE and EXECUTE statement: long ll_result DECLARE te...
Hi All, I have applied the theme for the application using PowerBuilder 2022 R3 Build 3305. I have two user objects. In one object, I am able to disable the theme for the data window (tp_grid), but in the other, I am not able to disable the theme(t...
Hello, Using PB 2022 R3 b 3289, HTTPClient Trying to send multi-part data.  1.  Working fine in Windows 102.  Not working in Windows 7                       - Returns li_ret = -193.  Not working in Windows Server 2012 R2   - Returns li_ret = -4 C...
Hi ,I have user object with picturebuttons . when i clicked at the picturebutton (that on the user object) there is a script with picturebutton.displayname property .at pb 2022 r3 the picture that on the button Disappeared after the clicked and the ...
Hi Team,      I Migrated the application from PB21 to PB2022 R3. Now, I created the Power server project and deployed the Project successfully. when I try to run the Project, I'm getting the ErrorMessage: "ORA-01008: not all variables bound". Oracl...


There are no discussions available here currently