Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEXSEEK()
Message
De
04/06/2001 12:52:54
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
INDEXSEEK()
Divers
Thread ID:
00514675
Message ID:
00514675
Vues:
49
I get error message of "Function argument value, type, or count is invalid"

I have a Combobox (This.Value) with the following:
ContorlSource: auth.authtype
RowSource: authtype.authtype
RowSourceType: 6 - Fields

and I want to check to see if the data (This.Value) matches the table (authtype.authtype) because the other person could do something that I have no idea how he did it (spaces or leaving the field and then come back and do something), so I want to do something like the following:
IF NOT INDEXSEEK(This.Value,authtype.authtype)
	RETURN .F.
ENDIF
Yet, does not work (checked the debug and both are the same field type as well), any advices?

Chuck
Today is tomorrow's yesterday.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform