Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting record source in grid
Message
De
17/02/2006 17:59:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Setting record source in grid
Divers
Thread ID:
01097227
Message ID:
01097227
Vues:
59
Suppose there is a form with a grid and a combobox that opens with no tables open. The user types the name of a file into a textbox and clicks a button to open the file. As in

lcFileToOpen = txtbox.value
use (lcFileToOpen) in 0 alias currenttable

Then we issue:

thisform.grid1.recordsource = currenttable
thisform.grid1.init
thisform.grid1.refresh

but nothing happens.

So my question is: How do you dynamically set a source table for a grid?

As always, Thanks for any help on this one.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform