Jump to content

Setting a Text Field to a Repeating Field


This topic is 7095 days old. Please don't post here. Open a new topic instead.

Recommended Posts

// SetTexttoRepeatingField(RepeatingField;Repetitions)

// By Ronald W. Satz, Transpower Corporation

// 10-24-2004

// Set Text Field to Repeating Field So That User Can Scroll Through All Values

If ( Repetitions < 1 ; // Condition

"" ; // Exit

// Text is added on the next line

GetRepetition(RepeatingField;Count(RepeatingField)+1-Repetitions) & "

Link to comment
Share on other sites

This topic is 7095 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.