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...
As mentioned  in the below link Built-in Rich Edit Control (TE Edit Control) is discontinued Discontinued/Obsolete Features - - What's New (appeon.com)   We did a Test migration from 2019 R3 to 2022 R3,but the migration process doesn't report any ...
Hi my fellow PowerBuilder enthusiast :-) Can you advise me if PostgreSQL is a good and fast and stable database. Currently using Firebird 2.5 (2.5 is an old version that is really hard to upgrade) and it is unstable sometimes and not fast when datab...
We are trying to install a .net web services on a Windows 2012 R2 server, but the runtime files installation of PowerBuilder 2021 does not contain the required files.   Steps Installation IIS & ASP.net 3.5 and 4.5 Restart server Installing...
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...
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, 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...
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...
Powerbuilder 2019 R2  Build 2353 Issue with summary height adjusting when there is a nested report in a trailer. The nested report reduces the summary band height and there is no way to override this.  This happens in the datawindow painter   T...
I'm using a OLE Object to connect to  Word: OLEObject contact_ltrcontact_ltr = CREATE OLEObjectli_result = contact_ltr.ConnectToNewObject("Word.application") Then I replace bookmarks one of which need to be a mailto link. How do I this? So, far I'm...
Is there a way for InfoMaker to email the results of a report to a user or group of users? I am working on a report that will indicate if a student has dropped all of his/her classes for the upcoming semester.  It would be very helpful if these resu...


There are no discussions available here currently