Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE command
Message
De
28/10/1999 17:22:19
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
 
 
À
28/10/1999 17:04:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00283418
Message ID:
00283431
Vues:
16
Mathew,

You are allowed 1 index on a cursor, near as I can tell. Try this simplified code:

>SELECT * FROM YTDDET WHERE BETW( ACCBRN, "1000","9999");
>AND !INLIST( ACCBRN,"9612") INTO CURSOR TEMP
>
>INDEX ON BDATE TAG BDATE <--- Error Here
>

This ought to be OK because it appears that you want the cursor open only once, so just open it to the alias you want to end up with.

If you want to keep it as a table, use ...INTO TABLE MyTableName

Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform