Page 1 of 1

Generate Listbox from Array

Posted: Wed Dec 21, 2005 12:17 am
by Jeff Barnes
Hi,

I need to generate a listbox from an array.
The array contains "record numbers" from a database, so I need to somehow display only those records.

Any Ideas?

Thanks,
Jeff

Re: Generate Listbox from Array

Posted: Wed Dec 21, 2005 7:54 am
by Enrico Maria Giordano
Just build an array with the field value from the records you want to show.

EMG