Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select * from ... into cursor
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01414879
Message ID:
01414895
Vues:
32
>Hilmar
>
>The problem is I have many commands in software refering to old cursors, so I need cursor to have the same name
>of the table
>
>It there a way to rename cursor after creating it ?
select * from Consultants into cursor curTemp nofilter
use in select('Consultants')

select * from curTemp into cursor Consultants readwite

use in select('curTemp')
** alternatively
select * from Consultants into cursor curTemp nofilter
use in select('Consultants')

use dbf('curTemp') in 0 again alias Consultants
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform