Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CURSORSETPROP()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00236528
Message ID:
00236533
Vues:
13
>This is a stupid question but I can't seem to find how to make my cursor writeable. Could someone give me a clue.

Here is a snippet of code that works for us:
    SELECT * ;
      FROM MyAlias ;
      INTO CURSOR sqlTEMP NOFILTER  && nofilter is required to make it writable
    lcTEMP = DBF()
    USE (lcTEMP) AGAIN ALIAS sqlWriteable IN 0 EXCLU
    USE IN sqlTEMP
    SELECT sqlWriteable
-Lou.
"All my life I said I wanted to be someone ...
I can see now that I should have been more specific." -Jane Wagner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform