Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Filter to
Message
 
À
07/03/2003 00:13:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00762585
Message ID:
00762604
Vues:
12
You can try this:


cFiltExpr = "cust_id = " + pCustID && If the Type of pCustId is char

cFiltExpr = "cust_id = " + STR(pCustID) && If the Type of pCustId is num

SET FILTER TO &cFiltExpr


HTH

Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform