I'm getting compile errors in the PrimeAudit Routine.

Top  Previous  Next

Starting with FullRecord 3.00, there are new fields added to the Audit files. Those fields have to be added to the DCT and declared in the Definitions 2 Tab. If you left the fields empty in that Tab, you will get missing declarations like this:

 

PrimeAudit Routine !1

CLEAR()

CLEAR()

= 0

= 0

CLEAR()

= 0

= 0

AUD:Date = TODAY()

AUD:Time = CLOCK()

AUD:User = FRGLO:User

etc.