Consultor Eletrônico



Kbase P135910: Is it possible to install two WebClient applications, one after the other, using the same bootstrap.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/01/2009
Status: Unverified

GOAL:

Is it possible to install two WebClient applications, one after the other, using the same bootstrap.htm?

GOAL:

Can two WebClient applications be started using the same bootstrap.htm file?

FACT(s) (Environment):

Windows
OpenEdge 10.1B

FIX:

No, it is not possible to do this in the same bootstrap.htm, because there is no way to know when the first application has finished and start the second one.
It can be done creating a html file that calls two different bootstrap.htm files or creating an intermediary WebClient application, through an AppServer, which allows to install other WebClient applications