[Zope] Select List

Oai Luong oluong@mitre.org
Mon, 10 Jan 2000 08:10:38 -0800


I have a table that lists all the tables that are in my database:
		tables
		_______
		gistools
		gisexperts
		inforesources
		vendors

I want to be able to put this in a selected options list box using the
queries returned by the sql method.  My sql method is called tables. 
Can someone tell me how this can be done? 

thanks