Here's the Deal :
I have a form with a DbGrid that's used to search Records. I have a DbGrid ( Align : AlClient ) and a DataSource Linked, and with a Zquery doing the Heavy part with the Database.
I'm Migrating one of mine app to lazarus, to see if can I develop a version for Linux. The Problem is that in another Forms I can get the enter key ( #13), only at this form that I cannot. Their uses are the same, and I i'm still guessing that the problem might be something with the DbGrid. I need the Option - RowSelect as True.
Yes, Im Using the event OnKeypress.
I'm Using Windows XP SP3 - With Lazarus 0.9.28-2 Beta.