Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Unknown Fields

Status
Not open for further replies.

mlundin1

Technical User
Sep 15, 2000
7
US
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.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top