I was wondering if there was a way to have an event that happens when the contents of a field are changed? The reason would be that some fields might be calculated. Obviously it could be done in the ASP code, but it would be cleaner if it was an event in ASPRunner. For example:
Lets say I have a table that has an invoice number, an item number, a quantity and a unit price. InvNum, ItemNum, Quantity, UnitPrice. I could easily add in the SQL Quantity * UnitPrice as Price and the extra field is visible. But on an edit or add screen I would like to have the field recalc on a change either UnitPrice or Quantity. So what I need is ASP code that fires as soon as a person moves to another field. Easy ... But it would be nice to have an ASPRunner Event I could use. (assuming it doesn't already have one and I'm being incredabily thick LOL)
BTW ... is their the conept of a hidden field? I can pick the field for the screen but its not visible? (useful for calculations)
BTW ... very easy to use product!!!