Nope, sorry, didn't see the 2nd response.  

Razzak:  Are you saying that the "JUMPTO 2" command no longer works??
I'm pretty sure I'm still using that from previous versions, although I haven't 
coded
a new one in years.  If I bring up a form sorted by the State, and I have a 
button 
that puts the cursor on the first Illinois row, and I know that Illinois starts 
on 
row 100, then I do "JUMPTO 100"

Karen

 

 

 

-----Original Message-----
From: A. Razzak Memon <raz...@rbase.com>
To: rbase-l <rbase-l@googlegroups.com>
Sent: Thu, Jan 26, 2017 8:10 am
Subject: Re: [RBASE-L] - go to today in enhanced dbgrid

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.


-- 
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