Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching all fields
Message
 
 
À
03/11/2003 12:21:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00845549
Message ID:
00845679
Vues:
13
Hi Terry,

Sorry, it's my own mistyping of FIELD() function. :) There's another typo also. It should be
SELECT mytable
SCAN
  FOR i=1 TO FCOUNT()
    IF TYPE(FIELD(i)) = "C"
       IF lcSearchFor $ EVAL(FIELD(i))
         *  Found, do something
       ENDIF
    ENDIF
  ENDFOR
ENDSCAN
>Hi Sergey,
> I did not find this "FILED()" function in VFP 8.0,
>is it one of your own functions?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform