Macro: API_SAVE

Module location: FMAC line 8267 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: SAVE {logicalName|fileNum}*n Description: Save the contents of the currently active record, updating the records with any data in parent files from related fields (as per attach). Parameters: logicalName: The name used to identify the file in a DataFlex program. fileNum: The number used to open the file. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  ATTACH !1
  SAVERECORD !1
  #IF (!0>1)
    API_SAVE !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF