database publishing GASSENHUBER DATAform DBP  
 
   
First page  <<  >> Last page
First page  <<  >> Last page
III. Functional objects 96 Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de *T102 UPDATE => ¶*T102*Mx*$¶ Sets the processing mode to “update contents” for the following box objects. Suppress dialogues M defines the treatment of objects that are not found, i.e. boxes with a DATAform ID, which are not found in a QuarkXPress document. If needed, the dialogue Cancel/Skip/Replace appears. *M0 or missing *M Tag, the default settings are used, see below *M1 show dialogue *M2 skip objects which could not be found *M3 create objects which could not be found Default settings Calling “update contents” from the menu command automatically transfers internally, before loading, the functional object ¶*T102*M1*$¶, i.e. the preferences are each time pre-set. Calling the function “UPDATE” by message automatically transfers internally before loading the functional object ¶*T102*M2*$¶ If a text with DATAformTags contains no update functional object with *M, it is automatically processed according to the calling method. Calling in the DATAform 4D interface DX_Write (0) `initialisation DX_Array{5}:="102" `*T102 update DX_Array{40}:="1" `*M1 mode dialogue $0:=DX_Write (1) `close object and transfer to the interface `Here follow the box objects that should be updated, `each one closed with DX_Write (1) DX_Write (2)    `end of export