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...
Hi Team, Could you please let us know what is the advantage of building an exe using Orca script over the normal IDE Build. We are using Powerbuilder version 2022 Build #1878. We were facing build related issues. Many times noted that files are ge...
Hi Team.   Whether DEP [Data Execution Prevention], ASLR[ address space layout randomization] enabled during powerserver compile and deployment, if not how we can enable this   Below is observation from VAPT vendor Observation:   Missing Securit...
I am trying to figure out how to access data from a datastore in a C++ PBNI extension. I'm passing a ResultSet object to the PBNI extension. This is the entire code example for the GetItemData method: d_rsAccessor->GetItemData(1, 1, &sd); I...
Hi Roland,  Do you have the 64-bit version of cambas.pbx? You can share it this is my email alopez@lolimsa.com.pe  ...
Does PB2021 support store procedure with table as parameter? If it could, how?...
Hello, We're trying to implement our own Right Mouse Button menu on the RichTextEdit control overriding the PopMenu property having set it to false. What we don't understand is how to get the x and y coordinates of where the user had right clicked ...
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 ...
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 ?!...
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...
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...
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...
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, We have embedded the webview2 controller in a PB2022R3 application to show an angular website. We'd like to implement drag&drop from powerbuilder to webview2. The idea is to show the dragging in the website and ondrop fires an event in pb ...
Using the webbrowser control is there a way to load a url then prevent the user from navigating to any links other than ones in a list of approved urls ? Which events should I be looking at to code I looked at scripting in 'addresschange' and 'navi...
Hello, We are currently using third party solutions to use some of our PowerBuilder apps as a service in Windows. However, we are in the middle of a Windows Server 2012 to Windows Server 2022 migration and we struggle to get one them running ok. T...
Hi Team, I created the PowerServer project and I deployed the Project in IIS Server(Local). We ran the application url and it's working fine.Now we tried to implement the Azure AD B2C in the PowerServer Project. For this case, we added the Authoriza...


There are no discussions available here currently