I have a combobox containing a list of oracle tables and I want to retrieve the table schema when the user selects a table. I need the schema to show a list of fields in the next wizard page.
Any idea on how to detect the selection in the combobox ?
Thanks inadvance,
philippe
philippe lombaers Thursday, June 30, 2005 9:52 AM
You should download the TechEd Hands On Lab and take a look at how wer're going that. We have recipes to show the exact same scenario. Let me know if you need help with it.
kzu Friday, July 01, 2005 8:41 PM
You should download the TechEd Hands On Lab and take a look at how wer're going that. We have recipes to show the exact same scenario. Let me know if you need help with it.
kzu Friday, July 01, 2005 8:41 PM
Thanks, it helps much. Do you have a list of the available controls (TextBox, Combobox, Checkbox ?, ...) for the wizard and how to use them.