ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the program was started,False otherwise.
Name of program to start with its path and/or the parameters that must be passed to the program (if necessary). If no path is specified, the program is sought in the current directory first, then in the directory of Windows and in the directories accessible by PATH. If the executable corresponds to a long name with space characters, you must use the following syntax:<Program name> = " " " Long_name_with_spaces" " Command_line"
Mode for starting the program (no action on the DOS programs):DDEActive(Default value)The program run is active: it is run by "taking control" over the current programDDEIconizeThe program run is inactive: it is run minimizedDDEInactiveThe program run is inactive: it is run while the current program keeps focusDDEMaximizeThe program run is active: It is run by "taking control" over the current program (the execution window has the maximum size allowed) This parameter is ignored. The program run is active, it "takes control" over the current program.
Amount of time before resuming the execution of the current program:True: the current program resumes its execution when the program run is over.False (default value): the current program and the program run are run in parallel.
Working directory of application to start.
Using a command line
Using the DDEActive constant
Various
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: