Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
De
27/05/2005 03:48:54
 
 
À
25/05/2005 04:56:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Select
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01017388
Message ID:
01018033
Vues:
34
Is the record source for the Grid Temp by any chance?

Try:
lcTyp  = alltrim(upper(thisform.grid2.column1.text1.value))
lcMac1 = alltrim(upper(thisform.grid2.column2.text1.value))
select * from temp;
  where alltrim(upper(temp.typ)) == lcTyp and alltrim(upper(temp.mac1)) == lcMac1;
  into array laResults
I assumed that the .. and the column1 after the and instead of column2 were typos.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform