Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - prolem in combobutton
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

prolem in combobutton

 Post Reply Post Reply
Author
Message
mostyam View Drop Down
Newbie
Newbie


Joined: 09 November 2008
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote mostyam Quote  Post ReplyReply Direct Link To This Post Topic: prolem in combobutton
    Posted: 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
Back to Top
mostyam View Drop Down
Newbie
Newbie


Joined: 09 November 2008
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote mostyam Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.202 seconds.