>
> NOFILTER forces the creation of a physical cursor file, but the resulting cursor is still read-only. This is a little faster than using READWRITE which also creates the physical cursor but the resulting cursor is updatable.
>
> So if you only need to create this for display - use NOFILTER but if you want to be able to update columns in the cursor directly then use the READWRITE option.
>
> Regards
> Andy Kramek
> Microsoft MVP (Visual FoxPro)
>
Tightline Computers Inc, Akron Ohio, USAThanks Andy.