Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help with a program Im creating.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00134899
Message ID:
00135264
Vues:
9
>Charles,
>I gather that you have found the data, but that the form is not showing it until you click on a field? You need to do either a THISFORM.REFRESH() or refresh each textbox separately:
>thisform.txtAddress.refresh()
>thisform.txtCity.refresh()
>...
>
>
>The REFRESH will show the latest data on the form.
>

I think also that if you put the data straight into the "value" of the textbox and not into its controlsource that it will show up without being refreshed.

-Michelle
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform