Okay, here's my problem: I have a situation where I get a number of data-entry fields from a data base. Not the values, but the field names themselves. I am trying (in vain) to set up fields that have set and get methods for these unknown fields. I've tried indexed fields, but it doesn't seem to be working very well.
Basically, I want the following display:
Unknown field 1: text box 1
Unknown field 2: text box 2
Unknown field 3: text box 3
....
Then, on the processng page, be able to parse the information and know both the name of the field and the value of it's corresponding text box. I've tried having
get and set methods for indexed values (fieldName and fieldValue) but for some reason the values aren't set.
Any thoughts on how I might make this type of situtation work? Thanks for any help you might be able to send my way.
Basically, I want the following display:
Unknown field 1: text box 1
Unknown field 2: text box 2
Unknown field 3: text box 3
....
Then, on the processng page, be able to parse the information and know both the name of the field and the value of it's corresponding text box. I've tried having
get and set methods for indexed values (fieldName and fieldValue) but for some reason the values aren't set.
Any thoughts on how I might make this type of situtation work? Thanks for any help you might be able to send my way.