Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE DBF() AGAIN ALIAS whatever
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00228937
Message ID:
00228944
Vues:
10
Michelle,

Assuming your cursor is called mycursor, this should work:

USE DBF('mycursor') AGAIN IN 0 ALIAS mycursor2

Also, you need to make sure that you have an actual dbf and not just a filter of your original table. You can do that using the NOFILTER clause of SELECT:

SELECT * FROM mytable INTO CURSOR mycursor NOFILTER

>Am I using the correct syntax for this trick?
>
>It keeps telling me it can't find what I'm assuming is the temp file for the cursor. It created it; why can't it find it? I'd really like to avoid using actual tables.
>
>I wish SELECT cursors were writable to begin with.
>
>Thanks,
>
>Michelle
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform