i have ovel shape
i want to hide it when text1 <= text2
i tray this in condition of the shape
but i have error message
Decimal.Parse(Text1.Text) <= Decimal.Parse(Text2.Text)
how to hide shape depend on the value of text
how to hide shape depend on the value of text
- Attachments
-
- Report.mrt
- (4.66 KiB) Downloaded 187 times
Re: how to hide shape depend on the value of text
Hello,
You need use the expression from Text components in the Condition. For example "DataSourceName.Column1 <= DataSourceName.Column2", in your case it is - "10 <= 20".
Thank you.
You need use the expression from Text components in the Condition. For example "DataSourceName.Column1 <= DataSourceName.Column2", in your case it is - "10 <= 20".
Thank you.
Re: how to hide shape depend on the value of text
Hello.
It's impossible to take a value of a text component this way.
You should use the same expression as in the text components or save the values in variables in Get Value events of the text components.
Thank you.
It's impossible to take a value of a text component this way.
You should use the same expression as in the text components or save the values in variables in Get Value events of the text components.
Thank you.
Re: how to hide shape depend on the value of text
Mr. Aleksey Andreyanov
sample pls
thanks for reply
sample pls
thanks for reply
Last edited by nezarabd on Wed Feb 25, 2015 9:18 am, edited 1 time in total.
Re: how to hide shape depend on the value of text
Mr. Aleksey
i want to do so without datasource
i want with the value of textbox content
thanks for reply
i want to do so without datasource
i want with the value of textbox content
thanks for reply
Re: how to hide shape depend on the value of text
Hello,
You need use this value in the Condition.
Thank you.
You need use this value in the Condition.
Thank you.