thanks sergey, just discovered that would work about 5 minutes after making the post, obviously I didnt read the help properly
thanks for the prompt reply
Search found 6 matches
- Tue Sep 30, 2008 3:25 pm
- Forum: Support
- Topic: adding a linebreak/carriage return after calling InsertText
- Replies: 2
- Views: 9063
- Tue Sep 30, 2008 3:09 pm
- Forum: Support
- Topic: adding a linebreak/carriage return after calling InsertText
- Replies: 2
- Views: 9063
adding a linebreak/carriage return after calling InsertText
Hi there
I am adding strings at runtime to a TRichViewEdit using InsertText.
I have looked through the help, and tried searching this forum, but have come up with no solution to insert a line break /CRFL or 2 after the text has been entered.
How can do accomplish this?
Thanks in advance
I am adding strings at runtime to a TRichViewEdit using InsertText.
I have looked through the help, and tried searching this forum, but have come up with no solution to insert a line break /CRFL or 2 after the text has been entered.
How can do accomplish this?
Thanks in advance
- Thu Sep 04, 2008 10:45 am
- Forum: Support
- Topic: How to always search from start of document
- Replies: 2
- Views: 7954
- Tue Sep 02, 2008 5:08 pm
- Forum: Support
- Topic: How to always search from start of document
- Replies: 2
- Views: 7954
How to always search from start of document
I am doing a lot of document searching, and need to always start at the top.
I assume it is safe to call
TRichEdit.RVData.SearchText instead of TRichEdit.SearchText, so I can specifiy the FromStart param??
Thanks in advance
I assume it is safe to call
TRichEdit.RVData.SearchText instead of TRichEdit.SearchText, so I can specifiy the FromStart param??
Thanks in advance
- Tue Sep 02, 2008 4:17 pm
- Forum: Support
- Topic: Getting Text from RVF loaded non-visually
- Replies: 2
- Views: 9062
- Tue Sep 02, 2008 3:31 pm
- Forum: Support
- Topic: Getting Text from RVF loaded non-visually
- Replies: 2
- Views: 9062
Getting Text from RVF loaded non-visually
In our app there is a section where users can define there own "templates" for emails that are sent throughout the system. Users can add predefined tags to the document, and then the RVF is saved to a stream which is stored in a blob in the db. eg // This is a template and <% THIS.IS.A.TAG %> to be ...