Tanny
November 18th, 1999, 01:00 AM
Project : A Query Web Client
Problem1: How can I add the fieldnames of a
table directly into a listbox/combo control on a webpage
Problem2: A field within the table say has 5 possible values as of now. I want a combobox to
be populated with these values without me entering them manually or assigning them to the combo box as selection or option.
Example
fieldname status contains values such as complete, incomplete, deferred, reported, needs verification.
Assume if their are 4000 records in the table the status field would carry a value which is one of these.
I want the combo to get populated against a command button captioned "possible values" which, when hit by the user the combo has the possible values added. I hope whoever reads this understood what I am hinting at. Otherwise please get back to me so that
Thank You for your time in reading and understanding my problems.
Problem1: How can I add the fieldnames of a
table directly into a listbox/combo control on a webpage
Problem2: A field within the table say has 5 possible values as of now. I want a combobox to
be populated with these values without me entering them manually or assigning them to the combo box as selection or option.
Example
fieldname status contains values such as complete, incomplete, deferred, reported, needs verification.
Assume if their are 4000 records in the table the status field would carry a value which is one of these.
I want the combo to get populated against a command button captioned "possible values" which, when hit by the user the combo has the possible values added. I hope whoever reads this understood what I am hinting at. Otherwise please get back to me so that
Thank You for your time in reading and understanding my problems.