I had to create a custom event handler in MOSS to calculate the remaining budget for a user, here is the code: using System; using System.Collections.Generic; using System.Text; using Microsoft.SharePoint; namespace MP.EventHandlers { public class EventHandler1 : SPItemEventReceiver { public override...