Xbasic
A5_FileAttribute_Help Function
Syntax
File_Attributes as C = A5_FileAttribute_Help( Default_Selection as C )
Arguments
- File_Attributes
One or more file attributes to be used as arguments in a TABLE.OPEN().
- Default_Selection
Optional. Default = "". The initial selection to display in the dialog box.
Description
The A5_FileAttribute_Help() function displays the FileFind Attribute Codes dialog and returns the selected attribute codes.
Example
? a5_fileattribute_help() = "FILE_FIND_SYSTEM"
Limitations
Desktop applications only.
See Also