Value from selected combo item |
Post Reply |
Author | |
MetallDesign
Groupie Joined: 23 September 2008 Location: Switzerland Status: Offline Points: 16 |
Post Options
Thanks(0)
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 |
|
MetallDesign
Groupie Joined: 23 September 2008 Location: Switzerland Status: Offline Points: 16 |
Post Options
Thanks(0)
|
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 |
|
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 |