> >
> > That does not sound like a VFP problem, but rather like optimization issues in your code.
> > When you for example say that indexing is slow, you might not want to do that at runtime at all, but once only, in the Table Designer, for example (Views are an exception, but they are not shared files).
> >
> >
> > hth
> > -Stefan
>
>
> Some of the indexing cannot be done on the server , for some strange reason.
>
> You start it and the next thing is that the data becomes corrupted, especially if there is an .fpt included
>
>
> I'm confused
Hm, not sure what a good answer might be ... Perhaps an optimistic one? :-)
Indexing works well in VFP in general and for many users. So most likely yours will work too, but you'll first need to find out why exactly it does not now. What is the exact error message when your code does what?
hth
-Stefan