Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Message inside (text1)mygrid
Message
De
18/01/2005 13:24:52
 
 
À
18/01/2005 11:49:38
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:
00978209
Vues:
19
hi,
ok, the solution is,i must put thisform.timeadd befor (plan ),it works
but if the result is true it move to column7 but at the first record,not next record.
IF nkeycode=13
   m.a=thisform.timeadd(thisform.timeadd(thisform.timeadd(thisform.timeadd(true,hot),balanc),mint),other)
   m.w=thisform.timeadd(plan)&&&&thisform.timeadd
   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)
      IF EOF()
         SKIP -1 IN (grdTable)
      ENDIF
   ELSE
      =MessageBox("false")
      &&stay at the same record
   ENDIF
   thisform.Grid1.column7.SetFocus()
   thisform.Grid1.Refresh()
ENDIF
thanks
>>hi,
>>thank you,but still the message is fals all the time
>>and i get error message unknown member plan
>
>This means that the computer has no idea what you meant when you said "plan."
>
>What is plan?
>
>Is it a form or object property? You may have to include a properly formulated reference (thisform.thisobject.plan)
>
>Is it a memory variable? It has probably gone out of scope and may need to be passed as a parameter.
>
>Is it a field in a table? If it's not the currently selected table you will need to provide the alias.
>
>None of the above? You'll have to let us know so we can provide some additional help (or even better, try to figure it out on your own)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform