|
|
 |
Re: FN-FORUM ultradev search/redirect problem
date posted 6th January 2001 14:31
Hi Dan
BOF and EOF are properties of the recordset obect. BOF is true when the
current record pointer is before the first records, EOF is true if it is
beyond the last record. If there are no records in the recordset then both
are True, so it doesn't matter which one you use. I suppose that I use EOF
to test for a lack of records as that's what they use in Pro ASP (which I
use as my personal bible).
Norman
|
 |
|