asfinag, etc.
This commit is contained in:
@@ -1964,12 +1964,12 @@ Public Class cAsfinag
|
||||
|
||||
|
||||
|
||||
MDMEinarb.ds_total = counTrans
|
||||
MDMEinarb.ds_total = counTrans - 2 'total - 2 (header + trailer)
|
||||
MDMEinarb.ds_count = savedTrans
|
||||
MDMEinarb.importfilename = fi.Name
|
||||
MDMEinarb.import_date = Now()
|
||||
|
||||
If MDMEinarb.ds_total - 2 = MDMEinarb.ds_count Then 'total - header - trailer
|
||||
If MDMEinarb.ds_total = MDMEinarb.ds_count Then
|
||||
MDMEinarb.completed = True
|
||||
MDMEinarb.completed_date = Now()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user