Jump to content

FusionPro.Composition.repeatRecordCount


lasdoog

Recommended Posts

Hello,

 

 

I'm wondering if there is a way to use FusionPro.Composition.repeatRecordCount, but return

 

a different field when repeating.

 

 

Such as this in OnRecordStart:

 

 

FusionPro.Composition.repeatRecordCount = 2;

if (Field("FULLNAME2") != " ") FusionPro.Composition.repeatRecordCount = 4;

 

 

 

The above repeats the record 4 times, but I need the 3rd and 4th (or 5th and 6th, etc) to return (Field("FULLNAME2") instead of always returning

 

(Field("FULLNAME")

 

 

Is there a way to do this, or am I barking up the wrong tree?

 

 

Thanks for any advice!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...