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.


Reply via email to