VBFOXDEV35
Programmer
All:
Hey another question. Has anyone written, found, etc a control array in VFP that works just like a VB control array?
My problem is I have this form with any textbox controls. each textbox is named exactly as a field in a database (no the controls are not bound). I want to know if there is a way to create a control array that I can loop through and write the data to the database where
Control name = field name
Thisform.(fieldname).text = fieldname
Any thoughts?
Art
Art DeGaetano II
Software Developer, MOUS
Hey another question. Has anyone written, found, etc a control array in VFP that works just like a VB control array?
My problem is I have this form with any textbox controls. each textbox is named exactly as a field in a database (no the controls are not bound). I want to know if there is a way to create a control array that I can loop through and write the data to the database where
Control name = field name
Thisform.(fieldname).text = fieldname
Any thoughts?
Art
Art DeGaetano II
Software Developer, MOUS