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...
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...