Subject Re[2]: [IBO] Re: Recursive call of TIB_LookupCombo.OnChange
Author Gabriel Juncu
Hi Calin,

The same would happen if I could assign field values directly in OnChange event of
the LookupCombo. This is the intended behaviour. And your solution no. 1
works the same.
If I don't want this behaviour, I could assign values in the OnExit event of the
LookupCombo (and without any of these problems, I think).

Best regards,
Gabriel

Thursday, March 28, 2002, 6:45:04 PM, Pirtea wrote:

>> In my opinion far better way to fill default values of "Qry"
>> from "LookupQry" is in AfterScroll event of "LookupQry"...
>>
> Doesn't that happen for every row you jump through when you scroll
> the lookupquery? In that case you will waste a lot of time showing
> useless defaults when the user is trying to scroll down (or up) looking
> for his(her) row! IMHO anyway.

> HTH