Is there a property you can read which tells you how many items have been 
fetched into a variable list view?  Something like:

GETPROPERTY lvMyListView ITEMCOUNT 'vItemCount'

I know I can do this by issuing SELECT COUNT against the same WHERE clause used 
to populate the list view, but I'd rather not pay the (time) cost for searching 
twice.
--
Larry

Reply via email to