Macro: API_ATTACH

Module location: FMAC line 8224 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: ATTACH {logicalName|fileNum}*n Description: Updates all fields in the current record which relate to another file with the values of those fields in the parent ( or related-to) files. Parameters: logicalName: The name used to identify the file in a DataFlex program. fileNum: The number used to open the file. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    VARIABLE_FILE_COMMAND $513 !1
    #IF !0>1
       API_ATTACH !2 !3 !4 !5 !6 !7 !8 !9
    #ENDIF