Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with ISBLANK and SELECT SQL
Message
De
18/06/2003 11:03:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Problem with ISBLANK and SELECT SQL
Divers
Thread ID:
00801174
Message ID:
00801174
Vues:
53
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]
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform