Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with ISBLANK and SELECT SQL
Message
De
18/06/2003 13:33:06
 
 
À
18/06/2003 12:26:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00801174
Message ID:
00801309
Vues:
14
Hello Fabio,

>>But if you leave off the table name (isblank(cField)), it works correctly.
>
>I test on VFP6 and give costant value.
>

This test is not valid, because the cursor is being populated with zero when you APPEND BLANK.
CREATE CURSOR PirillinoDelPicchio (a i)
APPEND BLANK
? isblank(a)   && shows FALSE
? a            && shows 0
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform