Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search string
Message
De
22/11/1998 10:45:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Search string
Divers
Thread ID:
00160302
Message ID:
00160302
Vues:
49
I have a question about "like*" in VFP. In the form there have a text
box, a button and grid. If I enter AB in the textbox and then click
the button. It will show all AB records like ABC, ABCD..ABBA..
in Grid. All my code in button is in following

Select TableA.customerno. TableA.date,TableA.Title;
From Table.A ;
where TableA.title like thisform.text1.value;
into cusor temp

It cannot do it. I try str(.....) + "*" . It still can't work
Any one can help me?

Drexler
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform