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...
PB 2022 1900 Is it possible for PowerBuilder to support Copy/Paste of files from a local PC to the Remote Desktop session like Windows does?  I was hoping the Windows GetClipboardData() call would be able to do it but its returning nothing. I need t...
SQL Anywhere 17 / PowerBuilder 2022 SAP online documentation for SA17 seems to have been deleted from their website. I did find SA12 documentation for a setting ConnectionPool. I'm wondering if anyone has used this from PowerBuilder and have recomm...
Hello, maybe I'll be laughed at, but it seems to me, that I am the only guy, wanting an object, that handles speech to text-recognition. Only that little "thing", that is on every smartphone: An Single-Line-Edit and a Microphone-icon beside to dict...
Using Powerbuilder 2019 R2  Build 2353.   When deploying the application to the clients server the Theme process is incomplete, most of the colors are not set in the clients folder.  On the right is the compiled version running in the our own server....
Hi; We have a window that contains a WebBrowser control. There are jquery and Kendo scripts on the page that are failing in the control. We get a message saying "JSON not found" and then several cascading errors. The scripts run fine if the page is ...
Hello   How to use 2-D barcodes (DataMatrix or QR Codes) in Infomaker 19+?   We only need to insert the graphics on the report. We currently have infomaker 11.2 (without Powerbuilder)?   We do not want to pay too much $$$$ per year.   Best R...
We have a dll compiled targeting .NET 6.0 and imported using .NET DLL Importer.   In the same Windows Server 2019 we have installed Runtime 22.1.0.2819 and Runtime 22.2.0.3356. The application compiled using autobuild works as intended using 22.1....
PB 2019 R3 to 2022 R3 Migration -After migration I am getting compiler error related to jaguarorb   Please find the error description in detail given below pfcmain.pbl(pfc_n_jaguarorb).pfc_n_jaguarorb.Forward Declarations.2: Error       C0239: Obj...
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...
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'...
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...


There are no discussions available here currently