Combo button |
Post Reply |
Author | |
vernonr
Newbie Joined: 08 May 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 08 May 2006 at 12:18pm |
How can I force the XTPReportRecordItems to show all the combo box dropdown buttons in a control having many rows ? Thanks |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
It was already discussed there, try searching by keywords "constraint" and "combo". for example: http://forum.codejock.com/forum_posts.asp?TID=3525 -- WBR, Serge |
|
vernonr
Newbie Joined: 08 May 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
I have seen those threads..but, I must be missing something.... Suppose I have ten rows and each row has a combo box ( so 10 combo boxes ) . How can I force the buttons to be shown for all ten rows AT THE SAME TIME. I want to show the user that the items shown are part of a list... Thanks
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Ok, now I see what you need.
Actually, there is the only way to do so. As far as in standard behavior combo box is created and shown only when user clicked a button, you'll have to override standard behavior. You'll need to create a descendant of standard Record Item, and override its Drawing methods. There you can implement drawing showing a kind of a combo box in each item. -- WBR, Serge |
|
vernonr
Newbie Joined: 08 May 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thanks Serge - I'll investigate this....
|
|
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 |