Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using NOFILTER
Message
 
 
To
01/05/2001 12:48:42
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00502009
Message ID:
00502091
Views:
16
>>W/o NOFILTER foxpro wasn't creating cursor on the disk. Instead it opened source table again with alias temp an issued a series command to get requred result.
>>
>>USE Point Again ALIAS Temp
>>SET FILTER TO
>>CREATION>=ldDate AND CREATION <=ldDate2
>>SET ORDER TO CREATION DESCENDING
>>
>>?DBF("temp") would show the name of source table.
>>
>>Using NOFILTER forces foxpro to create cursor on the disk.
>
>Yes, I understand all that. What I don't understand is VFP chocking on the record pointer when I move into another function.

Michel,

Can you provide the actual code for Myfunction?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform