DF_FILE_RECNUM_NAME¶

Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex

This attribute is used to get the name of the Recnum field in the table, if one exists. It is a ReadOnly attribute so it can only be used in getting the name of the recnum field to a string variable.

Syntax

Get_Attribute DF_FILE_RECNUM_NAME of {FileNumber} to {variable}

Parameter

Description

FileNumber

Number of the file

variable

String name of recnum field

Example

Open Customer

String sRecnum

Get_Attribute DF_FILE_RECNUM_NAME of Customer.File_Number to sRecnum