Page 1 of 1

Help for automatically insert a text to the footer

Posted: Thu Dec 03, 2009 1:15 pm
by Crowbar
Hi,

how do I automatically by my program insert a text to the footer?

With

Code: Select all

...
SRichViewEdit.RVFooter.InsertTextW ( 'Hello, this is my automatic text to the footer');
...
the footer remains empty.
What am I doing wrong?

I use the trialversion SRV Version 3.

Best regards

Posted: Thu Dec 03, 2009 1:49 pm
by Sergey Tkachenko
I tried this code in the ActionTest demo, and the footer was updated...