When i make a commentline as an orderline (no itemno ) the order line looks fine.
But when i Invoice it and use word as report generator there are zeros in the line that doesn't look good. the report is 1306.
When i use the RDLC standard there are no problem regarding this issue.
0
Answers
Thanks in advance
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Where do you put the code?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
How do you give the value ('') back to the quantity (decimal) to be outputted to word via XML?
How to do that?
add it in dataset below quantity field
you need to write code in proper place that if quantity = 0 then make the text variable ''
if quantity has a value the assign the value using format
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Guiding you step by step to create a text variable in a report, then add it to the dataset(or the sections) and then to the report layout itself (and then debug the problems you are most probably going to have), will take us 100 posts.
A senior developer could do this in no time, if you ask him.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog