Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extract names
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01044676
Message ID:
01044760
Vues:
13
Dear Experts
>
>No example solve my problem.
>
>Please review if possible


Tariq,
try this and please post what is wrong.
Christof gave you good example.
CREATE TABLE Master (Name C(40))
INSERT INTO Master VALUES ('Ahmed Ali')
INSERT INTO Master VALUES ('Ali Reza')
INSERT INTO Master VALUES ('Malik Hassan')
INSERT INTO Master VALUES ('Mahammed Ali Reza')
INSERT INTO Master VALUES ('Maali Reza')

sname = "% "+ALLTRIM("Ali")+" %"

SELECT name FROM MASTER;
WHERE ' '+name +' ' LIKE SNAME;
INTO cursor TEST
BROWSE NORMAL
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform