Search

You searched for the word(s): userid:876845

Matching Posts

  • Re: Unable to Edit or Delete Category in TimeTracker

    I did but this was in VB not in C# I did take a look at the other link you provided. Thou it was in VB it gave me a understanding of what to fix for some bugs. I was just wondering if there was a copy or if you had an individual copy of a C# version. If you do it would be appreciated. Thanks for the follow up I do appreciate that. Could I also talk to you about other issues I may have in the future. Thank you in advance Dwight DePass
    Posted to Time Tracker Starter Kit (Forum) by dwightd on 6/25/2009
  • Re: Unable to Edit or Delete Category in TimeTracker

    Do you have a version that has all of the fixed bugs in C# please? It looks like the forum only supports VB. Would appreciate your help. Please thanks you in advance Dwight DePass
    Posted to Time Tracker Starter Kit (Forum) by dwightd on 6/23/2009
  • Re: Unable to Edit or Delete Category in TimeTracker

    Change one of the contructors as shown below from projectId to ID (The middle one) Then over load the Update Category as shown below the previously stated: With the following: Category .GetCategoryByCategoryId(Id) Category .GetCategoryByCategoryId(original_Id); public static bool UpdateCategory( string Abbreviation, int original_Id, decimal EstimateDuration, string Name /*, int id*/ ) public static bool UpdateCategory( string Abbreviation, decimal EstimateDuration, string Name, int Id) Do the same
    Posted to Time Tracker Starter Kit (Forum) by dwightd on 6/22/2009
Page 1 of 1 (3 items)
Microsoft Communities