mallee
Programmer
- Nov 7, 2000
- 116
I have a data entry grid and am stuck on adding new rows. I append a record in the lost focus event of my last column and this works except although I tell it go bottom and setfocus to first field ,the refresh form ,it dose not go to the new row unless I click on it.
If I do not enter through my last column, of course no new row is added.
Should I append a new record in the beforerowcolchange event ? I would like for the user to be able to click on the first field of an empty row and get a new record.
All suggestions will be appreaciated and attempted.
If I do not enter through my last column, of course no new row is added.
Should I append a new record in the beforerowcolchange event ? I would like for the user to be able to click on the first field of an empty row and get a new record.
All suggestions will be appreaciated and attempted.