Help for automatically insert a text to the footer

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
Crowbar
Posts: 82
Joined: Wed Oct 11, 2006 8:54 pm
Location: Germany

Help for automatically insert a text to the footer

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I tried this code in the ActionTest demo, and the footer was updated...
Post Reply