Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 13:33:06
 
 
To
18/06/2003 12:26:48
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801309
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform