Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wierd FIND problem in VFP
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Wierd FIND problem in VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP3
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01580417
Message ID:
01580417
Vues:
73
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform