Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wierd FIND problem in VFP
Message
 
To
13/08/2013 15:10:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP3
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01580417
Message ID:
01580421
Views:
49
>>Hi Gang...
>>
>>Here I have some sample code..
>>
>>
>>lcAlias = ALIAS()
>>USE IN SELECT("rx_label")
>>USE ("c:\temp\rx_label") IN 0 share
>>SELECT rx_label
>>IF RECCOUNT("rx_label") = 0
>>      APPEND BLANK
>>ENDIF
>>SCATTER MEMVAR MEMO BLANK
>>GATHER MEMVAR MEMO
>>IF !EMPTY(lcAlias)
>>      SELECT (lcAlias)
>>ELSE
>>      SELECT 0
>>ENDIF
>>
>>
>>When I do a FoxPro FIND, searching for \temp
>>
>>it won't find it !! Yet it will find \ or it will find temp.
>>
>>Why not \temp ??
>>
>>Thanks!
>
>
>Interesting. \t is a code for "tab" in certain nomenclatures. Try searching for "\\temp" and see if it finds "\temp".


It found \\temp..... so you must be correct !!!

Thanks!
Tommy Tillman A+ NetWork+ MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform