You apparently didn't see my second (Part 2) post, that illustrates the "SEARCH" option of the Enhanced DB Grid.

FWIW ... JUMPTO only "jumps" the number of record(s) and does NOT jump to the matched record.

Razzak


At 08:57 AM 1/26/2017, Karen Tellef wrote:

I see Razzak's examples, which are basically filters. But if you want to keep all the records on the screen and just MOVE to the record, can you try the "jump" command?

PROPERTY TABLE TableName 'JUMPTO 2'

If there's a way you can determine which row your first "today" is on, you could jump to that row. Of course, this would get screwed up if the user resorted. If it's a temp table,
you could autonumber the records.

If you don't excessive scrolling, you could do this instead:

PROPERTY TABLE TableName 'JUMP 1'

You could move down the grid one row at a time, check the date, and keep jumping 1 row at a time

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to