Subject IB_Grid, pressing enter at last column
Author jeffplata
(Using ibo 4.5b)

When I am at the last column of an ib_grid and press Enter key while
the row is in dssedit state, the underlying dataset is posted and
attempts to move to the next row. In the beforepost event of the
connected ib_query, i check for some conditions and abort if necessary.
I observed that aborting at the beforepost event produces undesirable
results (eg, form closed for no apparent reason), although the row
remains in dssedit state. NOTE, however, that this does not happen if I
simply press UP or DOWN key, only when i use the enter key.

What am I doing wrong. Please help. TIA