Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Numeric in report designer
Message
De
23/07/2006 02:53:01
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Numeric in report designer
Divers
Thread ID:
01138885
Message ID:
01138885
Vues:
59
I used _screen.QtyPict for the qty format.

The clients can choose either '999,999.99' or '99,999,999' for its value.

in the whole application I always use trans(qty,_screen.QtyPict) for qty value.

But I have problem in the report designer, in the Group Footer, if I have:

trans(qty,_screen.QtyPict) => Calculation: sum

I will get '***' instead of value.

if I tried:

Expression: qty => Calculation: sum
Format: _screen.QtyPict

the report won't recognize it.

I did try to create a report variable: Tqty => Calculation: sum 'qty'
and in the Group Footer, I used trans(Tqty,_screen.QtyPict) => Calculation: Nothing, it works.

but I try to avoid this solution because somehow it conflicts with my another reporting tool.

is that any solution?

thanks for the help.

regards,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform