 |
ALPHA-VISION® Misc Actions: Usr_PrintLine
|
Usr_PrintLine
SUMMARY
Usr_PrintLine
SYNTAX
Usr_PrintLine (
<Printer>,
<Entry-DisplayID>,
<Print Old Entries>)
ARGUMENTS
- Printer
-
Printer Name
- Entry-DisplayID
-
Layout to use
- Print Old Entries
-
0 = Already printed lines are ignored
1 = Prints all
DESCRIPTION
Continuous printout for the defined printer in page mode.
EXAMPLES
Usr_PrintLine(Laser,Form,0)
Printer "Laser" prints when the layout "Form" is filled.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times