Search found 6 matches

by kabal
Tue Sep 30, 2008 3:25 pm
Forum: Support
Topic: adding a linebreak/carriage return after calling InsertText
Replies: 2
Views: 9063

thanks sergey, just discovered that would work about 5 minutes after making the post, obviously I didnt read the help properly :oops: :)

thanks for the prompt reply
by kabal
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
by kabal
Thu Sep 04, 2008 10:45 am
Forum: Support
Topic: How to always search from start of document
Replies: 2
Views: 7954

that sergey, that works perfectly
by kabal
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
by kabal
Tue Sep 02, 2008 4:17 pm
Forum: Support
Topic: Getting Text from RVF loaded non-visually
Replies: 2
Views: 9062

I got this working using a dummy form that I create but never show.

still interested to know about search with regex though :)
by kabal
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 ...