1
Answer

How to pass one form's data table rows in another form label???

 I'm accessing data table data of form " sampe_scroll ", I want to display every row data in another form (Cake_Order) labels text through iteration. I've accessed all elements of the form "sample_scroll'' by creating its obect in another form "Cake_Order". 
Problem is it is execution skips from the for loop. 
 
 
 
Answers (1)