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.   :) ...
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...
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...
Hi, Our PB2022 R3 app is installed on a Citrix server and, when the app opens an URL, our ITs want to use the client web browser instead of the default browser on the server.According to them, the behavior of HyperLinkToURL() and OpenURL() are not t...
Hi All, I'm trying to deploy a PowerServer app to an IIS server using PS 2022 R3 build 22.2.0.3289.    I've had this app working on this server using earlier versions of PowerServer, but I'm getting the following error: I went to https://docs...
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...
Version:  Infomaker 2017r3 We have been having issues with keeping our Infomaker database connection working. After 15 minutes or so it loses it's connection and need to reconnect. The "Keep Connection Alive" checkbox is on in the DB Profile. Has ...
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" ...
Hi   pb 2022r3 win10 sql 15 All, still trying to connect to a sql server rather than my normal SQL Anywhere.   I am trying to save a PB datetime field back to the SQL server database and I am getting an error SQLSTATE = 22007Microsoft SQL Serve...
Good morning!Is it possible to send a text/line directly to the printer using the print() command, without having to use the printclose() command for it to be sent to the printer? Grateful....
Hi there,Currently we use ODBC to connect to SQL Server 2019/2022, but we want the best possible performance and as such we're looking for the best practice in this regard. We're using Powerbuilder Version 2022, Build 1878. Thank you in advance for...
Hi   I upgraded our application from PB 2021 to PB 2022 now i cannot connect to the data base using ado.net documentation say i need these file in the executable folder of my app pbado.dll pbrth.dll sybase.PowerBuilder.Db.dll sybase.PowerBuilde...


There are no discussions available here currently