I
Itay
Hi
How can I update any information in a selected row in a TimeSheet???
the code to "bring" my DataSet is:
--------------------------------------
Guid myUid = Resources.GetCurrentUserUid();
DateTime startDate = new DateTime(2006, 01, 27);
DateTime finishDate = new DateTime(2007, 12, 1);
int select = Convert.ToInt32(
PSLibrary.TimesheetEnum.ListSelect.CreatedByMe
| PSLibrary.TimesheetEnum.ListSelect.InProgress);
DataSet dsGeneralTimeSheet = TimeSheet.ReadTimesheetList(myUid,
startDate, finishDate, select);
Thanks
Itay
How can I update any information in a selected row in a TimeSheet???
the code to "bring" my DataSet is:
--------------------------------------
Guid myUid = Resources.GetCurrentUserUid();
DateTime startDate = new DateTime(2006, 01, 27);
DateTime finishDate = new DateTime(2007, 12, 1);
int select = Convert.ToInt32(
PSLibrary.TimesheetEnum.ListSelect.CreatedByMe
| PSLibrary.TimesheetEnum.ListSelect.InProgress);
DataSet dsGeneralTimeSheet = TimeSheet.ReadTimesheetList(myUid,
startDate, finishDate, select);
Thanks
Itay