Visual RPG 9.0 Language Reference  

DBFile.MemberName Field

MemberName contains the name of the file member to be opened when the file is opened.

dbfile.MemberName Type (*String)

Remarks

MemberName must be set prior to opening the file (see OPEN command).

If MemberName is not set, the value of the Mbr parameter specified in the DCLDISKFILE command is used.

In addition to specifying a named file member, MemberName may also be set to the following special values:

  • *FIRST will access the member with the oldest creation date.

  • *FILE will access the member name with the same name as the file name.

  • Requirements

    Namespace: ASNA.VisualRPG.Runtime

    Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

    Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition 

    See Also

    ASNA.VisualRPG.Runtime
    DBFile Class
    DBFile Class Members
    DCLDISKFILE
    OPEN