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...
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...
A window named w_main with a button is created at first. When the button on w_main is clicked, a new window will be opened. This code is in new window's open event. x = w_main.x + w_main.width y = w_main.y But there is an obvious gap between the...
Hello, I have the following connection string: sqlca.dbms = "value"sqlca.database = "database_name"sqlca.servername = "server_name"sqlca.dbparm="ConnectString='DSN=database_name',DisableBind=1,DelimitIdentifier='No',StripParmNames='Yes',CallEscape='...
Hello?This is Shin Jun-ki, CEO of C&S Solution. The APK is created well in Android Studio, but when you install it on your phone and run it, it crashes right away.This is a part that is working well but should not be created as a new one. 1. An...
Alguien ha trabajado con Pbunit? estoy tratando de implementarlo, pero cuando realizo mi primer test claramente genera error porque pide variables u objetos del entorno de la aplicación que se crean en tiempo de ejecución de la aplicación, quisiera s...
Hello, I created a small test application that emulates the way a real application works with the Oracle DB (using multiple transaction objects). After I'd deployed it to PowerServer and run it, I got an error message "Connection request timed out" ...


There are no discussions available here currently