Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build a grid on the fly
Message
De
25/07/1999 19:05:38
 
 
À
25/07/1999 18:29:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00245910
Message ID:
00245914
Vues:
16
Hi John,

>I need to open a table that is selected with GETFILE() and set a grid to display it for raw editing of the data. I can't seem to find the magic syntax to display the file seleced in the grid. So far I am trying the following but the table does not show up in the grid... Any ideas??

This Code works for me:
USE (getfile()) IN 0 ALIAS 'MIKE'
thisform.grid1.recordsource='Mike'
It works no matter where I put it (form INIT, grid INIT, command CLICK, ect.) as long as my recordsourcetype is 1.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform