PRINT |
This statement will PRINT the current form.
(Note: abcDB™ 'Printing' versions only!) PRINT(value) PARAMETERS
value 1 = Prints CURRENT form only To
print the current record only: PRINT(1) To
allow the user to select which records to print: PRINT(2) |