II. DATAformTags
90
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
4. digit Box height adjustable [Values: 0 , 2 as well as 5, 7]
The digit enables the enduser to directly disable box adjustment, box by box, for the next
import of the box. The database can save the setting and reuse it for the next placement.
0 = box height will not be adjusted to the amount of text on next import; the value of
{60} *D (*Delta) Adjust box height, page: 74, will be ignored.
2 = box height will be modified according to {60} *D Adjust box height.
The values 57 set the check box analogous to 02 and disable it additionally; plus 5 means
deactivate the item.
¶*#3001*G3*T3*?"Price A"*g"556722"*$¶
creates a text box, which will be adjusted on import according to *D, set by the database.
The check box is ON, but cannot be modified, since the 4th digit is 2 + 5 = 7.
5. digit Infotext [Values: 0 , 2, 5]
The digit defines the properties of the Infotext field. (The content of this field is exported
and imported by {73} *? Infotext.)
0 = the field is invisible; Infotext will be exported unchanged.
See the example at {73} *? Infotext, page: 87.
2 = the field can be edited.
5 = the field is in read only mode.
¶*#3001*G3*T3*?"Price A"*g"556752"*$¶
creates a text box with a read only Infotext; furthermore all other fields of the dialogue are
in read only mode:
6. digit Duplicating [Values: 0 , 1, 2, 3]
The digit controls the treatment of the DATAform object Nº. while duplicating a DATA-
form box. (There is no corresponding field in the properties dialogue.)
0 = Set the object Nº to Zero while duplicating the box.
1 = Set the object Nº to Zero and put it as Infotext if it is an empty string.
2 = Duplicate the box as it is, whithout changes.
3 = Set the object Nº to Zero and put it as Infotext always, overwriting an old Infotext.
¶*#5001*G5*T12*?"Picture box"*g"552253"*$¶
creates a picture box with these box properties:
The 6th digit in Tag *g reads 3, i.e. Set the object Nº to Zero and put it as Infotext always