Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create table
Message
De
05/05/2005 07:24:57
 
 
À
05/05/2005 05:01:18
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:
01011207
Vues:
19
>hi all,
>
>i need to create temperory table, at my form , and build grid via this table.
>after save ,drop this table, if i run my form again ,creat it again,
>
>if this form sharing ,if any user run this form he get deffirent table ,
>
>thanks.

You can create your temp table via Select ... into cursor csrMyCursor .... ReadWrite.

Then you can set up your grid by:
With thisform.grdMyGrid
  .RecordSource = "csrMyCursor"
  .Column1.ControlSource = "csrMyCursor.Field1" 
  ... etc.
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform