K
Karen
Hi,
We migrated an old VB6 app to .NET. It's an order entry application,
and whenever a control loses focus we call a function to recalcuate
the totals. This works fine, but the same function is called from
within nearly 100 controls!.
Does anyone know how to do this at the form level in .NET..
psuedo-code
if control type textbox (listbox, checkbox)...etc loses focus. then
call function
end if
Thanks,
Karen
We migrated an old VB6 app to .NET. It's an order entry application,
and whenever a control loses focus we call a function to recalcuate
the totals. This works fine, but the same function is called from
within nearly 100 controls!.
Does anyone know how to do this at the form level in .NET..
psuedo-code
if control type textbox (listbox, checkbox)...etc loses focus. then
call function
end if
Thanks,
Karen