implement ISMEMOFETCHED() function (partial)#1931
Conversation
|
I think the check for BOF() ,or.. EOF() is wrong. |
I was reading the docs and it states:
And right after that it adds:
So I'll keep both BOF() and EOF() for this check. |
|
Irwin, as we have found out the hard way, docs are often very unreliable and the real behavior can often be very different. Why don't you just check what VFP does exactly with a small sample to be sure? |
|
Hi @cpyrgas, Good point, let's see the real behavior from VFP. I've executed the following example in VFP9: According to docs, the behavior is the same. The function is now set as Thanks for the suggestion. |
Checks memo field fetch status. For local data (DBF), memo is always fetched.
Marked
Partial. Full support require remote views or cursor adapters.