Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data type mismatch
Message
De
26/08/2004 10:21:35
 
 
À
26/08/2004 10:04:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00936467
Message ID:
00936595
Vues:
26
That is because the first record probably has split_in <> "Y", so it is evaluating to 0...causing the width of the field to be 1. Try:
select iif(a.split_in="Y",a.price*a.catchweight,000000)as T
>
>but the result of the column is an asterik not price*catchweight.
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform