Jump to content

Search the Community

Showing results for tags 'swap fields record repeat'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 1 result

  1. 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!
×
×
  • Create New...