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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataWindow

Status
Not open for further replies.

egodette

Technical User
Jun 12, 2002
222
US
I am trying to add data to a database. The window opens but I can't type data in the field. It is not set to Display Only. Any clues...

dw_add_employee.SetTransObject(sqlca)
dw_add_employee.InsertRow(0)
dw_add_employee.ScrollToRow(dw_add_employee.RowCount())
dw_add_employee.SetFocus()

The row is being inserted but the cursor does not appear in the field. I try to click in the field and type but nothing happens...
 
Ok.. I forgot to set the Tab Order. It was set to Zero..

It's fixed now...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top