August 26, 200421 yr Hi, Is there any way to use a "Loop" construct to loop through all repeating field indices and (for instance) set them to "". I am currently doing the following: Clear( Select; Table::RepeatingField ) Clear( Select; Table::RepeatingField[2] ) ... It will be a pain if the repeating field has 100 items in it ! Thanks.
August 26, 200421 yr Put the field on its own layout, displaying all repetitions. Tab through them to make sure they're all in order. Create a script to Go to Layout [this new one] Commit Records/Requests [No dialog] Loop Go to Next Field Set Field [ ; ""] <- don't specify the field, just the null result Exit Loop If [Get(ActiveRepetitionNumber) = 100] End Loop Substitute 100 with your number of repetitions.
August 27, 200421 yr Author Just out of interest, do I remain a "stranger" in these forums or does that change after I post a decent question ?
August 27, 200421 yr Just out of interest, do I remain a "stranger" in these forums or does that change after I post a decent question ? Here is a recent post that asked the very same question Click Here . Lee
September 6, 200421 yr Author Thanks. Hopefully, I will soon become a "World Leader" rather than "stranger.
Create an account or sign in to comment