Consultor Eletrônico



Kbase P96165: How to get version number used in the WebClient Application Assembler Tool
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/23/2008
Status: Verified

GOAL:

How to get version number used in the WebClient Application Assembler Tool

GOAL:

How can I find the WebClient Application Assember Tools version number?

FACT(s) (Environment):

Windows

FIX:

The application version number is an arbitrary string that the developer assigns when they generate a new version of the application in the Application Assembler.

We do not expose the version number through a 4GL function, however, the following are a couple of options allow you to obtain the version number:

When WebClient is installed, you automatically get the WebClient Application Manager. This should have a shortcut created in the WebClient start menu. Click on the "Applications" tab, select the application, then click "Edit...". This will show the version next to "Application Version". If this shortcut does not exist, you can run prowcam.exe from C:\Program Files\Common Files\Progress Software\WebClient
If you need to get this from within your application, you can access the value in the registry. It is stored in HKEY_LOCAL_MACHINE\SOFTWARE\<VendorName>\<AppName>, in the value VersionName. You would have to plug in the values for <VendorName> and <AppName>.