At 09:30 AM 1/26/2017, Karen Tellef wrote:

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

Here's my advice ...

How about doing your homework prior to responding to any of "my" posts?


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"


In my reply, did I say that "JUMPTO 2" command no longer works?

No. I did not.

Here's what I said:

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

If it helps ...
Syntax:
PROPERTY TABLE FormTable 'JUMPTO absPos'
Where:
FormTable is the appointed table by property
absPos is the absolute record to jump to, positive only or backward with negative value

Razzak



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

Reply via email to