Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using 2 Search Fields
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Using 2 Search Fields
Divers
Thread ID:
00810124
Message ID:
00810124
Vues:
52
Good Morning,

I have a small program which looks up numbers in a table based upon some form criteria:
LOCAL lcdesign

DO CASE
	CASE thisform.combo1.displayvalue='='
           lcdesign="modacad.key3=thisform.text1.value"
        CASE thisform.combo1.displayvalue='$'
           lcdesign="modacad.key3$thisform.text1.value"              	     
ENDCASE

SELECT * ;
FROM ("U:\Data\modacad.dbf") ;
WHERE &lcdesign ;
order BY mainkey ;
INTO CURSOR crssearch
Text1 being the design number field. I have now added another field named Text2 which is the type. Basically the same design number can be added into the table several times based on the Type. Therefore how can I include the second field in my search so that if something is entered in this field it will search on the type AS WELL as the design number. If nothing is entered in the second field it will exclude this from the search.

Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform