Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>recno()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 recno()
 Obtain physical row number at current work area cursor position
------------------------------------------------------------------------------
 Prototype

     ERRCODE recno(
                       AREAP wa,
                       ITEM record
                    )

 Arguments

     wa is a pointer to self.

     record is a pointer to an item that determines the current row
     identifier, and will normally be a number indicating the row number.

 Description

     recno() retrieves the physical row identifier at the current work area
     cursor position for use by the CA-Clipper runtime system.  If your driver
     operates on a database that does not contain record numbers, you must
     provide a unique value to be used to identify each row.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

 Implementation Notes

     .  If your RDD supports relations, update them with a forceRel()
        prior to attempting relative movement.

 Files  Header file is Rdd.api.


See Also: AREA forceRel() reccount()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson