Installed CF SP2, Set Focus to first TextBox Control but still can't tab between Controls

S

safdar

Hi,
SCENARIO:
I have CF SP2 (1.0.3316.00) installed on PPC 2002 Emulator.
I have a test application with a Form having two TextBox controls on
it.
I have modified the add order in the Form's Controls collection so that
TextBox1 gets added to it first and then TextBox2 gets added.
I set the focus to TextBox1 in From's Constructor (after
InitializeComponent has been called) and it does set the focus to
TextBox1 when the From shows up.

PROBLEM:
The focus does'nt move to TextBox2 when i press tab key.
What am i missing? any thoughts?

Regards,
Safdar
 
G

Guest

try lost focus and/or program the tab button to set focus to TB2 on a lost
focus
i think, it's been a while since i did CF, See you in the SQL forum
 
G

Guest

Interesting.

Is this known to work on a Smartphone? I tried it briefly with no success.
Will take another look later but thought I'd ask.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top