Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Dyanamic Actice Reports
Message
De
09/03/2004 01:01:58
Rahul Murarka
Sys-Con Engineering
Kolkata, Inde
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Data Dyanamic Actice Reports
Divers
Thread ID:
00884325
Message ID:
00884325
Vues:
52
Dear Sir/madam


I am using Data Dyanamic Actice Reports to print an invoice.

I have a label in the Report which changes as per Qty value.

so I have put the code in fetchdata() event.

The Result I should get is

items qty label
xxxxx 1 No.
xxxxx 2 or >1 Nos.
xxxx 3 Nos.
xxxxx 1 No.
xxxxx 0 " " (Blank)


But result I am getting is

items qty label
xxxxx 1 " "
xxxxx 2 or >1 No.
xxxx 3 Nos.
xxxxx 1 Nos.
xxxxx 0 No.
That is it is taking the Values after processing the first data.

My code is

Select case qty

case is 1
lblqty.caption="No."
case is > 1
lblqty.caption="Nos."

case is 0
lblqty.caption=" "

Please help
Thanks in Advance

Rahul
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform