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.   :) ...
Hi, I'ts possible to avoid/stop the event scrollvertical  in a specific datawindow enabled ?   thanx  ...
hello dears i want to ask about the qr , its just font i select it from font just like the ean13 barcode font ? or its must generate and deal with it as a picture?...
I have migrated my PowerBuilder application to PowerServer 2021. I have been able to deploy to a Cloud test environment. My application starts up, but I have been unable to log in. I use an INI file to create the connection to the database. I have en...
Buen día ¿ Cómo generar un código QR? ¡Gracias por la atención!      ...
How to connect Egyptian eInvoicing with powerbuilder https://sdk.preprod.invoicing.eta.gov.eg/api/...
We have built a Web services application in PowerBuilder .NET 2019 R3. We have installed Runtime and restarted the server. The web services start up properly, only when we make a database connection we get the following error: System.IO.FileNotFo...
Hello, PB 2019 R3, Postgresql 11 Would like to display a calendar with appointments something like this (not integrating google calender).  Data to be shown from local postgresql server.   Any suggestion / solution / documents / code snippets t...
I need to implement repair order scheduling into my application. Does anyone have any recommendations for a calendar/scheduler control? Drag/drop is a must according to the service department :)   Thanks Joe...
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...


There are no discussions available here currently