Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 11:03:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problem with ISBLANK and SELECT SQL
Miscellaneous
Thread ID:
00801174
Message ID:
00801174
Views:
51
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
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Next
Reply
Map
View

Click here to load this message in the networking platform