Print Page | Close Window

prolem in combobutton

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=14950
Printed Date: 15 November 2024 at 3:55am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: prolem in combobutton
Posted By: mostyam
Subject: prolem in combobutton
Date 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



Replies:
Posted By: mostyam
Date 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


Posted By: mdoubson
Date 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.


-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net