Click here to Skip to main content
16,022,667 members

Comments by RagSuchi (Top 12 by date)

RagSuchi 24-May-13 6:16am View    
Yes i want code
RagSuchi 9-Aug-12 7:14am View    
Hi,

myTaskCodes = FillTask_Combo(Label2.Text)

Dim arr As Object()
Dim objWSRCode As WsrTask
Dim cboWSRCode As DataGridViewComboBoxColumn

cboWSRCode = Me.DataGridView1.Columns("TaskName")
'cboWSRCode.Items.Add("Select")
cboWSRCode.ValueMember = "Value"
cboWSRCode.DisplayMember = "Description"

For i As Integer = 0 To myTaskCodes.Count - 1
arr = myTaskCodes(i)
objWSRCode = New WsrTask
objWSRCode.TaskValue = arr(0).ToString
cboWSRCode.Items.Add(objWSRCode.TaskValue)

Next
RagSuchi 6-Aug-12 5:04am View    
Deleted
Hi Joan Murt, Till now i have wrote the query group by employee...query works perfectly but i don't know how to bind that query into chart control. Based on the datewise search i need to show both worked and idle hours of every employee.
RagSuchi 1-Aug-12 2:49am View    
Hi Sandeep,
Thanks for your advice.
RagSuchi 23-Jul-12 1:46am View    
Hi Wes Aday,

Thanks for ur reponse...

Can you please give the sample parameterized queries in Access..