...how to edit memos in TCRDBGrid?

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GVCL
Posts: 17
Joined: Tue 09 Dec 2008 16:08

...how to edit memos in TCRDBGrid?

Post by GVCL » Tue 01 Mar 2011 18:29

Hi everybody,

I can not find how to edit memos in the grid. Also the example does not help. What have I to do to allow a memofield being edited in the grid?

Thank you for any hint!

D2009, TVirtualTable coming with IBDAC 3.50 as datasource

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 02 Mar 2011 11:48

Hello,

To edit Memo fields in TCRGrid, you should click on the field you want to edit, press the button with the ellipsis (on the right), then make necessary changes in the window that opened, and press the OK button. After this you should call the Post method in the dataset CRGrid is connected to.

GVCL
Posts: 17
Joined: Tue 09 Dec 2008 16:08

Post by GVCL » Wed 02 Mar 2011 14:14

Hello,

I defined a column with a memo field - but the promised button does not appear - so no klick possible. Is there anything I have to do in addition?

Thank you for a hint!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 02 Mar 2011 14:46

Hello,

Please send a complete small sample to alexp*devart*com, so that I am able to reproduce the problem.

Post Reply