Just build your array of image names in your OnRecordStart rule. Set 
Image1=Field(Image1); and so on for all three images. Field(Image1) will be 
filled in on the ASP. Then have your array contain the values Image1 and so 
forth. That way, for each record it'll have new values.

-----Original Message-----
From: Shane Gillies [mailto:[EMAIL PROTECTED]
Sent: Friday, June 15, 2007 2:28 PM
To: FusionPro Users Forum
Subject: [fusionpro] Re: Tricky graphic rule


I know this is not the web forum, but this template will ultimately be 
on the web and the images will be different, potentially every time. We 
have no idea what graphics we will be supplied with. We have just given 
the user 3 possibilities, and they can populate those boxes if they so 
choose... I assume that this changes things.

On Jun 15, 2007, at 3:14 PM, Lauren Nackoney wrote:

> Shane,
>
>   I can't find the original email about your issue, but I think I 
> understand what you are trying to do. Todd is correct that you want to 
> use inline graphics (you do not need to have text in order to do 
> this). However you will want to put the code into a text rule and 
> return the rule in a text frame. You'll want code something like this, 
> where you insert your data. First set up an array of the image names. 
> Then in your text rule, make sure to have the Tagged text checkbox 
> selected and apply the following code filling in the spots needed.
>
> images="";
> NumOfImages=???;
> ImageWidth=36000;
> ImageHeight=32000;
> images="<p quad=C>";
> for (i=0;i<NumOfImages;i++)
>    images+='<graphic file="' + ArrayName[i] + '" width="' + ImageWidth 
> + '" height="' + ImageHeight + '">&nbsp;&nbsp;';
>
> That should give you the results you're looking for. Obviously the 
> &nbsp;  (non-breaking space) will separate the different images 
> inserted, so you'll need to put as many in as looks good to you.
> -Lauren
>
>
Shane Gillies
Design Consultant

The Allegan Group
136 Brady Street
Allegan, MI 49010
269.673.5476
Fx 269.673.7329
www.allegangroup.com

concept | marketing | design | print | mailing


--
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

--
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
--


--
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

--
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
--

Reply via email to