actually, .Exists not only check current record exists I think.
because you see,
.Fetch 'get current record
.Fetch 'get next record
however,
.Fetch 'get current record
.Exists 'check current record
.Fetch 'get current record again, not next record.
so,am I right?
Pls see the following code,
PMCONT1header.Fetch
Debug.print PMCONT1headerFields("CONTRACT")
temp = PMCONT1header.Exists
PMCONT1header.Fetch
Debug.print PMCONT1headerFields("CONTRACT")
Suppose the current record is "C00001"
so the result will be:
C00001
C00001
However, when I comment...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.