RevPrintField
Dan Friedman
dan at clearvisiontech.com
Thu Apr 3 13:14:01 EST 2003
Hello...
I am calling this script:
On mouseUp
put "" into tError
try
revShowPrintDialog true,true
revPrintField the long id of field "aField"
Catch
Answer error tError
End try
End mouseUp
In revolution (1.1.1 on windows), it works fine. However, in a standalone,
I get an error: 567,6,1,revShowPrintDialog (I included the printing library
in the standalone).
The only thing I can think of is that the stack that is calling this is not
the main stack, or a sub-stack of the main stack. It's a separate stack
file. Would that make a difference? If so, how do you get around it?
Thanks in advance!
Dan
More information about the use-livecode
mailing list