Featured Questions

Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
PB 2022 1900 We recently changed our email from MAPI to OLE in order to support the 64-bit outlook with our 32-bit PB application.  This works great but I am now trying to figure out how I might be able to support the drag and drop email feature fro...
I am trying to publish from Snapdevelop in a docker container To clarify the query and not make it extensive writing ; I am sending a word file with images and the respective queries.THAN YOU ...-...
I didn't know whether to classify it as advice or just a question. In a dockerized schema, I don't have access to the database from the Powerbuilder IDE. Then I can add the connection data (which I will have once the reverse proxy is mounted in Ngin...
Has anyone gone through a database conversion from Sybase 16 to Oracle 12c? Can you off advice in: 1) The way you setup schemas in Oracle? 2) Stored Procedure Conversion? 3) Datawindows that use Stored Procedures as the source? 4) Any general ad...
  Hi, I can't connect with oleobject to active directory SSL. With a non SSL conection works fine. But now we need SSL My code: adoCommand = Create OLEObject adoConnection = Create OLEObject adoRootDSE = Create OLEObject // Setup AD...
Hi, I would like to implement a a reordering of tabpages in a tab control using the mouse (drag&drop) - like the browsers can do. I think it would require some Win API calls to make it done. I believe John Fauss might have some interesting ide...
A few years ago, Bruce Armstrong kindly provided me with PBL to implement two-factor authentication. I implemented it then in my application, and it worked for several years without any problems. What's more, it still works for existing users who had...
HI All,   I am using PowerBuilder 2022 R3, DB Server is MSSQL Server 2019, TESTING Tool is Ascential Test From Ascential Test unable to pick the objects (buttons, fields columns, headers...) inside the Web browser control  I have added to below c...
Good morning everyone. When deploying my project under version 11 of PowerBuilber, the size of the executable was 1 MB, maximum 1.5 MB. We have migrated to version 2022 r2 of powerbuilder and now the size is 45 MB. What is the reason for the incre...
Good Day!! The Run time package(.msi) have created and installed successfully on the system but not able run the application due to Environment variable not created so we are getting below error We are using PowerBuilder 2022 R3 Build 3356 (Trial v...
I am having a very serious issue with Norton 360 Data Protector blocking the latest build of my PowerBuilder 2022 R3 application executable file. I have turned off the Data Protector, I disabled Norton Auto-Protect and Smart Firewall, to no avail. I...
I am having a problem with the latest build of Appeon Powerbuilder 2022 R3.  The "Source Control" menu under "Entry" on the main menu shows all options but they are all disabled.  I am using Git for source control and have the workspace object select...
I am trying to use the PowerBuiilder native SMTP support, but one of the libraries that's mentioned in the documentation as being required is not on my workstation where I installed PowerBuilder. I was trying to follow the documentation, but the lin...
Hi Everyone, I am using PB2022 R2 3391 build. I am attaching code file and xml sting which i got in debug mode. PDOM 220.pbd  is already imported.   lpbdom_Doc = lpbdom_Builder.BuildFromString(ls_xml_request) When above line is getting execute...
Hi, We are testing a Powerclient installation (PB 22R3 3356). Our app needs a dll which has to be registered in a special way - using regsvr32 with some extra parameters (serial number). There is a DLL & OCX Registration button on the External...
Hi,   This is my code snippet of function string ls_xml_request , ls_soap_action_url ls_xml_request = netsol==wkGMBU2ghaXACzMLz5ln+U cmsVM033-BMW-APP ls_soap_action_url= https://tempuri.org/ILoginManager/LoginUser            httpClient      ...
I got an email from my users stating they cannot connect to my application.  It is running Powerserver under an IIS environment.  It has been running fine for years.  I checked the server, restarted IIS, still same error that it cannot        I...
Hello,   On the Powerbuilder 2022R3 What's new tab, there is a quick presentation of Fillable PDFs   I am looking for the complete document that explains how to implement this. Does someone has found it? Thanks Daniel  ...
Hi! Can anyone tell me what's wrong with this syntax? IF ISNUMBER(as_tolerance) THEN ls_compare = "NUMBER" ldec_tolerance = dec(as_tolerance) ELSEIF right(trim(as_tolerance),1) = "%" THEN IF ISNUMBER( left(trim(as_tolerance),len(as_tolerance...
Hi all! Running PB 2022 R3 build 3356. I have a question about the PowerServer_ConnectionConfig table that is created for dynamic caching. Is it possible to add columns in there for specific application usage? If so, how would we get the data from ...


There are no discussions available here currently