Advanced Form Controls
Version 1.6.0  how it workview examples and demoHelp and TutorialsVersion revisionAdd to cart
How does it work - Dependent Combo Box
Advanced ToolTip
Accept terms checkbox
Change date format
Color selector
Comma-separated
CheckBoxes
Date Picker
Dependent Combo Box
Disable Enter Key
Event Calendar
Flashing Link
Flasing Form Element
Hightlight Form Element
Masked Text Field
Numeric Text Field
Restricted Text Area
Price: 25,00 €
Usd. 33,16
Currency conversion according with PayPal
Flash Tutorials
 
   
Master Combo Box:

The combo box with the Main data. The data in this Combo can be added with the standard dynamic DW behavior.

   
Detail Combo Box:
The combo box where display the data when the user change the value of the Master Combo Box. When the user change the value of the Master Combo my code display in this combo all the record value from the recordset where the Primary Key field value is equal to the Master Combo selected index value.
   
Recordset: The recordset contains the data to display into the "Detail Combo Box"
   
Primary Key: Select the table's field that contains the unique identifier
   
Detail key: The field of the recordset my code will use for the option value of the "Detail Combo Box". This is the value send on the submit event of the form.
   
Detail Value:
The field of the recordset my code will use for the option text of the "Detail Combo Box". This is the text displaied in the combo.
   
First Line Text: The text for the first option value of the "Detail Combo Box"
   
To view how setup the control see the Flash Tutorial