sam291091
14th February 2014, 08:44
Hello,

How to run 3GL Script in WEBTOP ?

bhushanchanda
14th February 2014, 09:23
Hi,

You can't run a 3GL directly through WebUi. You can create a 4GL session and use wait.and.activate/activate("o3GL_PROGRAM_NAME") in its script and run the session using WebUi.


e.g.

before.program:
activate("otcbed001")
end() | This will exit the 4GL session.

sam291091
14th February 2014, 10:11
OHK Thank you bhushanchand......