Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incompatibility with VFP 9
Message
From
14/01/2005 12:16:17
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00977235
Message ID:
00977252
Views:
22
>Sorry, but I don't see how that index is reletaded to the problem you have.

I don't know either. But, in order to resolve the issue, I had to do this:
      SELECT * FROM Temp WHERE OrderMain>0 INTO CURSOR TempForum
      SELECT NoClient,MAX(OrderMain) AS SortOrder FROM TempForum GROUP BY NoClient ORDER BY SortOrder INTO CURSOR Temp2
So, basically, I had to select all records having a value in OrderMain into a cursor. Then, from that cursor, your command is working.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform