M
Miranda
hi,
i have a listbox that displays some data retrieved via a query. I want to
want the listbox big enough to fit the number of rows retrieved, no bigger,
no smaller. i tried something like this:
me.mylistbox.height = 0.5 * (me.mylistbox.listcount)
because 0.5cm was roughly the height of a single row....didn't work though
???
Thanks!!
i have a listbox that displays some data retrieved via a query. I want to
want the listbox big enough to fit the number of rows retrieved, no bigger,
no smaller. i tried something like this:
me.mylistbox.height = 0.5 * (me.mylistbox.listcount)
because 0.5cm was roughly the height of a single row....didn't work though
???
Thanks!!