How to take your PowerBuilder application to the web
Adopt Thinfinity VirtualUI, and migrate your PowerBuilder application to the web without rewriting the whole code. In this quick tutorial, we’ll learn how to integrate a PowerBuilder application with the Thinfinity VirtualUI Libraries to run your PowerBuilder apps on any web browser HTML5 compliant.
If you want to test it first download a demo here
How to convert powerbuilder to web application
It is a straightforward process that involves just a couple of steps, so it won’t take you longer than 30 mins to enable your PowerBuilder App to be published.
- First of all, we need to create the OleObject, connect it to VirtualUI, and call the Start().
This OleObject variable needs to be part of the Global Variable; otherwise, the application will crash.
To do this, just right-click on your “open” event, click edit, declare a Variable, and make this a Global Variable.
- Now we need to link this OleObject with VirtualUI and call the Start()
To do this, we just need to type these lines right at the beginning of our code:
VirtualUI = CREATE OLEObject
VirtualUI.ConnectToNewObject('VirtualUI.VirtualUI')
VirtualUI.Start(30)
- Now we just have to build this application, load it to the Thinfinity VirtualUI Server Manager, and you’ll be ready to go.
Powerbuilder is a trademark property of
Novalys.
If you have any further inquiries or need additional support, please do not hesitate to
reach out to us. Our team is always available to help address any questions or concerns you may have.
Related Articles
How to run a .NET application in a web browser
Overview Note Pre-requisites: To proceed with this tutorial, you may need to register a trial license for the VirtualUI Development Server, Learn how to do it in this article. Now you are ready to get started. Let’s take your program to the cloud! ...
How to take your Delphi application to the web
Take your software written in Delphi to web, in minutes! In this article, we will show you how to adapt your Delphi application, Windows-based, so you can run it in the cloud (as if it was 100% HTML5) with Thinfinity VirtualUI. If you’re new to ...
How to Publish an Application in Thinfinity VirtualUI Server
Product: Thinfinity VirtualUI Version: 3 and above Introduction This step-by-step tutorial will guide you through the process of virtualizing your applications and making them accessible from any web browser using Thinfinity VirtualUI. Get ready to ...
How to take your VB6 application to the web
While some discuss if Microsoft Visual Basic 6.0 is still active, we agree with Tim Anderson’s opinion (click here to read the full article): “VB will stick around for a while. It is still the macro language of Microsoft Office – and yes, this is ...
How to take your WinDev Application to the Web
Did you know that you can integrate any WinDev application with Thinfinity VirtualUI, and publish it on the Web or Cloud in no time? If you are a WinDev developer or inherit a WinDev application, you don’t have to migrate your project to a new ...