Hi,

Because of got/lost focus event firing order, data field validation goes 
into infinite loop.
I have two controls, ctl1 and ctl2, bound to bizobj, with field 
validation turned on.
When I change focus, e.g. from ctl1 to ctl2 and both validations fails, 
events goes into loop.
Assuming that initial control with focus is ctl1, there is the following 
event order:
     ctl2.LostFocus
     ctl1.LostFocus
     ctl2.GotFocus
     ctl2.LostFocus
     ctl1.GotFocus
     and so on.

I think, that at first glance, there should be some king of mechanism,
that prevents control from loosing focus if control hasn't it.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to