Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Message inside (text1)mygrid
Message
De
18/01/2005 07:35:12
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
18/01/2005 07:28:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00977997
Message ID:
00978027
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform