can someone help me, how to get values from several dynamic textboxes and the for each contained in it.
for example i want to get value from no. 2 and no.3
here for the picture
sorry for my bad english
…
this is my project aia file
sump.aia (1.2 MB)
Use For any components blocks just below and left in the corner of block area
can you show me how please?
if you are using buit-in
dynamic textBox component then you can get that text by id of that component that you give on creating time
or
or in blocks side you can use any component to get text of any textbox present in that screen
how about many dynamic textbox user create and how to get each value from dynamic textbox? any solution please?
Use this block if you need the text on the triggering dynamic textbox textbox.
else if you want to get text of particular dynamic text box
else if you want all the text and know the id then use this