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:
00134901
Vues:
14
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.

HTH
Barbara

>Hello,
>
>I am creating a program and need some help.
>
>Alright , what I have is a ComboBox , using a field called name.
>When you enter a name or select one off the list , I want it to change the fields ( address , state , zip code ) to whatever they are in the database.
>
>The problem Im having is when you enter a name it wont change the (address , state , or zip code ) until I click on one of those fields.
>
>How would I refresh these fields and where would I put that code.
>
>Im using Visual Foxpro 5.0a .
>
>Any help would be great.
>
>Thank you
>
>Charles Simmons
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform