Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
 
À
18/07/2002 14:50:58
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Grid
Divers
Thread ID:
00680112
Message ID:
00680153
Vues:
20
>Nick,
>
>I have never made a cursor read/write. Where do I put the USE DBF('myRLS3') IN 0 AGAIN command. I have tried it after the sql statement but the grid records are not changeable. And the check box just turns gray when clicked for a second.

Typically it is done like:
SELECT ... INTO cursor myRLS3
USE DBF('myRLS3') IN 0 AGAIN ALIAS myUpdatableRLS3
SELECT myUpdatableRLS3
thisform.Grid1.Recordsource = "myUpdatableRLS3"
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform