"http" <http.com (AT) libero (DOT) it> wrote
Quote:
in a script, I need do put values in a multiple field. Which is the
script istruction? (the istruction DEFINE FIELD puts values only in
the first field of a multiple)
thanks.
HTTP |
If you are referring to repeating fields, there is a spot near the bottom of
the Specify Field dialog box where the repetition number can be set. The
number must be hard coded, so if you need to set 5 repetitions, you need 5
Set Field script steps. The alternative is to have a layout with the field
on it and use a loop with a counter and Go To Field [next] to move amongst
the repetitions.