Print Page | Close Window

Value from selected combo item

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=19925
Printed Date: 15 June 2025 at 12:31am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Value from selected combo item
Posted By: MetallDesign
Subject: Value from selected combo item
Date Posted: 07 July 2012 at 5:26am
Hello
How can i read the value of a selected combo item in the reportcontrol?

i use VB6 and SuitePro 13.2.1

Thanks



Replies:
Posted By: MetallDesign
Date Posted: 07 July 2012 at 6:15am
i'have got it

Private Sub wndReportControl_ValueChanged(ByVal Row As XtremeReportControl.IReportRow, ByVal Column As XtremeReportControl.IReportColumn, ByVal Item As XtremeReportControl.IReportRecordItem)
    ' Establish automatic correction of field values after it has been changed
   
    Debug.Print "Edit Completed: (" & Row.Index & ", " & Column.Caption & ")  item = " & Item.Caption

Thanks anyway



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