I would like some help with this please :
I created a report using the wizard (VFP7). It runs perfectly in my development computer. However when I deploy on a client machine, running the report produces an Index tag not found error. At this point the table has been selected and the indexes are in use. I am grouping the records using a field that is not in the index. I can only think of two possibilities :
1. Perhaps I need to create an index based on the grouping field OR
2. Is there a runtime module that I need to include (using ISE to create distributable) to make reports run on the client machine ?
THANKS
I created a report using the wizard (VFP7). It runs perfectly in my development computer. However when I deploy on a client machine, running the report produces an Index tag not found error. At this point the table has been selected and the indexes are in use. I am grouping the records using a field that is not in the index. I can only think of two possibilities :
1. Perhaps I need to create an index based on the grouping field OR
2. Is there a runtime module that I need to include (using ISE to create distributable) to make reports run on the client machine ?
THANKS