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.   :) ...
The code below is what I decided to go with after reading all of the cases in here and the help.  I am trying to get my token using a client id and secret and then use it to access the data.   On the Method when I try GET then I get a 200 code but n...
Hola buenos días,   Se me ha des configurado el escritorio de desarrollo,y ahora mismo la parte de output( default, debug, search...), sale como ventana flotante y no consigo que se quede fija para poder trabajar en el desarrollo.   Un saludo y g...
Wondering if anyone has been any success in implementing a command button with rounded corners? I have made an attempt with a custom visual / user control (rounded rectangle with static text field). However when that user control is added to a windo...
I just installed the newest version of Powerbuilder 2022.  I was using PB 2021 previously.  When I open the workspace, no libraries or objects are shown.  Is there a migration tool that is needed?...
Hi All. I'm using PB2022 to develop an application that connects to a SQL Server database via MSOLEDBSQL.  The syntax is shown below. // Profile Database (MSSQL)SQLCA.DBMS = "MSOLEDBSQL SQL Server"SQLCA.LogPass = <***********>SQLCA.ServerName...
Hi again. How can the paging scheme be implemented to incrementally return the results returned by an API in SnapDevelop? How the client consuming the API should process those results? In advance, appreciating all your help....
Hi everyone,   I have some webservices using SOAP and I'm migrating to PB22 which i need to use REST. which function in REST that is similar to "objectname.setbasicauthentication" use in soap?   Thanks in Advance ...
It would appear that PB cannot handle application icons with a transparent background. I'm guessing this is a bug. I'm using version 2021, build 1509. Has this been fixed in later versions? Regards, Michael Connell....
Hi everyone, I've been trying to get the actual height of a foreground control. I put it on the header band location/position but it is a foreground. It is so that I can stretch it across multiple columns. I want to adjust the header band height (ma...
HI All, Currently my applications are build in Powerbuilder 2017 R3 version and we are planning to migrate from Windows 10 to 11. Requesting your updates / suggestions whether Powerbuilder 2017 R3 build application will support/work in Windows 11 ma...
Good morning community I am using dotnet CustomizeDeploy.dll -url=<URL> to make the application use the production web api and also to update the INI file, question, question, is it necessary to download IIS to use this commandTnksW....
Hi,   Can I make PowerClient run WITHOUT admin permissions ?  (That would be AWESOME  .. in that way the app could reach extreme number of users)   Our app(s) does NOT require to register anything (ActiveX etc.) that requires admin permissions. ...
Hello Appeon Folks, I heard that we can build PBDs faster if your library list is made of PBDs and PBLs for which we are going to build PBDs like below Below is the target file consists of PBLs (Need to include PBL for application object as well) a...
I have 3 column with the name country_id , states_id and city_id in a datawindow with dropdown datawindow style in powerbuilder.I'm using below code in itemchange event but when re select country then states and city column show country row id and st...
I developed the shell of a multi-threaded PB2019 app using SharedObjects and passed it to someone else to add in database processing. The whole app runs in the background with the main thread passing processing requests to a new thread which is close...
Greetings to the entire community! I have a web application on PS2020 that receives as arguments the parameters of the database to which the application must connect. The database may vary depending on the scenario from which the application is invo...
Hello. I am using PowerBuilder version 2022. I have a problem with RichTextEdit control. I can't type after pasting the field. Here is the code: rte_1.pastertf('{\rtf1{\field{\*\fldinst{test}}{\fldrslt{test}}}}',detail!) Could you please help m...
Hi, We are using PowerBuilder version 2017 R3 Build 1858 & recently upgraded the Oracle database server from Oracle 12 to Oracle 19c. I was able to connect to database without any issue but while calling the function/stored procedure with param...
Hi, I am using PowerBuilder version 2017 R3 Build 1858. Recently our database server was migrated from Oracle 12c to Oracle 19c.   In order to fix the database compatibility issue, I upgraded PowerBuilder 207 R3 Build 1858 to PowerBuilder 2017 R3...
Hi everybody, I have an issue with the JsonPackage Setvalue() function.The help file says: "Sets the value for a key.  .... If the key already exists, then overwrite the value of this key".To me that sounds like: If you set a value of a key in an lo...


There are no discussions available here currently