Print Method

Applies To   See Also

Prints a character string on a form.

Syntax

[FormSet.] Object.Print [(cText)]

Arguments

cText

Specifies the character string to print. If you omit cText, a blank line is printed.

cText is printed on the form starting at the position specified by the CurrentX and CurrentY properties. When a carriage return is included, CurrentX is increased by the width of cText (same as the value returned by TextWidth) and CurrentY remains unchanged.

When the Print method is finished, the CurrentX and CurrentY properties are set to the point immediately after the last character printed.