Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find all occurrences of a name
Message
 
 
To
29/08/2002 19:02:15
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00695237
Message ID:
00695251
Views:
17
Can you show with some examples what the problem is?

>>You can use LIKE SQL operator.
select number,last_name,first_name,location,status ;
>>  from refdocswithaddress into cursor refdoclist nofilter ;
>>  where UPPER(refdocswithaddress.last_name) LIKE  (ALLTRIM(mreflast_name) + "%")
>>
>Thanks Sergey. I tried this code, and still did not achieve the result. Should I insert another "%" before the name also?
>
>Basically, the result is displayed in a grid. With the change in code, the behavior is still the same.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform