Hi,
In a form, my users paste in a Rich Text Item some data from other sources (mail, word, etc). This form is then sent by email by a button with a lotusscript code. Sometimes, there’s break page in this data and i need to remove it when i send the mail but i didn’t find how to do it.
Is it possible and if yes, how ?
Subject: Removing page break in a RTI
To remove a page break when editing a document:
-
Move your cursor just below where the page break appears.
-
Select ‘Create → Page Break’ from the menu.
-
The page break will be removed.
Alex
Subject: RE: Removing page break in a RTI
Thanx for the answer, but i need to remove it with my lotuscript code because the problem is that if there’s a break page in the text, when the mail is sent, i don’t know why, the receiver of the mail will have lots of break page in the text, a 2 page text will tranform in a 5, 6 or sometime 10 pages text when printed
Subject: RE: Removing page break in a RTI
I have the same problem. Many others have reported the issue but there are no answers.
How can we remove page breaks programmatically via backend lotusscript?
Thank you.