How to modify the combobutton in Report Control |
Post Reply |
Author | |||
cmaxmedia
Groupie Joined: 22 April 2006 Location: Austria Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 20 June 2006 at 4:59am |
||
Hi @ll, How can i modify the Dropdown list in the report control? i'm searching for the following features:
1) Autocomplete
2) Tag Property for the items. I don't wanna use a external var like
3) Button should be displayed by focus the Recorditem not at doubleclick the Recorditem as default
At the moment i'm using this code:
a prefered solution would be
Is this possible? if not, does anyone have an acceptable workaround?
kind regards
Eder Markus
ps: sorry for my english
|
|||
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
||
Hi Eder,
1) Standard Report control's behavior doesn't includes autocomplete for now. But you can customize it by using _InplaceButtonDown handler. Please look ReportSample / TaskList sample / column DueDate editing. As you can see, it calls whether Show_XTPDatePicker or Show_MFCDatePicker depending on registered components. If you do have any combobox with advanced autocomplete functionality, just call it there. 2) Not available now, will add for future versions. Currently only as you described. 3) You can handle _DrawItem event and draw a custom button for every required item. -- WBR, Serge |
|||
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 |