Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A doubt
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00134089
Message ID:
00134092
Vues:
17
CURSORSETPROP() is used to set cursor properties. So if you want the cursor called mycursor to use optimistic table buffering, you could use CURSORSETPROP('Buffering',5,'mycursor). CURSORGETPROP() is used to get information about a cursor. So if you wanted to find out what kind of buffering was set for mycursor, you could do this: m.lnBuffType=CURSORGETPROP('Buffering','mycursor').

>Wich one is the diferent between cursorgetprop and cursorsetprop.?
>Who can explain me that wich clear words.? I´ts due to my english isn´t very tenichal that I want.
>Thank
>Andrews Dumith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform