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...
Comming from PB 2019 R3 Build 2797 just transfered to build 2803Sybase central DB 17   After deploying the applicatieon we got a whole bunch of errors that we dont understand. Anyone know what the problem might be  ...
PB2019R3, b2670Windows 10, 64 bit platformI have two separate targets. Both are PB2019R3 apps.I copied the PBL from target A into target B before starting.In target A, tabpage 1 regenerates successfully, open in EDIT SOURCE, add a space, save, and it...
I am installing PS 2020 AEM on a windows IIS server using silent install. There is a SilentInstall.INI file which has configuration to change the admin password during the install as shown below. I changed the AEMPassword to a value other than 'admin...
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 ...


There are no discussions available here currently