Mask edit style functionality in record item? |
Post Reply |
Author | |
cbamford
Newbie Joined: 21 November 2005 Location: United Kingdom Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 29 May 2008 at 10:00am |
I'm trying to implement a mask edit style control as a report item. I have overridden the OnChar in my derived class, I derived from CXTPReportRecordItemText into my new class but it doesn't seem to be hitting the OnChar. Is there an NM I need to handle or is there a more elegant way to do this ?
Thanks for any help with this. |
|
jpnascim
Groupie Joined: 17 November 2006 Location: Brazil Status: Offline Points: 12 |
Post Options
Thanks(0)
|
I know it is an old thread but I am having the same problem as you and I discovered that OnChar() message is only called when you are not in "edit mode" (in place edit) of a CXTPReportRecordItemText. If you navigate to a particular cell using arrow keys and then press any other key, OnChar is invoked.
Not sure if it helps after all these years but... Regards, João Pedro |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |