Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incompatibility with VFP 9
Message
De
14/01/2005 12:16:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00977235
Message ID:
00977252
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform