On Wednesday, [EMAIL PROTECTED] 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


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

Reply via email to