Hi
I have a text box of Data type Decimal in a report and I want to set its visible to False.
The reason I am trying to do something like that is that there is a need not printing 0,00 when that value is 0.
Does anyone has done something like that before?
Thank you in advance
kkakl
0
Comments
You could play with the:
BlankNumbers
Use this property to tell the system to blank a range of numbers as it formats them.
- or -
BlankZero
Use this property to tell the system whether to display zeros (0) and No.
properties of your textbox...
Personally I have used BlankNumbers=BlankZero in a few of my reports.
Arhontis
https://forum.mibuso.com/search
THANKS