exec_program()

This page describes one of the supplementary ways of running an application.

The main way to run an application is the RUN statement.

exec_program() is used to run a 4GL program on a specified GUI server instance. It takes 4 arguments and has this syntax:

exec_program(command, server, instance, user_id)

where:

Here are examples of the exec_program() function:

CALL exec_program("my_program", "192.168.10.213", "default", "SYSTEM")

CALL exec_program("my_program", "190.155.207.10", "secure", "admin")

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.