PRINT

This statement will PRINT the current form. (Note:  abcDB™ 'Printing' versions only!)

PRINT(value)

PARAMETERS

value

1 = Prints CURRENT form only
2 = Brings up dialog box allowing user to choose which records to print

To print the current record only:

PRINT(1)

To allow the user to select which records to print:

PRINT(2)