Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Dyanamic Actice Reports
Message
From
09/03/2004 01:01:58
Rahul Murarka
Sys-Con Engineering
Kolkata, India
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Data Dyanamic Actice Reports
Miscellaneous
Thread ID:
00884325
Message ID:
00884325
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform