Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transform
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00455636
Message ID:
00455651
Vues:
27
>Hi everybody,
>
>Is there a way to specify not to show 0, if Numeric Value=0 in Transform?
>Say, Price=0, transform(Price,'$999,999,999') shows $0. What should I do?

Try the following command

Transform(Price, "@Z$999,999,999")

The @Z should tell it to not display 0 values.

HTH

REM
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform