Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message inside (text1)mygrid
Message
From
18/01/2005 07:28:09
 
 
To
18/01/2005 07:22:30
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977997
Message ID:
00978025
Views:
23
hi,
ok,
i can use those varibles or another variables what the deffirent,
any way ,the code under what is the rong.
IF nkeycode=13
   m.a=thisform.timeadd(thisform.timeadd(thisform.timeadd(thisform.timeadd(true,hot),balanc),mint),other)
   m.w=plan
   *? m.w
   thisform.text1.Value=m.a
   thisform.text3.Value=m.w
   IF m.a=m.w
   
   
      =MessageBox("true")
      &&&go to next record mygrid1.plan.text
      grdTable = thisform.Grid1.RecordSource
      SKIP IN (grdTable) &&nothng happend
      IF EOF()
         SKIP -1 IN (grdTable)
      ENDIF
   ELSE
      =MessageBox("false")
      &&stay at the same record
   ENDIF
   thisform.Grid1.plan.SetFocus()&&&error message
   thisform.Grid1.Refresh()
ENDIF
>No you said that it keeps going through the false code, didnt you?
>
>So I wanted to know the values of those variables. This would indentify why its going through the false code..
>
>Am I misunderstanding?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform