Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not enter data

Status
Not open for further replies.

LConklin

Programmer
Mar 4, 2005
3
US
I have designed my form and it display’s on my screen just fine but I can not get the focus set to allow me to key in data in to the first field. The following is everything I have tried. I know I am missing something simple but just can’t think of what I’m missing.

fmTestLayout.Visible = True
fmTestLayout.ClearDisplay
fmTestLayout.stCurOrder = ""
fmTestLayout.txOrder.Text = ""
fmTestLayout.bAllowScan = True
fmTestLayout.bCanProcess = True
fmTestLayout.txOrder.SetFocus
fmTestLayout.txOrder.Enabled = True
fmTestLayout.txOrder.Locked = False

fmTestLayout.txOrder.DataField = stCurOrder

fmTestLayout.txOrder.TabStop = True
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top