III. Functional objects
101
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
*T106 GROUPING =>
¶*T106*Mx*$¶
Sets the option group in the DATAform settings. The option is only set for the current proce-
dure. The settings in the dialogue itself are not changed.
Example:
¶*T106*M1*$¶
Switch grouping on.
¶*T106*M2*$¶
Switch grouping off.
¶*T106*M0*$¶
Nothing happens.
¶*T106*$¶
Nothing happens.
If a text with DATAformTags contains the object ¶*T106*M1*$¶, the imported boxes will be
grouped at the end of the import procedure, even if the user has switched off grouping in the
preferences dialogue.
¶*y0*Y100*T3*G1*#1*$boxes 1¶*y110*Y210*T3*G1*#2*$boxes
2¶*y220*Y320*T3*G1*#3*$boxes 3¶*T106*M1*$¶
creates three text boxes of the group *G1 and groups them.
Calling in the DATAform 4D interface
DX_Write (0)
`initialisation
`Here follow the box objects that should be imported or updated
DX_Array{5}:="106"
`*T106 = group functional object
DX_Array{40}:="1"
`*M1 turn grouping on
$0:=DX_Write (1)
`activate group
DX_Write (2)
`end of export
The functional object can be placed anywhere within the text with DATAformTags