[EmData] a forced text frame change

Joe Mathia - Em Support support at emsoftware.com
Mon Aug 4 10:42:39 EDT 2008


Hi Andrew,

With Xdata, you can use «numtochar(11)» ( inserts a vertical tab ) or
«numtochar(12)»  (inserts a box/page break).  Both have the same effect:
jumping you to the next text box.

InData?InDesign cannot interpret these, though.  You have to place the
InDesign tag for a break into a variable, and use a put styled statement to
place the variable (and break) where you need it in your prototype:


«put ³<cnxc:Box>² & return into BoxBreak»
or
«put ³<cnxc:Column>² & return into ColumnBreak»
or
«put ³<cnxc:Page>² & return into PageBreak»
or
«put ³<cnxc:EvenPage>² & return into EvenPageBreak»
or
«put ³<cnxc:OddPage>² & return into OddPageBreak»

And later:

«put styled BoxBreak»
or
«put styled ColumnBreak»
or
«put styled PageBreak»
or
«put styled EvenPageBreak»
or
«put styled OddPageBreak»


Does this help?

Regards,

Joe Mathia
Em Software Support / support at emsoftware.com / www.emsoftware.com
(+1) 740 284 1010, fax (+1) 740 284 1210




On 8/3/08 10:18 PM, "Andrew Bischoff" <andrewb at ch1.com.au> wrote:

>  
> In my prototype I use several
> «return» codes, does anyone know if there is a forced text frame change(shift
> num-return) or even forced page break (control num-return )
>  
>  
>  
>  
>  
> Andrew Bischoff
> Creative Director
> 
> 
>  
>  
> 
> 
> _______________________________________________
> Data-users mailing list
> Data-users at emsoftware.com
> http://mail.emsoftware.com/mailman/listinfo/data-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://emsoftware.com/pipermail/data-users/attachments/20080804/b355af03/attachment.html


More information about the Data-users mailing list