bug in refreshEofBofFlags in CdataBehavior
Brought to you by:
msborg
I believe there is a bug in the refresheofbofflags
method in the cdatabehavior container. In the
OTHERWISE of the second do case, I believe there
should be a tlBOF = .F. before the SKIP in the IF BOF()
ELSE ...
Every other place in this routine, the flags are set
.T. or .F. in pairs, except in this one. The result is
that if you were on BOF, and are now not, the flag
doesn't get reset.
June Kendrick
junk349@netscape.net