Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
(Bad) difference between VFP6 and VFP7 view designer
Message
From
21/10/2002 18:11:30
 
 
To
21/10/2002 13:19:05
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italy
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00713576
Message ID:
00713698
Views:
22
In this case, why wouldn't you just use:
SELECT tb1.*;
FROM data1!Table1 tb1, tempquery;
WHERE tb1.id = tempquery.id

(or use a JOIN)

Rick

>When creating views with the VIEW DESIGNER with VFP6 as to obtain a view like:
>SELECT *;
> FROM data1!Table1;
> WHERE Table1.id IN (Select id from tempquery)
>
>No error occurs.
>
>When trying the same operation with VFP7, this is no more possible, and the following error is raised:
>
>"Index does not match the table. Delete the index file and re-create the index"
>
>Is this a (documented) bug or a wanted exclusion by MS?
>
>Strange is that the view can still be created by code.
>
>Thank you in advance.
>Bruno Maddalozzo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform