02-01-2006 04:44 PM
02-01-2006 05:15 PM
You can do this with an event structure. When the KeyPress notify event occurs (the notify event is the one without the question mark), you can check to see if the VKey is Enter or Return (in LV 7.1 I think they were the same code, in LV8 they are separate) and then set the keyfocus property of the table to false if it is (this will just cause the cursor to leave the control, if you actually want to have it to go another control, you could set the keyfocus property of that control to true instead). I've attached a quick example in LV8.
Regards,
Ryan K.
02-01-2006 05:18 PM
02-02-2006 09:38 AM