![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have several files that ask for different printers (Filemaker Pro 5.5). I would like that for instance file a always uses printer a and file b always uses printer b, without the need for adjusting.. Is that possible? Till now Filemaker always takes in the print window that printer, last used. Thanks for comments. Pim Kool |
#3
| |||
| |||
|
|
You have 2 instructions in the scriptmaker menu : 'Print Setup' and 'Print'. One script will define to use printer a with file A, and another script will define to use printer b when dealing with file B. Remi-Noel "PK" <w.h.kool (AT) tnw (DOT) tudelft.nl> a écrit ... I have several files that ask for different printers (Filemaker Pro 5.5). I would like that for instance file a always uses printer a and file b always uses printer b, without the need for adjusting.. Is that possible? Till now Filemaker always takes in the print window that printer, last used. Thanks for comments. Pim Kool |
#4
| |||
| |||
|
|
Do these steps actually work in FMP5.5? They do not work in FMP7. They appear to work but as soon as you close the file the choice of printer disappears with it.. If anyone knows how to make this choice stick I would love to hear it. Remi-Noel Menegaux wrote: You have 2 instructions in the scriptmaker menu : 'Print Setup' and 'Print'. One script will define to use printer a with file A, and another script will define to use printer b when dealing with file B. Remi-Noel "PK" <w.h.kool (AT) tnw (DOT) tudelft.nl> a écrit ... I have several files that ask for different printers (Filemaker Pro 5.5). I would like that for instance file a always uses printer a and file b always uses printer b, without the need for adjusting.. Is that possible? Till now Filemaker always takes in the print window that printer, last used. Thanks for comments. Pim Kool -- Dan Using FMP7.03, WinXP SP2 |
#5
| |||
| |||
|
|
In FMP5 to 6, you setup by hand the proper printer by 'File' 'Print Setup', then you 'edit' your script AA, put the 2 lines 'Print Setup( )' and 'Print( )' with no option, then 'OK', then a new windows shows up and you click on 'Replace' on the 'Print' line. Then you 'edit' again your script AA, and you add the 'Restore Setup Options' in the 'Print Setup' line, then OK. Next time you'll run that script, it will remember your settings. There are quicker ways to do that but less easy to explain. Remi-Noel |
#6
| |||
| |||
|
|
In article <4303a463$0$20838$626a14ce (AT) news (DOT) free.fr>, rnmenegaux (AT) free (DOT) fr says... In FMP5 to 6, you setup by hand the proper printer by 'File' 'Print Setup', then you 'edit' your script AA, put the 2 lines 'Print Setup( )' and 'Print( )' with no option, then 'OK', then a new windows shows up and you click on 'Replace' on the 'Print' line. Then you 'edit' again your script AA, and you add the 'Restore Setup Options' in the 'Print Setup' line, then OK. Next time you'll run that script, it will remember your settings. There are quicker ways to do that but less easy to explain. Remi-Noel Uh... you sure? The print dialog boxes do remember the settings for the printer, but not the printer itself. They'll print to the default printer every time... at least in windows and OS 9. I haven't ever tried it on OS X. |
#7
| |||
| |||
|
|
rnmenegaux (AT) free (DOT) fr says... In FMP5 to 6, you setup by hand the proper printer by 'File' 'Print Setup', then you 'edit' your script AA, put the 2 lines 'Print Setup( )' and 'Print( )' with no option, then 'OK', then a new windows shows up and you click on 'Replace' on the 'Print' line. Then you 'edit' again your script AA, and you add the 'Restore Setup Options' in the Setup' line, then OK. Next time you'll run that script, it will remember your settings. There are quicker ways to do that but less easy to explain. Remi-Noel Uh... you sure? The print dialog boxes do remember the settings for the printer, but not the printer itself. They'll print to the default printer every time... at least in windows and OS 9. I haven't ever tried it on OS X. I was just about to say the same thing. FileMaker can NOT change printers (wihtout a plug-in or AppleScript) and doesn't remember the printer at all - the only thing it stores is the PAGE setup (ie, A4, landscape, etc.), not the actual PRINTER setup. BUT FileMaker can store the page setup for multiple printers within one script, so whichever printer is the current default one gets the appropriate page setup restored (assuming you stored a page setup for that printer) - a script can only store one page setup for each printer though. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#8
| |||
| |||
|
|
Yes, you are right : FMP does not retain the printer itself.... To make you forgive me, here is the addresses of several plugins that allow to change printer 'in the fly' : http://www.softtechsolution.com/change-my-printer/ cost $17.00 http://www.fmplugin.com/fmprinter.php cost $39.99 http://www.myfmbutler.com/fmbutler_c...k_id=222&-find cost $59 https://www.productive.cc/pci_cart/F...ID_No=24&-Find cost $59.95 Remi-Noel SNIP |
#9
| |||
| |||
|
|
Since my post yesterday I have done a bit of rummaging in the Windows Registry (I'm no help for Mac users I'm afraid). The following only applies to the machine on which Filemaker is running, but it will include Network printers attached to the machine and is just a suggestion. The Filemaker default printer is kept at the key "HKEY_CURRENT_USER\Software\FileMaker\FileMake r Pro\7.0\Preferences" under the Value "Printer" which is a string value "REG_SZ" on my machine this is currently set to "Colour Headers,winspool,Ne02:" which is my name for the printer "Colour Headers" with info on the driver. SNIP |
#10
| |||
| |||
|
|
Dan wrote: Since my post yesterday I have done a bit of rummaging in the Windows Registry (I'm no help for Mac users I'm afraid). The following only applies to the machine on which Filemaker is running, but it will include Network printers attached to the machine and is just a suggestion. The Filemaker default printer is kept at the key "HKEY_CURRENT_USER\Software\FileMaker\FileMake r Pro\7.0\Preferences" under the Value "Printer" which is a string value "REG_SZ" on my machine this is currently set to "Colour Headers,winspool,Ne02:" which is my name for the printer "Colour Headers" with info on the driver. SNIP Please ignore my comments about scripting changes in the Registration database. Although the scripting makes the changes; how and when FMP7 picks them up I have been unable to reliably ascertain. The method described is an unreliable method of changing the default printer and cannot be recommended. |
)![]() |
| Thread Tools | |
| Display Modes | |
| |