Hi
Thanks in Advace.
In VFP9 we can use the followings and How to do it with vb.net?
COUNT FOR(wk_code='Inj ') TO abcd5
CALCULATE SUM(total_hr) FOR (emp_id=epidi1) TO tot1
CALCULATE MAX(en_date) FOR((emp_id=epidi1) TO etydt
--------------------------------------------
In Vb.Net
Dim dbnd1 As New BindingSource
dbnd1.DataSource = DTB4 'Datatable for SEC-ID's
Thanking By
Mahey
Thanks in Advace.
In VFP9 we can use the followings and How to do it with vb.net?
COUNT FOR(wk_code='Inj ') TO abcd5
CALCULATE SUM(total_hr) FOR (emp_id=epidi1) TO tot1
CALCULATE MAX(en_date) FOR((emp_id=epidi1) TO etydt
--------------------------------------------
In Vb.Net
Dim dbnd1 As New BindingSource
dbnd1.DataSource = DTB4 'Datatable for SEC-ID's
Thanking By
Mahey