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

Click here to load this message in the networking platform