Mike;
"NULL - doesn't display any records in VFP7 or VFP8"
I'm sure Craig's information is correct, my memory is prehistoric. I was thinking vers. 2.6 where this worked.
Regards
Mike;
Not by my machine right now. I understand about the asterisk. Replace the asterisk with a "null" or empty value and see what happens.
Regards - Wayne
Craig;
PME4JI...
I have seen this happen before. What I think is happening, is the missing variable is treated as a wildcard.
iow...
m.variable = .null.
SELECT cname, cadd1, ccity ;
FROM subscribers ;
WHERE nCustNo = m.variable ;
INTO CURSOR fred
is the same thing as...
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.