Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor as datasource for a grid??
Message
 
À
29/08/1998 08:01:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00131242
Message ID:
00131263
Vues:
20
>>Use the 'ALIA' as Recordsourcetype property and give the cursor name to
>>the Recordsource.
>>
>>Kindly let me knnow.
>
>Ok, I have the cursor working all except it is in read only and I can't update it. How do I change that?
>
>Thanks

John, cursors created with SQL SELECT are read-only, but you can make it updateable if you

USE DBF("myCursor") IN 0 AGAIN ALIAS myCursor1

and make the new one the RecordSource of your grid.
Cursors created with CREATE CURSOR are updateable.

Nick
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
Répondre
Fil
Voir

Click here to load this message in the networking platform