Oma:

>Using the EEP command in a region, I've found that you have to have a
>conditional statement in your eep to recognize the end of data set has
>occurred because if there is no nextrow or previous row to goto, depending
>on which direction you are going, it will fail and give you an error
code.<

I assume you're saying to only do a 'nextrow' if you are NOT on the last
row in the region?  How could you test for this while in the form?  Even if
you had an autonumber column you couldn't test for the last autonumber 
because you could have inserted another row farther up in the region.

In older versions, I would do a 'nextrow' and test an error variable to see
whether I should do a 'prevrow' to move back into the row.  I have found
that
the 'nextrow' usually gives me the 'insufficient memory' error even if
there
was a next row to go to so the error isn't that I was on the last row.

Razzak:

>Use the Pre-Defined Action to be Executed for Push-Button
>functions such as, Next Row and Previous Rows. 

Unfortunately I need nextrow/prevrow function from within a field's
eep, not a push button.  When I do use push buttons, I do use the
pre-defined functions.




Karen



Reply via email to