BelindaNiles
Programmer
Hello All- Fairly new to VB
I have a datagrid control populated with the data I need, but I need to set focus on a specific cell. I have tried the following...
dgOrderItem.Row = 0
dgOrderItem.Col = 3
dgOrderItem.SetFocus
and I get the following error on the SetFocus....
Invalid Procedure Call or Arguement
I basically want to start with one cell highlighted and use the tab key to tab to only the fields that are editable.
I have a datagrid control populated with the data I need, but I need to set focus on a specific cell. I have tried the following...
dgOrderItem.Row = 0
dgOrderItem.Col = 3
dgOrderItem.SetFocus
and I get the following error on the SetFocus....
Invalid Procedure Call or Arguement
I basically want to start with one cell highlighted and use the tab key to tab to only the fields that are editable.