Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
At click event work
Message
From
18/01/2005 16:40:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
At click event work
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00978332
Message ID:
00978332
Views:
57
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 
Next
Reply
Map
View

Click here to load this message in the networking platform