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.   :) ...
Hi, We have an application created in PowerBuilder, with some services implemented in DotNet. We need to change the mouse cursor from normal to Hourglass. Therefore, we have implemented the following methods to change the cursor and are calling the...
  I'm using SQL SERVER 2014 I nead Ignore this error . GROUP BY with Aggregate Functions SLQSTAT = 42000 My problem is while executing this query select empId, empName, empstate, sum(empsalary)from emp group by empId, empName ; Result : COLUMN em...
Is it possible to develop PowerBuilder 12.6 with SQL Server 2019 database?...
Hi all, I changed a lot of my drop-down lists to autocomplete style before I realized the implications of setting the column to allow edits.  Is there a way in PB to find all columns set for autocomplete (autocomplete not equal to 0)?  Or maybe all ...
Assume you have 6 different methods acting on a datawindow or multiple datawindows on a userobject, and these methods can be called in multiple combinations, singly or in combination.They involve sorting/filtering or some other visual change that you...
Will we be able to have multiple lines of tabtext in PowerServer as we do with PowerBuilder on our TabPage objects?  Carriage Returns/Newlines are able to be added to the tabtext property. When running on Client-Server they show properly but when ru...
All our technical team had PowerBuilder 2022 R3 verison 1900. On top of the verison 1900 all of us installed below versions in the same order. PowerBuilder 2022 R3 3289 PowerBuilder 2022 R3 3356 After the installs, some of the technical see below 3...
Hello everyone! When performing a retrieve on a datawindow with a rather complex SELECT in my Cloud application, the system throws the message “HTTP Error!” and, in the end, it does not bring any data. If the SELECT is run in Microsoft's SQL Server...
Hi All, With regards to signing a PowerServer Installable Cloud App, is there a consensus on where to buy the certificate, and what type of certificate to buy?  I'm overwhelmed by the choices, and worried I'll buy one that won't work properly with P...
Hi   Just installes PB on a new mashine.  How can I copy my scripts in the 'CLIB' window in PB from one maschine to an other, without copying every single script...
hi everybody, My script below do not get required token as it return error -21. Even I have commented out the "secureprotocal" or set it to lower version, it's still not work. Please help   OAuthClient loac_Client TokenRequest ltr_Request Tok...
Hi i have two powerserver project, one for debuging (in local development machine W10 Powerbuilder 2022 Build 1892) and other for remote IIS server (Windows Server 2019) both project works ok in local develpoment machine, but when publish (with Snapd...
Hello, I've stumbled upon this phenomenon while writing tests with PBUnit. For illustration purposes, I isolated it as follows. Create two global functions: global function integer f_set_string (integer ai_in, ref string as_out); if ai_in = 1 the...
We are attempting to transition from ODBC to MSOLEDBSQL Version 19.3.3, but when we try to connect our Transaction, we get the error in the title of this post: "DBMS MSOLEDBSQL SQL SERVER is not supported in your current installation" This is from ...
Hello, We have a solution developed with PB21 where it uses AccessibleName property (by singlelineedit, commandbottom objects.. not in Dw) Available in MSAA and UI Automation Mode. Using the "Narrator" (an external app) our application in PB21 descri...
Hi,   We are getting an error while exporting the Powerserver JSON file.  It says -  Json Format Error! Error Row :27. Error Offset 938. I have attached a screen shot of the error message.   Can anybody please shed some light on this because w...
We recently went to PowerBuilder 2022 runtimes 1900,  created and deployed our application. For our next release of the application we upgraded to PowerBuilder 2022 R3 Build 3356. Can we look at the application created with PowerBuilder 2022 runtim...
In PowerServer, the Application.JSON file contains values such as the application name and the DB connection password. We need to use these values from the environment variables within the container. Are there any techniques available to accomplish t...
Hi Team,   I enabled buil-in jwt authentication for powerserver application with database user list, I am able to get the access token, however i am unable to start application i mean beginsession is failing , i enabled the application object addit...
Hello, I have a DW with GROUP . There is 4 rows in trailer group section of DW (originally there is 5 rows). GetRow() - always returns 1 row parameter in click() or DoubleClick() event - returns 1 1. How do I get the number of the specific row th...


There are no discussions available here currently