RE: SetFocus

2009-08-25 Thread Steve Cookson
Hi Brad, It worked perfectly, thanks for this, Steve Maybe try: $self->{"Ctl_Appointment_Nbk"}->SetSelection(0); instead of: $self->{Ctl_Appointment_Tab_Appt_1}->SetFocus(); That should set the displayed tab to the first tab. Hope that works for you! Brad 2

SetFocus

2009-08-25 Thread Steve Cookson
being displayed, but no, I get no effect at all. What am I doing wrong? (PS Freeze and Thaw don't seem to have any effect either). Here is the code: my $loc_page_count=$self->{"Ctl_Appointment_Nbk"}->GetPageCount(); my $i; $self->{Ctl_Appointment_Tab_Ap