Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search string
Message
From
22/11/1998 10:45:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Search string
Miscellaneous
Thread ID:
00160302
Message ID:
00160302
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform