mick_m
13th August 2002, 15:50
I have an entry session where the user is updating a single field in a table. I have included the code below attempting to have the session automatically go to the next set of records after the last field is keyed on the form. It does advance to the next set but the second record's field is highlighted for input instead of the first records. Can anyone help? Thanks.
field.tdinv903.qty
after.input:
if actual.occ = fattr.occurnr then
execute(next.set)
endif
field.tdinv903.qty
after.input:
if actual.occ = fattr.occurnr then
execute(next.set)
endif