Hi Joe,

Just checking, but are you sure there really is a checkbox or radiobutton called "PrintDialog" and that it is hilited? You couldn't have two buttons with the same name, could you? Perhaps you should put in a test line to "answer" the hilite of the "PrintDialog" button to check that it really is reading the correct setting.
Is the field printing even when it doesn't show the dialog, or does the whole script fail for some reason?


Cheers,
Sarah
[EMAIL PROTECTED]
http://www.troz.net/Rev/

On Monday, June 16, 2003, at 04:07 pm, Gardner, Joseph A wrote:

Thanks for the reply Sarah. The script I'm using is as follows:

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?

I may try the "answer printer" option if this doesn't work out...

joe.


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to