Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At click event work
Message
De
18/01/2005 17:28:21
 
 
À
18/01/2005 17:09:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
00978332
Message ID:
00978352
Vues:
28
You have to check the order in which things happens:
IF m.a=m.w
  =MessageBox("true")
  grdTable = thisform.Grid1.RecordSource
  SKIP IN (grdTable)&&¬hng happend
  IF EOF(grdTable)
     SKIP -1 IN (grdTable)
   ENDIF
   thisform.Grid1.column7.SetFocus()
   thisform.Grid1.refresh() && I am not sure if this ine is necessary!

ELSE

   =MessageBox("false")

ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform