Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create table
Message
De
05/05/2005 08:59:04
 
 
À
05/05/2005 08:44:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
01011191
Message ID:
01011247
Vues:
25
The where .F. clause make sure that you copy no records, in other words it creates an empty cursor.

The idea of a cursor, is to have a unique table per user, which means no sharing between the users. Use a cursor for the grid entry process, and copy the data to the real table after the data entry is finished.

>hi,
>thanks,
>Select * from myTable into cursor myCursor readwrite where .F.
>1.can i put it at myform--->inti
>becuse i need to creat it every time,when i run my form.
>
>2.and if this form is sharing evrey user can insert at this grid differant data.
>
>3.what that mean
>
>where .F.
>
>4.and if i want to put it at myform as grid
>can i do that
>

>With thisform.grdMyGrid
>>> .RecordSource = "csrMyCursor"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform