Page 1 of 1
Foot note doubt
Posted: Fri Feb 03, 2012 11:43 am
by alexandreq
Hello,
I have a DBSRichViewEdit1 linked to a field from my table where I write my text, for a footnote must I have a DBSRichViewEdit1 or SRichViewEdit1?
thanks
Alex
Posted: Sat Feb 04, 2012 5:09 pm
by Sergey Tkachenko
Both TSRichViewEdit and TDBSRichViewEdit allow editing footnotes directly in the main window, you do not need additional components.
Posted: Tue Feb 07, 2012 1:43 pm
by alexandreq
Ok, I understood that both work with FootNote.
But If I have my Editor with a DBSRich, should I have a footNote as a DBSRich too?
That is my doubt. Because in my application now I am Using a DBSRich for my editor and a RichView for FootNote and When I insert a footnote, a number is placed correctly in my DBSRich, and the table state changed to dsedit but the things that I write in my RichView (footnote) isn't recorded into my database.
For the example, I used your example note
Could you give me help how to record the changes into my table when I write in the footnote??
thanks
Posted: Wed Feb 08, 2012 6:07 pm
by Sergey Tkachenko
Sorry, do you use TSRichViewEdit or TRichViewEdit?
TSRichViewEdit (from ScaleRichView) does not need need any external editor for footnotes.
Posted: Wed Feb 08, 2012 6:55 pm
by alexandreq
I use TDBSRichViewEdit.
Take a look at my code example what I did:
www.infosoftlanguages.com/arquivos/code01.zip
I supposed that I am working wrong with your component, I need your help.
Posted: Thu Feb 09, 2012 8:16 pm
by Sergey Tkachenko
I can see you use an old version of ScaleRichView.
May be so old that it does not support footnotes/endnotes, or at least does not allow editing them.
In the latest version of ScaleRichView, you do not need any code or external editor for footnotes: they are edited directly in TSRichViewEdit window.
I recommend to upgrade your version of ScaleRichView.