Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Turns to ReadOnly
Message
 
 
À
24/09/2004 10:49:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00945540
Message ID:
00945756
Vues:
13
>VFP8 - THis is done in design mode, columns countrolsource are tablename.field name, grid set to readonly .F. I have a grid, and command prompt with this: Thanks
>
>lcSave = thisform.grid1.RecordSource
>thisform.grid1.RecordSource = ""
>
>SELECT * from month WHERE completed <> .T.;
>INTO CURSOR sorder
>
> thisform.grid1.RecordSource = "sorder"
You forgot to add READWRITE clause to your SQL. Otherwise your cursor is read-only.
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