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.   :) ...
Hello, I am following the steps listed here for implementing Azure App Services: https://docs.appeon.com/ps2022r3/steps_summary.html I am on the part where I am installing the Static Web App here: https://docs.appeon.com/ps2022r3/deploying_the_cloud...
Has anyone successfully called this API from PowerBuilder? I have found two different declarations online as follows: Try 1 Long ll_nullAny la_nullSetNull(ll_null)SetNull(la_null) FUNCTION long SHCreateDirectoryEx(Long hwnd, String pszPath, Any ps...
We are using Powerbuilder 2022 R3  windows 10  on sqlserver. I am looking into implementing SMTPCLIENT,  Most of the examples make sense but there is no example of how to add a reply to email address to the message.  Can this be done? Example?    ...
It's possible to use our nexus oss to download informix driver ?! I try to create db connection and SnapDevelop try to download informix driver from nuget.org. How to change setting to use our nexus oss to download informix drvier ?!...
Hi Everyone I thought I would try and setup and use the PBAutoBuild220.exe to build our applications. My first problem was that I needed to install the PB IDE before the EXE would run at all (I had tried only installing the tools and utilities). I t...
I was at PowerBuilder Version 2022 Build 1878 when we received the update about that there was a vulnerability when using ADO.NET database connection in a newer update.  I stayed at my current version.  I did not perform a PowerBuilder update until n...
Hi Roland,  Do you have the 64-bit version of cambas.pbx? You can share it this is my email alopez@lolimsa.com.pe  ...
Hi Team, Need help on scrolling user object based on row selection. In a window, I have a datawindow on the left side. On the right side, I have a user object(container for user object) inherited from u_base. I have opened several user objects one ...
When running the compiler with this command... pbautobuild220.exe /f \src\cactus.json /l Log_PBBuild.log /le Log_PBError.log ...we get this error output: 14:14:50 [Normal] PBAutoBuild Version: 22.2.0.3289.14:14:50 [Normal] Work Path: C:\src\...
Using SQL Server and Powerbuilder 2022 R2 build 2819, I found another bug: If I have the following: decimal ldec_valuelong ll_id ll_id = 1 ldec_value = 7.99 UPDATE my_table      SET my_old_price = CASE WHEN :ldec_value <> my_old_price then...
Hello everyone, I am on PB2022/3289 and building for PowerServer. How do I create a folder using the CreateDirectory function? Is it possible to create a multifolder path like: C:\user1\temp\logfiles    With just one call or do I have to create ...
Hi all   I am using HttpClient object to a WS . One of the WS needs Authorization with the UseIntegratedWindowsAuthentication I wrote that : lnv_HttpClient.SetRequestHeader("Authorization", 'Basic ' + CurentUserName + currentUserPassword) The ws...
We are switching from SOAP to REST and I am asking myself which implementation/class is the best: HttpClient or RestClient? Which one should i choose and why? I started with RestClient but run into difficulties loading a file (octet-stream) into Pow...
Hi all PB2023r3 Windows 10  I am sure this is an easy one - but i cant find it ! When i add or edit a window function - the screen does not show the section that allows you to enter the return type or the function name  I tried reseting the layou...
I'm posting this more for information to Appeon. I was pulling down one of the branches of code into PowerBuilder 2022 R3 Build 3356 using Connect to Workspace. I was connecting via GIT with Basic Authentication. The runtime version is set to 22.0.0....
I am working on customizing a menu.  One of  the menu choices is called Favorites, and you can have up to 9 favorite items in this submenu.  I have a function that will rename the 9 items and make them visible (if you only have 6 then only 6 are visi...
After using the theme background, I need to dynamically modify the background color of the ST control, but unfortunately it cannot be modified. Is there any way to modify it...
Hi team, Powerserver deployed application undergone for VA/PT process and observed that SSL pinning to be enabled in application, how we can do this? any guide help us Below is the observation Vulnerability: Application is vulnerable to MITM Attac...
Hi We are converting from our old SMTP object (Rolands) to the new SMTPClient and we seem to be missing functionality. We are adding images in an email that are inline, but there is no option in the new smtp object to achieve this.   Looking at th...
Hello,I have 2 monitors and for example, pressing a button on the response window should resize this window to the width and height of the extended desktop of the 2 monitors. Does anyone have the code to perform this functionality? Thanks...


There are no discussions available here currently