Depending on what you are actually wanting:
PRNSETUP command will bring up the standard windows printer driver screen and one can select any available printer and thus it's options.
If you do not want the user to be able to change the printer, but possibly some
restricted options, you could create a table that holds option settings you that want to be available, create a choose dialog box or something similar and then
issue PRNSETUP 'PrinterName' Copy &vcopy Quality &vqual , where the variables are filled in by a choose command, dialog or form. The only problem with this is that not all printers have the same options, so hard coding options may not be the best idea.
-------------- Original message --------------
> Hi
>
> Is there an easy way for the user to pick different printer options?
>
> Thanks
> Marc
>
