Print

Listbox Tab



The Listbox Object is similar to a Dropdown Object, except the data is displayed in a list and it’s possible for the user to make multiple selections at once. There must be an Option value and Description value.



Height

This sets the height of the Listbox Object in pixels.

Length

This sets the width of the Listbox Object in pixels.

Button Style

This option allows you to refer to a custom style to make the “Select All” button look different to the standard default.

SQL

This is the SQL statement that would select the data to display in the Listbox Object.
The following SQL would retrieve all customers’ last names from the customer table and display them in the Listbox Object, with the customer’s ID as the Option value (the Option value will always be the value that is used in POST variables).
e.g. SELECT customer_id, cus_last_name FROM customer


Created by: system. Last Modification: Wednesday 25 of March, 2009 12:22:41 CST by simon.