24.0 trying to default to entering a new row when entering a cDbCJGrid, MoveDownRow doesn't do the trick, last row does get the focus
solvedCode:Procedure OnEntering Send MoveToLastRow Send MoveDownRow End_Procedure
Code:Procedure OnEntering Send MoveToLastRow Send Request_AppendRow End_Procedure