Hello,
who could be so nice to give me an idea about differences between 2 Methods of ListView:
dcl_ListView_GetCount
[Desc]
This method returns number of items or rows in a ListView control.
dcl_ListView_CountItems
[Desc]
This method will return total number of items in the ListView control.
Looks that it could be nearly the same?
Fred
CountItems should be removed from the .mth file (it does the same thing as GetSelCount -- returns the number of selected items).
I've done it, thanks.
Fred