Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dummy question about an operation
Message
De
13/06/2002 13:00:03
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Dummy question about an operation
Divers
Thread ID:
00668079
Message ID:
00668079
Vues:
59
I have this code in a combobox:

Thisform.combo1.enabled=.t.
If m.ordenproceso = 0
thisform.text1.value=int(thisform.combo1.value)
Else
kl=Select()
Sele llamadas
Set order to ordenproc
Seek m.ordenproceso
If found()
Scatter memvar memo

Else
= MESSAGEBOX("Registro no existe")
Endif
Select(kl)
Endif
Thisform.refresh

This code is in the lost focus method, and after i build or create the exe file the next message error appears:

Operator/value mismatch

and i think is because the line i bold it up.

i change the int function to val function and is the same thing.

Thanks for the help.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform