----- Original Message ----- From: "Bernard Lis" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, September 10, 2008 10:05 PM Subject: [RBASE-L] - Re: NextRow, LastRow, FirstRow
> Thanks Razzak, > Now I remember, My memory is failing me. How would you _know_? > Bernie > ----- Original Message ----- > From: "A. Razzak Memon" <[EMAIL PROTECTED]> > To: "RBASE-L Mailing List" <[email protected]> > Sent: Wednesday, September 10, 2008 9:59 PM > Subject: [RBASE-L] - Re: NextRow, LastRow, FirstRow > > >> At 09:45 PM 9/10/2008, Bernard Lis wrote: >> >>>Is there a command that will take me back a row? >>>Go to First Row? >> >> Here' how: >> -- First Row >> PROPERTY TABLE <FORMTABLENAME> 'FIRST' >> >> -- Next Row >> PROPERTY TABLE <FORMTABLENAME> 'NEXT' >> >> -- Previous Row >> PROPERTY TABLE <FORMTABLENAME> 'PRIOR' >> >> -- Last Row >> PROPERTY TABLE <FORMTABLENAME> 'LAST' >> >> -- Jump to nnn >> PROPERTY TABLE FormTable 'JUMP relPos' >> >> -- Jump to nnn >> PROPERTY TABLE FormTable 'JUMPTO absPos' >> >> That's all there is to it! >> >> For a complete list of supported and documented TABLE Properties, >> refer to R:Docs 7.6. >> >> Very Best R:egards, >> >> Razzak. >> >> > > >

