Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wierd FIND problem in VFP
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Wierd FIND problem in VFP
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:
01580417
Views:
74
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!
Tommy Tillman A+ NetWork+ MCP
Next
Reply
Map
View

Click here to load this message in the networking platform