Macro: OLD_DELETE

Module location: FMACDD line 7401 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: DELETE {fileNum|logicalName}*n Description: Delete the currently active record from the datafile Parameters: logicalName: The name used to identify the file in a DataFlex program. fileNum: The number used to open the file. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  #IFDEF !1
    !A [] $C3 !1
  #ELSE
    #CHECK !1.RECNUM _CVWLR#GU
    !A [] $C3 !1.RECNUM
  #ENDIF
  #IF !0>1
    OLD_DELETE !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF