From sohail at continentad.com Mon Feb 12 08:53:12 2007 From: sohail at continentad.com (Sohail) Date: Mon Feb 12 08:53:13 2007 Subject: [EmData] Sohail Message-ID: <624245BC-CC86-49EB-AB68-14533160076E@continentad.com> From db at media-nova.com Thu Feb 22 06:16:10 2007 From: db at media-nova.com (David Bender =?ISO-8859-1?B?rSA=?=media nova GmbH) Date: Thu Feb 22 06:17:16 2007 Subject: [EmData] Odd and Even Rows while Subfield is repeated Message-ID: Hello, does anybody know, if it is possible to have odd and even rows in InData while repeating a subfield entry? I'm trying to create a table, where even and odd rows should have different background colors. Greetings, David From billy.snoberg at tim.se Thu Feb 22 06:33:38 2007 From: billy.snoberg at tim.se (=?ISO-8859-1?Q?Billy_Sn=F6berg?=) Date: Thu Feb 22 11:23:05 2007 Subject: [EmData] Odd and Even Rows Message-ID: <20385628-984E-4F4A-80FE-A27B8339F480@tim.se> Hallo, Perhaps you can use this to change style for each row/repetition. put Row+1 into Row [Row mod 2=1 // Odd row style | // Even row style ] Hello, does anybody know, if it is possible to have odd and even rows in InData while repeating a subfield entry? I'm trying to create a table, where even and odd rows should have different background colors. Greetings, David Best regards Billy Sn?berg Teknik i Media | Drottninggatan 11 | 252 21 Helsingborg | Tel +46 42 27 00 15 | Fax +46 42 32 62 01 | Mobil +46 70-420 57 27 | billy.snoberg@tim.se | www.tim.se This message contains information that may be privileged or confidential and is the property of Teknik i Media. It is intended only for the person to whom it is addressed. If you receive this message in error, please notify the sender immediately and delete all copies of this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emsoftware.com/pipermail/data-users/attachments/20070222/682c0b34/attachment-0001.html From support at emsoftware.com Thu Feb 22 11:32:42 2007 From: support at emsoftware.com (Em Software Support) Date: Thu Feb 22 11:33:46 2007 Subject: [EmData] Odd and Even Rows In-Reply-To: <20385628-984E-4F4A-80FE-A27B8339F480@tim.se> Message-ID: Hi Billy, Yes, that will do it. Here are a couple of other methods: ?if recordnumber(true) mod 2 = 0 --not shaded row ?else --shaded row ?endif ?if shadeFlag is empty OR shadeflag contains ?no? --not shaded row ?put ?yes? into shadeFlag ?else if shadeflag contains ?yes? --shaded row ?put ?no? into shadeFlag ?endif Regards, Joe Mathia Em Software Support / support@emsoftware.com / www.emsoftware.com (+1) 740 284 1010, fax (+1) 740 284 1210 On 2/22/07 5:33 AM, "Billy Sn?berg" wrote: > Hallo, > > Perhaps you can use this to change style for each row/repetition. > > put Row+1 into Row > > [Row mod 2=1 > ? // Odd row style > | > ? // Even row style > ] > > > > Hello, > > does anybody know, if it is possible to have odd and even rows in InData > while repeating a subfield entry? I'm trying to create a table, where even > and odd rows should have different background colors. > > Greetings, > David > > > > Best regards > Billy?Sn?berg > ? > > Teknik i Media |?Drottninggatan?11?| 252 21 Helsingborg | Tel +46 42 27 00 > 15?| Fax +46 42 32 62 01 | Mobil +46?70-420 57 27?| billy.snoberg@tim.se > | www.tim.se > ? > > This message contains information that may be privileged or confidential and > is the property of Teknik i Media. It is intended only for the person to whom > it is addressed. If you receive this message in error, please notify the > sender immediately and delete all copies of this message. > > > > > > _______________________________________________ > Data-users mailing list > Data-users@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/20070222/86dcfca2/attachment.html From kent at sgotek.com Mon Feb 26 11:52:18 2007 From: kent at sgotek.com (Kent Greniewicki) Date: Mon Feb 26 11:53:46 2007 Subject: [EmData] Two stories one page Message-ID: Can I use two stories on one doc? I currently merge to one story bet need two on one page -------------- next part -------------- An HTML attachment was scrubbed... URL: http://emsoftware.com/pipermail/data-users/attachments/20070226/e76fb7bb/attachment.html From support at emsoftware.com Mon Feb 26 12:07:34 2007 From: support at emsoftware.com (Em Software Support) Date: Mon Feb 26 12:09:12 2007 Subject: [EmData] Two stories one page In-Reply-To: Message-ID: Hi Kent, Sure, you can have any number of stories in a document. If you are using separate prototypes to build each story, you would use the Xdata>>Use Story as Prototype menu command to select the appropriate prototype. If you need to have separate chains of linked text boxes spanning multiple pages for each story, you would set up both boxes on your master page, then link only one of them with the linking tool. After you have built your pages with the prototype for the first story, you would need to manually link the text boxes for the second story, then run that import. Does this help? Regards, Joe Mathia Em Software Support / support@emsoftware.com / www.emsoftware.com (+1) 740 284 1010, fax (+1) 740 284 1210 On 2/26/07 10:52 AM, "Kent Greniewicki" wrote: > Can I use two stories on one doc? I currently merge to one story bet need two > on one page > > > _______________________________________________ > Data-users mailing list > Data-users@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/20070226/23988371/attachment.html