Try using an OnRecordStart rule....
cardnbr = CurrentRecordNbr() % 4
switch (Str(cardnbr))
{
case "0" : turn on front and back one;
case "1" : turn on front and back two;
case "2" : turn on front and back three;
case "3" : turn on front and back four;
}
The function "%" will give you the remainder of the division equation.
Since you are using the CurrentRecord feature, it will divide that
number by 4 and give you a scrolling remainder of either 0, 1, 2, or 3.
You'll need to fill in the blanks (and maybe correct a little of the
syntax) depending on how you setup your postcard with either background
graphics swapping out or actually turning on and off pages in your
template for each of the card images.
This should give you a good start though.
David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
216.634.8477
[EMAIL PROTECTED]
--
Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
Don't miss The Printable Technologies 2007 User Group Conference at the Monte Carlo Resort and Casino in Las Vegas, March 14 through March 16, 2007.
For more details or to register, go to
http://www.traveltrust.com/Forms/pt_signup_2007-3.html
--
You are currently subscribed to fusionpro as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or otherwise
recorded by the e-mail recipients of this forum. It is subject to archival,
monitoring or review by, and/or disclosure to someone other than the recipient.
Our privacy policy is posted on www.printplanet.com
--