Integrated Application Platform › Forums › General › Using Repeat Control for Data Entry › Reply To: Using Repeat Control for Data Entry
February 6, 2018 at 6:10 pm
#1372
Participant
Hi Ajith,
I think you have wrong parentheses around vert
Please try the following code:
Controller
{
Controls: ('Access' 'mytable'
#(Vert
field_1
field_2
Fill
(Vert
(Repeat (Horz sub_1 sub_2) name: 'field_3')
)
)
)
}