![]() |
prolem in combobutton |
Post Reply
|
| Author | |
mostyam
Newbie
Joined: 09 November 2008 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Topic: prolem in combobuttonPosted: 11 August 2009 at 1:48pm |
|
hi ,all
i added combo button to wndreport , and add it's items but in run mode the item i selected don't visible in the cell what i can to do |
|
![]() |
|
mostyam
Newbie
Joined: 09 November 2008 Status: Offline Points: 8 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 August 2009 at 1:17pm |
|
thank.s solved
Private Sub wndReportControl_ValueChanged(ByVal sender As Object, ByVal e As AxXtremeReportControl._DReportControlEvents_ValueChangedEvent) Handles wndReportControl.ValueChanged e.item.Caption = e.item.Value End Sub |
|
![]() |
|
mdoubson
Senior Member
Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 August 2009 at 6:47pm |
|
New flag added to ReportControl OCX - ReportCtrl.TrapTabKey = True (default - False)
With this flag set in the case of ReportCtrl.AllowEdit = True and ReportCtrl.EditOnClick = True
click immedately open combo or start edit editbox BUT TAB key press just make next item selection without BeginEdit call so app can trap this move and do smth.
|
|
![]() |
|
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 |