Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form does not refresh
Message
De
27/05/1999 16:27:07
Koos Veel
Gamma Research
Aruba
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Form does not refresh
Divers
Thread ID:
00223701
Message ID:
00223701
Vues:
47
Hello,

I am using VFP 6.0.

In one of my forms, I have a searchbutton to look up and select a record. The code of it's click-event is:

DO FORM fvestpen && the searchform
SELECT vestigin
IF oDialog.RecordSelected <> 0
SEEK oDialog.RecordSelected ORDER Vestkey
THISFORM.txtAanvrager.SETFOCUS()
THISFORM.REFRESH()
oDialog.RecordSelected = 0
ENDIF
THISFORM.REFRESH()

When I clich the searchbutton, the searchform opens, but the rest of the code is executed immediately after the searchform is opened, so the RecordSelected = 0 still. We cannot find why the rest of the code is done right away and not after the closing of the searchform..

Thanks in advance for your time and help.

Bernard (on the account Koos Veel)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform