Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
De
27/04/2005 04:06:19
 
 
À
27/04/2005 03:50:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Select
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
01008736
Message ID:
01008741
Vues:
17
Try this:
SELECT * FROM temp WHERE ALLTRIM(UPPER(typ)) == ALLTRIM(UPPER(THISFORM.GRID2.column1.text1.VALUE)) INTO ARRAY laResults
>hi all,
>help,idea..,
>i try with this code under to get and chick,but if my item is IO2 or IO21 i get message found
>
>SELECT * FROM temp WHERE ALLTRIM(UPPER(typ)) = ALLTRIM(UPPER(THISFORM.GRID2.column1.text1.VALUE)) INTO ARRAY laResults
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform