Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error Message # 1886
Message
 
 
À
13/06/2005 08:32:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01022718
Message ID:
01024536
Vues:
26
I had something similiar happen.
Try replacing all the OLDVAL( "field", "table")
with NVL( OLDVAL( "field", "table"), 0 ).
Substitute an empty field value for 0, if the field is not numeric.

Just a guess is that during the SQL, FoxPro create a temporary index.
And THAT does not accept NULLs.
- Andy Rice
San Diego, CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform