November 29, 200421 yr I'm not sure I'm understanding the logic of the allow printing switch and available menu commands in the edit privelege set window. I want to be able to print documents, but maintain limited access to other menu commands. I have a script pausing in preview mode to allow printing. I've tried running this script with full access priveleges and the minimum available menu commands is still involked. The privelege set has allow printing checked and minimum for menu commands. The only way I can get printing to show up is to change available menu commands to all. Is there a way via the privelege set to allow printing, I can do it via script and dialog, but I don't understand why the full access switch does not allow use of the menu commands
January 26, 200520 yr Newbies Hi! I was looking for the same solution. It looks like something is broken (or just dumb). I use a single print script for all of my printing, I pause the script to allow the user to page setup and print. Continue returns to the main program. Since you can't trap for cancel here, I turn 'Allow User Abort off'. Looking at the menus in this state I see that not much else is available even in full access mode, so, my solution is to use re-login to login as a user with better perms before pausing and switch back afterward. It's ugly but it works. -John
Create an account or sign in to comment