Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Accepting .NULL.
Message
De
01/02/2001 16:51:41
 
 
À
01/02/2001 13:22:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00468365
Message ID:
00471484
Vues:
36
Jeffrey,

Sorry for the typo. This should (finally) work:

FOR i = 1 TO FCOUNT()
lcFldName = FIELD(i)
luFldVal = EVAL(lcFldName)
REPLACE ALL (lcFldName) WITH GetEmptyValue(TYPE(lcFldName)) FOR ISNULL(luFldVal)
ENDFOR

>Hey daniel,
>
>did you mean lufieldval or lufldval?
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform