Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Big bad silly bug
Message
 
À
10/07/2002 04:42:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00676954
Message ID:
00676978
Vues:
24
Tom,

As Macer has mentioned your problem is that there is a data type mismatch somewhere. You can use the Transform function to cast all of the data types to character as in;
local superid, act
act = 'search'
superid = 'IW/NP/MR 2002/7 '

if act = 'search'
	locate for alltrim(TRANSFORM(thisform.text1.value)) = alltrim(superid)
endif


if act = 'search'
	locate for alltrim(TRANSFORM(casema.caseid)) = alltrim(superid)
endif
***************************************************************************************
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform