# Other field creations here....
self.Sfield1 = wx.TextCtrl(id=wxID_SEARCHBROWSERSFIELD1,
name=u'Sfield1', parent=self, pos=wx.Point(144, 80),
size=wx.Size(216, 21), style=0, value=u'')
self.Sfield1.SetToolTipString(u'')
self.staticText1 = wx.StaticText(id=wxID_SEARCHBROWSERSTATICTEXT1,
label=u'Customer N\xb0', name='staticText1', parent=self,
pos=wx.Point(32, 80), size=wx.Size(83, 16), style=0)
self.staticText1.SetForegroundColour(wx.Colour(255, 255, 255))
self.staticText1.SetFont(wx.Font(10, wx.SWISS, wx.NORMAL, wx.NORMAL,
False, u'Verdana'))
self.staticText1.SetToolTipString(u'')
self.staticText1.SetBackgroundColour(wx.Colour(0, 0, 128))
self.Sfield1.SetFocus()
Why isn't the focus set to SField1 ???????
tia
Rony