Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data does not show on form (VFP7)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00922489
Message ID:
00929685
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>Is the form using the default data session? If you do not open the tables in the form's load, then set it to default and see if that helps...

Well, I finally got this one licked. The form was modeless, and I did not have a READ EVENTS anywhere. The solution was to make the form modal. Furthermore, I mislead y'all when I quoted Myprg. It was actually:
USE mytable
DO FORM myform
USE   && I forgot to quote this line.
RETURN
The USE closed the table after the modeless form was created and displayed, leaving nothing for the controls to be bound to. Thanks for the OOP-stimulating discussion.
Randy Bosma
VFP - Because life is too short to code in something else...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform