Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Value from selected combo item
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Value from selected combo item

 Post Reply Post Reply
Author
Message
MetallDesign View Drop Down
Groupie
Groupie
Avatar

Joined: 23 September 2008
Location: Switzerland
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote MetallDesign Quote  Post ReplyReply Direct Link To This Post Topic: Value from selected combo item
    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
Back to Top
MetallDesign View Drop Down
Groupie
Groupie
Avatar

Joined: 23 September 2008
Location: Switzerland
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote MetallDesign Quote  Post ReplyReply Direct Link To This Post 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
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.094 seconds.