Re: print setup saves the printer




"Helpful Harry" <helpful_harry@xxxxxxxxxxxxxxxx> wrote in message
news:251120050858341896%helpful_harry@xxxxxxxxxxxxxxxxxxx
> In article <dm4955$jph$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, "C"
> <c@xxxxxxxxxxxxxxx> wrote:
>
>> Hi all
>>
>> i have just upgraded my solution to 8 and i am having a few teething
>> probs
>> with the printing.
>>
>> it seems that the 'print setup' and 'print' in the srcipts not only
>> saves
>> the orientation and size of the page, which is fine (as expected), but it
>> also saves the printer which is being used. in six it just used the
>> default
>> printer
>>
>> is this normal behaviour and do i have to make a setup script for each
>> printer. and also what happens once it is used on a different machine
>> that
>> does not have that printer installed
>>
>> the joys of upgrading
>
> The Print Setup command has ALWAYS been printer specific and worked
> that way.
>
> For example, when using a Mac with an Epson printer you set the Page
> Setup [Restore] command by setting the Page Setup to A4 landscape. BUT
> if you use the database on another computer with a different printer
> (or in some case the same printer) the Page Setup command reverts to
> that printers defaults - it's only on a Mac with the same Epson that
> you'll get the A4 landscape page.
>
> This means you HAVE to set or reset the stored Page Setup information
> using the same computer type (Windows or Mac), the same operating
> system (Mac OS 9, Mac OS X, Windows 200, etc.) and the same printer
> software. Doing this is of course impossible on something like a
> shareware solution that will be run on unkonw computer configurations,
> so you're best to stick to the default setting of US Letter portrait.
>
> Using the Page Setup [Restore] command a script can store the Page
> Setup information for multiple printers, but only ONE setting for any
> particular printer, ie. the same script / command can store A4
> landscape for an HP2200 and A4 landscape for an Epson Photo 700. It
> can't store A4 landscape and A4 portrait for the Epson within the same
> script - for that you need two scripts with the Page Setup [Restore]
> command storing the appropriate sizes.
>
> To store multiple Page Setups, you ...
>
> - create a script including a Page Setup [Restore] command
>
> - close the script
>
> - A: choose a printer in your operating system's Printer settings
>
> - choose the Page Setup command from the file menu and change
> the settings
>
> - open the script, close the script and choose to replace the
> Page Setup information
>
> - go back to step A and choose another printer
>
>
>
> Helpful Harry
> Hopefully helping harassed humans happily handle handiwork hardships ;o)



hi harry

i am now working in eight and it seems this no longer works

it seems to save the exact printer and printer settings

which means even if a users has a different printer selected eg pdfprinter
it will still print to the printer in in the script (my lexmark)

i have tried saving multiple settings like in six but i just saves it as the
last printer

i have even set all of the print scripts to not restore settings

i think i have found away around this if i know all the printers in the
office

but when we send out a runtime to the clients it not going to be easy

my script

set variable curr_printer = get (printer name)
if curr_printer = "lexmark"
print (setup saved as lexmark)
elseif curr_printer = "pdf"
print(setup saved as pdf printer)
elseif curr_printer = "another printer"
print()
endif

but the i am not sure what will happen if they dont have any of those
printers installed

have filemaker published any thing on the changes in eight on the printing
front


Cheers

C



.



Relevant Pages

  • Re: Power Management GPO?
    ... I turned hibernate on, then waited for the schedule and it worked, so SYSTEM does have the ability to change power settings. ... So, long story short, I am guessing you could create a startup script that creates the scheduled task to run a second script that sets the power configuration. ... Run powercfg from the command line with a /? ...
    (microsoft.public.windows.group_policy)
  • Re: printer setup through a script
    ... Is it somehow possible to change the printer setup with a script - e.g. ... Page Setup [Restore, No Window] ... to keep the original stored settings or replace them with the new ones (the ...
    (comp.databases.filemaker)
  • Re: Power Management GPO?
    ... Run powercfg from the command line with a /? ... It is very important that it be on a line on its own in the script. ... If you simply want to set the settings once, write a script that makes the changes and the drops in a registry flag to indicate the state so that it doesn't keep running all the time. ...
    (microsoft.public.windows.group_policy)
  • Re: print setup saves the printer
    ... > it seems that the 'print setup' and 'print' in the srcipts not only saves ... Setup command by setting the Page Setup to A4 landscape. ... Using the Page Setup [Restore] command a script can store the Page ...
    (comp.databases.filemaker)
  • Re: Power Management GPO?
    ... I have been working this afternoon on a script for just this purpose. ... A normal user can't change the power settings so a logon script like this ... Run powercfg from the command line with a /? ...
    (microsoft.public.windows.group_policy)