Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vanishing grid
Message
De
06/04/1999 13:29:10
 
 
À
06/04/1999 12:47:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00205594
Message ID:
00205656
Vues:
16
>I launch the form and the data and grid appear momentarily and then vanish leaving the form with empty space where the grid is supposed to be and my command buttons that are on the form.

Could you make simple test? Add a button to your form with following code in its click event:
IF USED("mytable") && use real table alias
=messagebox("Ok")
Thisform.Mygrid.Recordsource="mytable" && use real grid name
Thisform.Mygrid.Refresh
ELSE
=messagebox("No")
ENDIF

and try it
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform