|
|
The New PrintSetup plugin allows FM version 7 through 9 (ENGLISH VERSION, WINDOWS ONLY) to choose from various
printers local and networked,
source tray, orientation, paper size, current record or records being browsed.
Add local or networked printers to your solution
without
changing your print setup or properties in your scripts !
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
PrintSetup Plugin External Commands External ( "Print-SelectPrinter"; "" ) This command will bring up a dialog box with all available printers, local and networked.
External( "Print-RegisterPlugin"; parameter ) Used to register the plugin
External ( "Print-SetOrientation"; parameter ) Portrait or Landscape
External ( "Print-SetPaperSize"; parameter ) Set to any paper size available to the printer choosen in the "Print-SelectPrinter" external function
External ( "Print-SetPaperSource"; parameter ) Choose the source ie: Auto select, Tray 1, Tray 2 , Manual feed, Envelope, etc...
External ( "Print-SetPrinter"; parameter ) Set printer to be used in this print job.
External ( "Print-StartPrint"; parameter_1 | parameter_2)
Use this final command to print from filemaker with the selections made above. The first parameter is either current record or records being browsed, the second parameter is either a 1 for perform with dialog or "" perform without dialog. |