Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rename a cursor?
Message
De
04/10/1999 16:53:33
 
 
À
04/10/1999 16:27:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00272456
Message ID:
00272472
Vues:
23
>>Are there any commands I can use on a cursor created with "create cursor" to rename a cursor or copy the contents of one cursor to another?
>>
>>Thanks,
>>Paul
>
>USE originalcursor AGAIN ALIAS newname

Wouldn't this be USE DBF('originalcursor') AGAIN ALIAS newname

>USE IN originalcursor
>
>
>SELECT * FROM originalcursor INTO CURSOR newcursor
>
>Or, if you already have a newly created cursor using CREATE CURSOR and it's the same structure as the original, you can use:
>
>SELECT newcursor
>APPEND FROM DBF('originalcursor')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform