Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wierd FIND problem in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
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:
01580419
Vues:
58
>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".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform