show / hide menu

RepeaterGetFormName

This function returns the repeated Form Name of the given index, 0 is the initial form, if out of index then it will return blank.

Syntax:

RepeaterGetFormName(FormName,Index)

Where
FormName is the name of external form.
Index is the form index.

Examples:

textbox1.Value =RepeaterGetFormName(ExternalForm1,0)