Make the ENTER key act as TAB keyTag(s): Datawindow
First, define a user event to correspond with the pbm_dwnprocessenter event on a datawindow. Then in that event :
Send(Handle(this),256,9,Long(0,0)) RETURN 1
Send(Handle(this),256,9,Long(0,0)) RETURN 1