Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 11:44:18
 
 
To
18/06/2003 11:03:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801204
Views:
15
I think it's a bug. Why do you need ISBLANK() function anyway?

>Hi Al,
>
>today I run into a new problem with SELECT SQL. it happens with VFP 7.0 and VFP 8.0.
>
>Example
>
>SELECT;
> ISBLANK(Cur1.cField);
> FROM aTable AS Cur1
>
>this produces error 'Object Cur1 not found'
>
>If I do
>
>SELECT;
> ISBLANK(aTable.cField);
> FROM aTable
>
>all is fine.
>
>The problem occurs with ISBLANK(), EMPTY for example is fine.
>
>Is this a known problem?
>
>Agnes
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform