Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At click event work
Message
De
18/01/2005 17:09:58
 
 
À
18/01/2005 16:55:26
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:
00978344
Vues:
22
hi,
thank you very much,
it works,but it move to column7 one second and move to another column,
but i want to go to column7,
thanks

>Try to change "IF EOF()2 into "IF EOF(grdTable)"
>What about yourgrid.refresh()?
>
>>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
>>
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform