Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At click event work
Message
De
18/01/2005 16:40:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
At click event work
Versions des environnements
Visual FoxPro:
VFP 5
Divers
Thread ID:
00978332
Message ID:
00978332
Vues:
55
hi all
this code under, work at click event,but at keypress stay at the same record
i need this code work under keypres or procedure as keypres.
   m.a=thisform.timeadd(thisform.timeadd(thisform.timeadd(thisform.timeadd (true,hot),balanc),mint),other)
   m.w=thisform.timeadd(plan,("00:00:00"))

IF m.a=m.w
   =MessageBox("true")

   grdTable = thisform.Grid1.RecordSource
   thisform.Grid1.column7.SetFocus()
 
  SKIP IN (grdTable)&&¬hng happend

   IF EOF()

     SKIP -1 IN (grdTable)
   ENDIF

ELSE

   =MessageBox("false")

ENDIF 
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform