database publishing GASSENHUBER DATAform DBP  
 
   
First page  <<  >> Last page
First page  <<  >> Last page
III. Functional objects 95 Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de *T101 IMPORT => ¶*T101*Mx*$¶ Sets the processing mode for the following box objects to “IMPORT” Suppress dialogues *M defines the treatment of duplicates, i.e. boxes with a DATAform ID, that are already pre- sent in a QuarkXPress document. If needed, the dialogue Cancel/Skip/Replace appears. *M0 or missing *M Tag, the default settings are valid, see below *M1 show duplicate dialogue *M2 skip duplicates *M3 replace duplicates *M4 create all objects without checking for duplicates. Default settings Calling “Import boxes” from the menu command automatically transfers internally, before loading, the functional object ¶*T101*M1*$¶, i.e., these preferences are each time pre-set. Calling the function “IMPORT” by message automatically transfers internally before loading the functional object ¶*T101*M2*$¶ If a text with DATAformTags contains no import 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}:="101" `*T101 import 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 imported, ` each one closed with DX_Write (1) DX_Write (2)    `end of export