Search found 5 matches

by pfsarli
Mon Jul 17, 2006 2:33 pm
Forum: Support
Topic: Inserting paragraphs on the fly
Replies: 9
Views: 24239

Yes, you are right (of course). So my question should be: where is the best place (event) to place code that analyzes the final layout of text on the RICHVIEW control so as to make these adjustments? Another question: how can I trigger a refresh of the current contents of the field to which my ...
by pfsarli
Mon Jul 17, 2006 2:29 am
Forum: Support
Topic: Inserting paragraphs on the fly
Replies: 9
Views: 24239

Sergey: I downloaded your example and tested the code in my application. Your code works like a clock, but I still have one problem to solve. How can I determine the item´s line number, along with the next line´s line number? If the parênthesis is the last char on the current line, then and only th ...
by pfsarli
Fri Jul 14, 2006 12:52 pm
Forum: Support
Topic: Inserting paragraphs on the fly
Replies: 9
Views: 24239

Sergey:
I will need those examples of yours using the undocumented methods because, try as hard as I did, I couldn´t get the parenthesis trick to work...

Paulo
by pfsarli
Thu Jul 13, 2006 1:02 pm
Forum: Support
Topic: Inserting paragraphs on the fly
Replies: 9
Views: 24239

Sergey: Thank you very much for your prompt reply. The processing that I wish to perform on the document is for display purposes only, the source (in the database) must remain intact. Since we´re at it, there is another fix that I wish to perform on the document. Depending on the text to be ...
by pfsarli
Thu Jul 13, 2006 2:35 am
Forum: Support
Topic: Inserting paragraphs on the fly
Replies: 9
Views: 24239

Inserting paragraphs on the fly

I wish to process the contents of a DBRichView component and, depending on a flag, substitute certain text markers for new paragraphs while the document is being loaded. I am trying to do this in the OnItemAction event handler. I´m not sure if this is the best place to do so, and to be honest, ...