Controls whether a form object
is included when the form is printed.
SyntaxReference_Syntax.relevant = "+print | -print"
Values
Type
|
Values
|
String
|
+print | print (default
for visible objects)
Forces a particular object to appear when the form is printed, regardless of the object'spresenceproperty setting.
-print (default for invisible or hidden
objects)
Forces an object not to appear when the form is printed, regardless of the object'spresenceproperty setting.
|
JavaScriptButton1.relevant = "-print";
FormCalcButton1.relevant = "-print"
|
|
|