Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 11:11:34
 
 
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:
00801176
Views:
17
I'm not sure I see what the problem is...

I wouldn't expect CUR1 to be 'available' until the result set is to be written. Don't you really want aTable.cField in the field list?



>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform