Printing Question
Mark Brownell
gizmotron at earthlink.net
Wed Feb 4 16:04:51 EST 2004
On Wednesday, Roger.E.Eller at sealedair.com wrote:
> I'm a REALbasic user considering switching to revolution. Is printing
> as
> difficult in revolution as it is in REALbasic? Can someone give me
> more
> info.
>
> Jeff
Here is what I use for Page Setup & Print in the File menu:
case "Page Setup"
answer printer
break
case "Print"
-- this prints an html version of the field "maintext"
-- put the HTMLText of field "maintext" into field "myHTMLKeeper"
put the text of field "myHTMLKeeper" into collectedFields
revShowPrintDialog false, true
revPrintText collectedFields
break
Mark
More information about the use-livecode
mailing list