I ran up against the same problem in my conversion from FoxPro to R:Base.
What the user can do in FoxPro is start at a given record, then go back and
forth through the table.
I was able to give them the ability to start at a given record and go
forward  (>=)  but haven't figured out how to (<=>).
Any ideas would be appreciated.

Bernie Lis

----- Original Message ----- 
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 25, 2003 1:06 AM
Subject: [RBASE-L] - Re: Positioning The Record Pointer In An
R:BaseDatabase.


>
> Oleta,
>
> You can certainly take advantage of Pre-Defined EEP
> options using the Buttons in R:BASE 6.5++ for Windows.
>
> Example:
>
> While in Form Designer:
>
> . Place a Push Button object
>    Button Text: Next
>    Pre-defined action: Next Row
>
> The following thirteen (13) options are available
> as Pre-defined actions in 6.5++ (1.866xRT03):
>
> . Add Row
> . Add Row and Exit
> . Delete Row
> . Discard Row
> . Discard Row and Exit
> . Duplicate Row
> . Exit
> . Next Row
> . Previous Row
> . Previous Table
> . Save Row
> . Previous Page
> . Next Page
>
> In R:BASE 7.0 for Windows you have MORE ... options.
>
> You can either use the built-in "DB Navigator" Control
> or you may use the following sixteen (16) "pre-defined"
> EEP actions:
>
> . Add Row
> . Add Row and Exit
> . Delete Row
> . Discard Row
> . Discard Row and Exit
> . Duplicate Row
> . Exit
> . Next Row
> . Next Table
> . Previous Row
> . Previous Table
> . Save Row
> . Last Row
> . First Row
> . Save Row and Exit
> . Refresh Table
>
> Enjoy and make sure to have fun!
>
> Very Best R:egards,
>
> Razzak.
>
> At 11:49 PM 11/24/2003 -0600, Oleta Smith wrote:
>
> >Newsgroup,
> >
> >   First, I would like to thank Raazak, Victor, and Troy for helping me
> > with my batch file processing.
> >
> >   Next, I need some more help with my R:Base.
> >
> >   In Microsoft FoxPro it is possible to position the record pointer on
> > any record in the database.  You can "GOTO" the Top or Bottom records or
> > to any record in the database.
> >
> >   I am wanting to create some vcr buttons on a form that will allow the
> > user to "GOTO" the first record, the next record, the last record or the
> > previous record.
> >
> >   How is this done via R:Base commands or functions in R:Base version
> > 6.5++ for Windows?
>
>

Reply via email to