Foxpro 2.6 DOS, Win98, Novell 4.11 is our setup.
I mark records with a "P" when an invoice is printed and the full invoice does get printed. The problem is that the only record that gets marked as printed is the first record.
This only happens once in a while which makes this confusing.
The following is the code that takes care of this.
REPORT FORM ORDERS TO PRINTER FOR print_val()
FUNCTION print_val
REPLACE rtorders.code with "P"
RETURN .T.
I mark records with a "P" when an invoice is printed and the full invoice does get printed. The problem is that the only record that gets marked as printed is the first record.
This only happens once in a while which makes this confusing.
The following is the code that takes care of this.
REPORT FORM ORDERS TO PRINTER FOR print_val()
FUNCTION print_val
REPLACE rtorders.code with "P"
RETURN .T.