Hi, I Have a piece of Perl code:
Wx::Event::EVT_KILL_FOCUS($self->{Ctl_Patient_Ref_0_Txt},
\&__lookup_patient_id);
Wx::Event::EVT_KILL_FOCUS($self->{Ctl_Patient_Description_Txt},
\&__lookup_patient_id);
When I tab out of $self->{Ctl_Patient_Ref_0_Txt} into
$self->{Ctl_Patient_Description_Txt},
I get a EVT_KILL_FOCUS event from both controls, is this correct?
How can I filter out and ignore the second one?
Regards
Steve
<blocked::mailto:[email protected]>
<<Blank Bkgrd.gif>>
