i have a bunch of databound controls on my form. and i have a modifiedbytextb ox also. if a user changes anything in the record,
modifiedbytextb ox.text = s_username.
which control & event can i place that code?
i tried placing it in...
bindingsource_c urrentchanged --> nope
bindingsource_c urrentitemchang ed --> nope
bindingsource_l istchanged --> nope
modifiedbytextb ox.text = s_username.
which control & event can i place that code?
i tried placing it in...
bindingsource_c urrentchanged --> nope
bindingsource_c urrentitemchang ed --> nope
bindingsource_l istchanged --> nope
Comment