Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message inside (text1)mygrid
Message
From
18/01/2005 07:35:12
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
18/01/2005 07:28:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977997
Message ID:
00978027
Views:
28
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) &¬hng happend
IF EOF()
SKIP -1 IN (grdTable)
ENDIF
ELSE
**************************************************
You are saying that this is where you are always going and you never go into the True part of the IF. If this is what your saying then the IF m.a=m.w
statement must be evaluating to False so we need to know the values in the variables m.a and m.w. I have no preference in what you call them its your app so if your happy with these naming conventions then fine.
****************************************************************************


=MessageBox("false")
&&stay at the same record
ENDIF
thisform.Grid1.plan.SetFocus()&&&error message
thisform.Grid1.Refresh()
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform