IV. Message system
116
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
EXPORTGROUP
FROM: Benutzer
TO: DATAform
SUBJECT: EXPORTGROUP
PARAMETER: 12
DFTEXT:XPRESS:DATAform:DATAform.AKT
DOCUMENT:
This command exports all DATAform boxes with a certain group number. The group number
is specified under PARAMETER:.
The command is equivalent to the menu command DATAform/Export group. E.g. all boxes in
the document with the group number 12 will be exported with these settings:
DATAform 4D interface
In DX_Message there is no special argument for PARAMETER: The calling of EXPORT-
GROUP is passed as a second line of the first argument:
$command:="EXPORTGROUP" + Char( 13 )
$command:= $command + "PARAMETER:"+ String( Group number )
$err:=DX_Message($command;$DFTEXT;"";$XPFolder;Timeout; =>T1)
In this context Group number is the group number of the DATAform boxes that should be
exported.
The command DX_Message hence creates a message file as shown above, waits for an answer
and evaluates it.