I have a program which populates a list with the names of the fields in the selected table.
Once the user selects a field, I now know which field he wants to work on, but how can I interrogate the contents of that field.
For example. user selects GENDER field.
THISFORM.mylist.value = "GENDER"
How can I count the number of empty GENDER fields, when all I have is THISFORM.mylist.value?
BTW I am an experienced programmer, but new to Visual FoxPro (V6). I.E. I will understand programming concepts, but don't assume I automatically know some foxpro quirks!
Thanks
Barry@2020dml.com
Once the user selects a field, I now know which field he wants to work on, but how can I interrogate the contents of that field.
For example. user selects GENDER field.
THISFORM.mylist.value = "GENDER"
How can I count the number of empty GENDER fields, when all I have is THISFORM.mylist.value?
BTW I am an experienced programmer, but new to Visual FoxPro (V6). I.E. I will understand programming concepts, but don't assume I automatically know some foxpro quirks!
Thanks
Barry@2020dml.com