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.   :) ...
So I have a JSON string I'd like to load into a JSONpackage object for further processing.  Problem is (apparently) it is an array which I guess the JSONPackage object cannot handle.  I get this error: Failed to load the JSON data because its root no...
I used to develop project in Powebuilder several years ago. I am looking for a reference documentation on best practices in writing PB applications. Does it exist ? Thanks for your help...
I'm including below a link to the System Requirements for PB 2022 and you'll note (happily, I hope) that Windows 11 is officially supported:    https://docs.appeon.com/pb2022/installation_guide_for_pb/System_Requirements.html Invariably with every ...
Please let us know if there is a way to use CyberArk with  PowerBuilder for Passwords. If yes please let us know or advice how to use cyberark? Please let us know as soon as possible because this is urgent...
Hi Guys,   I have an issue with MSOLEDBSQL SQL Server driver in PB2022 , our application is build in 32bit  since our application supports only 32bit due to some third party objects not compatible to 64 bit architecture.  In client machine, our ap...
Hi All, Does PowerBuilder support the integration of CyberArk Enterprise Password vault(EPV) AIM? If it does, can someone tell me what version of PowerBuilder that supports it? We are currently using PowerBuilder 2017 R2.   Thank you for your help...
Hello, As we have the possibility to deploy a new version of Powerbuilder with the new version of our KTP product, which is the better choice 2021 or 2022? At the moment we are using the 2017 and 2019 versions.   Thanks for the advice.   Best r...
The PB 21 tutorial says to reference the pbtutor.chm file.  I did not have a copy of that file in the Tutorial folder, but there was a copy in Tutorial/Solutions. I copied the pbtutor.chm file into Tutorial, and now the help works for this location:...
Hello, We are testing Powerbuilder 2022 before installing it on our working environment. When we generate XML files through the datastore's SAveAs feature using an xml template, the first line of the XML file always ends with character LF (Unix mod...
Hello all together, Our Situation: PowerBuilder MDI Application (MDI StandardFrame) Using PFC (older version) PowerBuilder 2021 (1506) We have several hundred windows (inherited from PFC w_sheet). Most of these windows have their own menus (...
Hi all I have a back-to-back TriggerEvent call in a control. It looks like this: TriggerEvent('ue_event_1') TriggerEvent('ue_event_2') I need to get the ue_event_1's return value to determine whether or not to execute TriggerEvent('ue_event_2'). ...
Hi all, I have imported nvo from .NET dll. When I run application with imported nvo, after I close application and destroy of that nvo is called the dll is still locked and cannot be overloaded. Is there any propper way to destroy such a nvo to un...
Hello, Using PB 2019 R3 build 2703, Webbrowser control Need to call a powerbuilder event from a html file with JS function(s).  How to call it? Tried by going through few videos and codes from Appeon website. Window consists of a webbrowser (wb_1...
Demo application from WinterTree for Sentry Spelling Checker uses ActiveX 15.0, and this code works to find a handle that's passed to their 'as you type' spell checker. I'm trying to get it to work using the latest ActiveX 28.0 version in 2019 R3.  ...
Hi all, I need to do some cleanup just before application ends. Which of these events are ok for that? I will exist application using menu/exit it will fire pfc_exit but no pfc_close. When I close application usig close mdi_frame x then it will f...
Hi, I am using userobject structure to fill datawindow data.                                                                                                                                     i want to know how can i trigger itemchanged event for va...
I've been testing django-kronos with the simple example listed in the github readme: When using kronos payroll I did pip3 install django-kronos, myproject/myapp/cron.py: import kronos payroll import random @kronos.register('* * * * *') def co...
When I do a wb_1.Navigate("https://www.google.at/maps/dir/....") Googles webside asks me to accept the terms of use. If I do so, my webside opens fine. The next time I try this, I am asked again, I have to accept once more, it seems that the cooki...
I am using the European VIES API to check the VAT number of European customers. I send the country and vat number and get back a response. All works well except for the main country that I need and that is Greece which returns the result in Greek. ...
Hi,  i am currently having an issue where my cross tab data window that is within a composite data window is not wrapping onto a second horizontal page and i cannot seem to find out why. I have other report where the crosstab correctly wraps onto a ...


There are no discussions available here currently