Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message inside (text1)mygrid
Message
From
18/01/2005 07:00:03
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977997
Message ID:
00978017
Views:
37
hi,
thank you,but still the message is fals all the time
and i get error message unknown member plan

>
>Something like that
>IF nkeycode=13
>   m.a=thisform.timeadd(thisform.timeadd(thisform.timeadd(thisform.timeadd(true,hot),balanc),mint),other)
>   m.w=plan
>   *? m.w
>   IF m.a=m.w
>      =MessageBox("true")
>      &&&go to next record mygrid1.plan.text
>      grdTable = thisform.MyGrid1.RecordSource
>      SKIP IN (grdTable)
>      IF EOF()
>         SKIP -1 IN (grdTable)
>      ENDIF
>   ELSE
>      =MessageBox("false")
>      &&stay at the same record
>   ENDIF
>   thisform.MyGrid1.Plan.SetFocus()
>   thisform.MyGrid1.Refresh()
>ENDIF
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform