I have a Richtextbox where users can create their own Documents(Proposals,Invoices etc) with their logo and wording. They can insert placement markers into their documents to automate the filling of these documents that look like this: #date,#name,#address,#citystatezip,#jobaddress,#planlotnumber,#price
When creating their documents the document is scanned for these tags, when found they are replaced with values from textboxs. I cannot get the replacement text that is on same line to align properly. I have tried tabstops and other methods to no avail
I have had this problem
The text on the right side of the rtf will get pushed too far to the right depending on the length of the string on the left side. See attachment...
How can i correct this ?





Reply With Quote