Jeanne, you've solved it! I changed the script as you suggested and it works just fine 
now. Never would have thought to challenge the documentation. :)

Thanks for the solution!

joe.

> ----------
> From:         Jeanne A. E. DeVoto
> Sent:         Monday, June 23, 2003 00:56
> To:   Gardner, Joseph A
> Subject:      Re: Is "revShowPrintDialog" Working Yet?
> 
> At 10:51PM -0700 6/15/03, Gardner, Joseph A wrote:
> >on mouseUp
> >  if field "FileContents" is empty then exit to top
> >  revShowPrintDialog false, the hilite of button "PrintDialog"
> >  revPrintField ("field" && quote & "FileContents" & quote)
> >end mouseUp
> >
> >I'm not sure why the Print dialog box never comes up. The revPrintField
> >command works just fine, but I was trying to get the dialog to come up so
> >the users had a chance to change printers or settings if they wanted to.
> >Maybe it's a Windows thing?
> 
> Just to let you know, I took a look at this and I think it may be due to a
> glitch in the documentation - the parameters seem to be reversed. What
> happens if you switch the order?
> 
>   revShowPrintDialog the hilite of button "PrintDialog", false
> 
> --
> Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
> Runtime Revolution Limited - Software at the Speed of Thought
> http://www.runrev.com/
> 
> 
> 
> 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to