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
Foot note doubt
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 184
- Joined: Wed Jan 18, 2012 6:22 pm
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
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
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 184
- Joined: Wed Jan 18, 2012 6:22 pm
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.
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.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.