Featured Questions

Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
Hi, When one of our clients tries to open a docx file from our app, it crashes. Same with doc or docm. Other clients don't have the problem.  No problem with xlsx files. To open files, we use a windows API "ShellExecuteA". Laurent...
I need to extend a picture button so that I can control where the text is placed in the button better. I also want to make the button have a 'hover' image like a web button. This has proven challenging, but I've made a sample user object below that...
I would like to know when any character has been entered into a SingleLineEdit, even before the user presses Enter or Tab (which is when the Modified event occurs). Is there a way to know that?...
We are automating Powerbuilder 2019 application using automation tool UFT. But the objects inside a pbdatawindow are getting identified as rows and columns and not as inividual objects like a dropdown or an edit box. We tried using UI Automation as w...
Hi,   One of our customers had a error when starting the application via the /iwarunner.html. He gets the error 'Failed to load the WebLibrary module. Error Code: 80040154' and title AppeonIWAShell See also attachment Do you know what could be w...
We just migrated applications from PB10 to PB2019R3.  Currenlty they are all set up to connect to the databases with ODBC.  We would like to move to OLE or SNC for connections. However, we have ran into an issue.  When trying to get data from a data...
Hi Is there any way how to serialize/deserialize structure or class in PB? I've found a thread which use PBNI but I'm looking for a pure PB solution. Is it even possible? The main issue is how to get/set values. My goal is to find a better way how...
In my dw, I have a column that requires the user to double-click to select a value from another table (Search screen).  This works great, but before the Select response window displays, I get a message "Value Required for this Item"... twice.  How ca...
Hi,We are using PBNISMTP object (pbnismtp.pbx) to send mails throw SMTP, and it works fine on PB19 and we are very grateful.But now we need to include Message-ID on mail Headers, SMTP server is not generating it. I have found on https://github.com/br...
Hi, I'm having problems when deploying a PB app with a ribbon bar. I understood that all that was required was to place the ribbonbar.xml file in the same folder as the executables, but this doesn't appear to work as the ribbon bar does not display...
Hi all, I'm using the latest PFC in my PB2021 development.  In the u_dw object, I over-ride the anscestor pfc script for lbuttondown, lbuttonup, rbuttondown, and rbuttonup events.  In the descendent dw, I add the following code to the rbuttonup even...
Hello, Following the steps in Tutorial 3: Hosting Web APIs in IIS (in-process hosting) - - PowerServer 2021 Help (appeon.com) I have at least partially deployed my app's Web APIs to IIS. The PB client can successfully obtain a JWT token and can su...
Hi Appeon,   I am getting error Column Does not exist when I try to retrieve datawindow from stored procedure in MSSQL Database but same I am doing form SQL anywhere which is not giving error.     In Datawindow I have 49 columns in Stored proced...
In PB2021, with client-server system mode, this error occurs. It happens at runtime from source code, when you pull up a dll generated by a proxy. "The assembly 'nameAssembly.dll' doesn't exist" From connection_ws.createinstance(), where connecti...
Hi Gurus,   I am using PowerBuilder 2019 R2 classic. I am not aware with Rest API calling in PowerBuilder . Below is the example of HTTP request.:-   Request URL: https://api.incontact.com/InContactAuthorizationServer/Token Request Method: POST...
I created a new toolbar item, and selected an icon from the Select Image dialog for the ToolbarItemName: Print1! When I run my app from PowerBuilder, I can see the icon.  When I build my app and run it outside of the IDE, the icon does not appear. ...
Hi all, I'm testing out pfc tab objects, and I have a question about the resize service.  In the constructor event of the tab object, I enable the resize service and register all of the resizable objects: integer li_rcitab_This = this of_setresize...
Dear Support Team, Can I set the Runtime folder path for the Assembly (dll file created using Power Builder)? The way we are setting the Runtime folder path in XML file for the EXE project. Thanks & Regards, Hiren Lad...
Dear Support Team, I have created the .Net Assembly project in Power Builder which will generate the DLL as an output and same DLL I am referencing in my another .Net Program. In my Power Builder .Net Assembly project I have used the DataStore to lo...
Hi All,   I am using below internet browser for this GetContextService. If i am want to use Microsoft edge then what will be the exact value i have to change here?   GetContextService("Internet", inet_url)inet_url.HyperlinkToURL( ls_url)   Br, ...


There are no discussions available here currently