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...
I have to build out a somewhat complex JSON file. I'm using the JsonGenerator object to build out the root structure which includes a array of submissions. I could build out the entire file with the JsonGenerator functions, but this will be tedious ...
Hello, Is it possible to display a popup menu from a ribbon menu button, as seen here in outlook ? Thank you for your answers    ...
does PB19 is being supported on windowd 2022?...
We are in the process of migrating our PB 2022 source code to Git.  Being new to Git, we're not sure if we need to use Bitbucket server as mentioned in the PB documentation, or if that is there in the event we are using Bitbucket. In a nutshell, is ...
I have a customer requirement of TLS 1.2 with min of AES 256 encryption, my understanding is that TLS 1.2 supports BOTH AES 256 and AES 128?  (Not sure if AES128 is supported in tls 1.2, i see some conflicting info).  Is there a way to enforce the u...
We gone though the help document provided in the URL https://docs.appeon.com/ps2022/SQLCode_property.htmland need few clarifications on the return value. PowerBuilder:Currently in PowerBuilder SQLCode returns 100 - if stored procedure returns a resu...
I have some pictures in my aplication, when i run it, the pictures are good, but i compile and in the exe file they don't show, i don't know what happen. I prove it on release 2022 R2 and then in release 2020 R3, and its the same  ...
We have migrated a PB 8.0 application to PB 2022 environment and deployed on IIS server uisng Power Server 2022. PowerBuilder Code & database running on SQL Anywhere 17.0 are deployed on AWS environment. Executing business logic code written us...
We have migrated pb from 2009 to PB 2019 . And while testing one flow to show PDF then we are getting null pointer reference. Code which we use is below : olewebbrowser.object.navigate("C:\Users\suraksw1\AppData\Local\Temp\30\amdDC31.pdf")  ole...
Hi, according to the specification of the "Theme enhancements" in PB2022 R3, a MDI-Sheet with borders between 2 and 8 pixels should have the specified number of pixels as border width: https://docs.appeon.com/pb/whats_new/ch01s01s08.html#Theme_resi...
We are currently in the process of enhancing our systems, and as part of this effort, we are looking to upgrade our PowerBuilder version from 2017 to PB 2022. In this transition, one critical consideration involves our internal reports that rely on t...
I want to know if I can change the name of the app after been deployed? We have different environments for testing, but is unacceptable under our standard to create a new power server project for each DB and redeploy. I need to use the same deploymen...
Hi This is an enhancement request Please allow referencing nested reports through GetChild. I think this is just an old Sybase limitation which has no reason anymore. This limitation can be cheated with a nasty trick: dw_1.Modify("processing=5") ...
Hi We currently have a very basic JWT Authentication model. We are looking to change this model so that the database login information is used as the user name and password for the authentication. ie. We need to extend the JWT authentication so tha...
Odd issue that's been plaguing me for awhile now. I'm trying to authenticate against ping access (grab a token) so that I can call a rest api with that token. Here's the powerbuilder code:  Constant Integer SECURE_PROTOCOL_TLS = 5 //Set TLS to 1...
There are about 70 libraries.Even when compiling only one specific PBL,It takes too long.Is there any way to shorten the time?...
Hello,We're in the process of upgrading our application from 32BIT to 64BIT using the PB2022.We're having an issue with this line on Local External Functions. SUBROUTINE RtlMoveMemory( long Dest, REF structure some_structure, long CBLen ) LIBRARY "k...
After compiling to Full, only one specific pblIs there any way to compile and distribute it?...
Hi, We currently use some ActiveX controls in Powerbuilder. To be able to use the ActiveX controls without registering them at runtime, we decided to add manifest entries for the corresponding DLL files. The DLLs are deployed by us relative to the E...
I've trying to run a compiled PB 2022 on a remote server.  We ran the PB runtime installer package on the server, and the runtime directory was created.  When I try to run the my PB 2022 app I receive this error message. Any help would be appreciate...


There are no discussions available here currently