working with footnote and editfootnote

General TRichView support forum. Please post your questions here
Post Reply
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

working with footnote and editfootnote

Post by alexandreq »

Hello Sergey,

I have a small project where I have three buttons, one for srvActionInsertFootnote1 another for srvActionEditNote1 and the last for srvActionEditMain1.

When I insert a footnote, it works perfectly. When I click the EditMain, it returns to my text without any problem, but when I need to reedit my note and I click the action EditNote, It open the footnote but it doesn't allow me to edit it. It seems that the text in footnote is readonly.

Why?

Thanks
Alexandre
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Just a comment

I noticed that not always happens.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Can you give me step-by-step instructions how to reproduce this?
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Hi Sergey,

I noticed that when I have a footnote and my cursor is on it this option srvActionEditNote1 becomes on. Then if I click on srvActionEditNote1, it goes to footnote. it is ok so far.

If I try to write the footnote, I can't. I can only write if my table is in state dsEdit or dsInsert.

My question:

When I click on the actionEditNote, shouldn't it goes to footnote allowing me to write?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This is a bug in TDBSRichViewEdit: a footnote/endnote editor cannot change the dataset to dsEdit state. It will be fixed in the next update (planned for tomorrow)
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Ok, Sergey.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

A fixed version is uploaded.
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Hello Sergey,

I download the updated:

* TRichView 13.10
* RichViewActions 3.6

I updated my code and I still have the same problem.

When I click on my button that has srvActionEditNote1, it goes to footnote but doesn't change the table state to dsEdit.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You need to download and install ScaleRichView 4.6 as well.
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Ok, I am gonna do that.

Just one think,

The installation is trial, is it? is that the right download?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

No. You have access to the protected ScaleRichView forum (it should be the last forum in the list). You can find the source code version here.

Or you can run ScaleRichView installer, it will check for new versions and download them if necessary.
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Yeah, I had made a mistake.

I downloaded the correct file

Thanks very much Sergey

It is ok now :)) I have tested.
Post Reply