Hi,
Variable <total> will contain all entries in the table.At runtime <extract> contains all the data which was selected from the table <TOTAL>
In each loop of <total>, it will automatically assign itself to <vim_total_struc> which have the same struct with the table.
Use the <action> variable,which contains the the user action.
N = New entry
U = Updated entry
D = Deleted entry
X = Deleted new entry
blank = No change on entry
IF <action> EQ 'D'.
End if.
Regards,
Jeffin