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

Click here to load this message in the networking platform