Jump to content

Help with printing


Tinygoldwing

Recommended Posts

I have a editor where a person changes a letter and clicks print.  Print saves the letter to a html file and then I call to print() which open the document for printing but it leave the window open.

  UniSession.AddJS('window.open("/Files/Docs/GiftLetters/GiftLetter'+inttostr(rptcnt)+'.html", "_blank", "scrollbars=yes,resizable=yes,width=900,height=700").print();');

So my question is can I open the print dialog box on the html code that's in my UniURLFrame  

Or maybe a way to print the same letter in a dialog box in my app?

image.thumb.png.c1f99853027d3df9a0d3e66965148653.png

Thanks,

Ed

image.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...