hmCal_SET FRONT PROCESS

hmCal_SET FRONT PROCESS (Processnumber)

Parameter          Type             Description
Processnumber      Text         ->  New front process

Description

The command hmCal_SET FRONT PROCESS sets an application, defined by Processnumber as the frontmost application.

Example

The following code sets the current (4D) application to the foreground:

C_TEXT ($vt_processno)

$vt_processno:=hmCal_Get Current Process
hmCal_SET FRONT PROCESS($vt_processno)