Printing problems
Posted: Thu Oct 04, 2007 3:12 am
Hi,
My name is songe. This is my first post. How are you doing?
I have a question. I'm currently transferring some old hypercard stacks into RunRev. For whatever reason though, the below handler gets to the "open printing" line and then the entire app stops working. If I push the cancel button that appears, the dialog will say "Cancelling" but actually never cancels. I end up having to quit the software and then restaring it to get back to work. Of course, nothing actually gets printed.
When I comment out everything but the revprintfield statement, it will print. I'd rather keep it to the original design though.
Any ideas?
----------
-- 9-27-2007
--
-- Done!
----------
on PRINTSOMETHING reader
put reader into cd fld "printField" of cd 1 of window "Things to Do"
open printing
revPrintField(the name of cd field "printField" of window "Things to Do")
revshowprintdialog false,false
close printing
end printsomething
My name is songe. This is my first post. How are you doing?
I have a question. I'm currently transferring some old hypercard stacks into RunRev. For whatever reason though, the below handler gets to the "open printing" line and then the entire app stops working. If I push the cancel button that appears, the dialog will say "Cancelling" but actually never cancels. I end up having to quit the software and then restaring it to get back to work. Of course, nothing actually gets printed.
When I comment out everything but the revprintfield statement, it will print. I'd rather keep it to the original design though.
Any ideas?
----------
-- 9-27-2007
--
-- Done!
----------
on PRINTSOMETHING reader
put reader into cd fld "printField" of cd 1 of window "Things to Do"
open printing
revPrintField(the name of cd field "printField" of window "Things to Do")
revshowprintdialog false,false
close printing
end printsomething