Hi All ,
I have already posted some topics with relate to this topic. Basically wanted to know what is main purpose of introducing oSeek object in the XBROWSE class ?
Thanks
Shridhar
Shridhar
FWH 24.04, BCC 7 32 bit, MariaDB
Hi All ,
I have already posted some topics with relate to this topic. Basically wanted to know what is main purpose of introducing oSeek object in the XBROWSE class ?
Thanks
Shridhar
Used for incremental seek. That is, if you have a browse of data that is indexed by lastname+firstname, then you can have a special SAY under the browse where the user can key in a person's lastname+firstname. As each character is keyed in, the highlighted row in the browse jumps to whatever record matches the characters entered so far. In this way, the user usually doesn't have to enter the entire lastname+firstname in order to find the required record. In addition, if looking for someone for whom the user doesn't know the exact spelling of the entire name, they will likely still find who they are looking for due to the incremental seek's way of approximation.