baileybelle
Technical User
I was wondering if it was posible to have a control array in VFP similar to the way it can be done in VB. For example, I would like to loop through certain text boxes and populate table field values doing something like this:
With ThisForm
For i = 1 to Recount()
.textbox(i).value = FieldValue
.textbox(i).value = FieldValue
....etc....
Next
EndWith
Can this be done? If not, what would be an alternative. Thanks in advance..Everyone here is so helpful and knowledgeable. This forum is great!!
With ThisForm
For i = 1 to Recount()
.textbox(i).value = FieldValue
.textbox(i).value = FieldValue
....etc....
Next
EndWith
Can this be done? If not, what would be an alternative. Thanks in advance..Everyone here is so helpful and knowledgeable. This forum is great!!