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.   :) ...
One of my customers is using the new .Net Assembly feature and ran into a problem. If two programs running at the same time try to use the feature, the second one gets error -20 from the LoadWithDotNetCore function. From the help: -20 -- Failed to...
Hello everyone i'm trying to migrate my application from PB2019R3 to PB2021 and pushing to git. The migration finished without issues. Then i've created a new repository from scratch to my GitHub account as started to add to source control my new mi...
Hi, Have successfully manage to host Web API C# on Linux server using Apache. (Happy). i need help on how to go about the client side application. Have read https://docs.appeon.com/ps2021/Packaging_and_installing_the_client_app.html but still am no...
Has anyone built a loan amortization schedule using a datawindow similar to what Excel does? Or seen an article they can point me to?...
Hi there, Powerbuilder 2019 R3 build 2728. In our application I've written a custom httpclient class that is a descendant of the standard HttpClient class. In my custom class I've put in a function that takes in, as args, the URL, Headers, Data, an...
Hi, We have a legacy PB application which defines a user object (n_tr) as the global transaction object. n_tr inherits from the PFC object pfc_n_tr which has a user defined function of_disconnect() which takes no parameters. In the legacy code I f...
Hi Team,  We are using PB 2017 R3 Build 1858. We are facing issue in changing axis value properties of minimum and maximum values. When we try to change the values it again back to existing one.  For example: In minimum we have value 4000 and in ma...
Hi,I am trying to use the feature that include PowerBuilder to Import .NET DLLs.So I have created a very basic app with PowerBuilder that include a non visual object imported with the Tool .NET DLL Importer.This non visual object is a C# .NET DLL mad...
I have a client-server application written in PowerScript and deployed in exe/pbd.Now I want to use a .NET c# DLL from PowerScript which fills datastores like this:datastore lds_Object1, lds_Object2...li_rc = lnv_DotNetComponent.of_GetData( lds_Objec...
buenas tardes a todos.   estoy trabajando Power builder 2019 con MySQL   tengo el siguiente numero 20000   como hago para que al guardarlo en Excel me lo genere de la siguiente manera 20000.00   probé con la función format   Format(campo,2...
Hello i have a question, webbrowser object works fine with https pages, but for those https that are not certificated... it show Page failed to load. error -7 time out, Is there a way to set certificate = false in webbrowser objects or something li...
Hi, We have inherited a legacy PB application and whilst going through the code recently I noticed the following (in PFC of all things): if IsValid (gnv_app) then if IsValid(gnv_app.inv_debug) then if IsValid (gnv_app.inv_debug.inv_sqlspy) the...
Hello all -  We upgraded to PB2021 and migrated application and compiled and deployed. exe runs on the developer machine. What do I need to do to get the new app running on a user computer ?   What dlls ?   Runtime installer ? Thank you so very m...
Good day,   Need help... I using table blob for the e-signature. Why is the keyclause in datawindow table blob control does not allow variable? for example ID = :ID, column id <ID> and retrieval argument <:ID>.   A pop error message...
I'm using PowerBuilder 2019 R3 and the documents are way outdated and only allow for Visual Studio 8.0 and below and the code examples lead you to 404 page not found.  We have the PB as a frontend but need to communicate with COBOL programs that are ...
Downloaded PowerBuilder 2021 and installed for testing and evaluation as I want to buy developer license if this solves my client's requirements. QR code is working fine with statictext control, as font and font size can be chosen at control level...
Dear all, how do you integrate new controls, like DatePicker, MonthCalendar, Animation? Simply add into pfcmain.pbl and pfemain.pbl, as well as in the places where a case query makes the type distinction, or is there a specific procedure for this? ...
I am receiving the below error when running a function, but if I run the function with a different dataset, then this works without issue. Nothing is changing between runs except the dataset being loaded, but one returns the error, and the other does...
Hello, I had a lot of problems with the Powerbuilder version 2021 build 1311, PB crashes with a lot of objects, I need more time to review the problems. Meantime I have a backup before the migration, I would like to downgrade the build to 2021 1288, ...
I am using the SnapDevelop 2021 Powerscript to C# migrator tool.  I received the not supported errors on the CrypterObject. as shown below: // [ERROR0008] Translation of the enum value(AES!) is not supported. // [ERROR0008] Translation of the enum v...


There are no discussions available here currently