Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 1/15/2010 12:00 PM
Here’s the code needed to bind a Janus Multicolumn Dropdown
Me.ddlReasonJobLost.DisplayMember = "REASONJOBLOST"
Me.ddlReasonJobLost.ValueMember = "REASONJOBLOST"
Me.ddlReasonJobLost.DataSource = _
dynData.SPs.FP_PTReasonJobLost_SEL(AppUser.database).getTable
0 comment(s) so far...