Hi,
In my canvas app, I have three Forms. The first two are FormViewer, which display Customer Master and Temporary Customer table. The third Form is an Edit Form, the field will check if the first two FormViewer field is the same, if yes, display the value and not allow to change, if no, empty the input box and ask the user to fill in the correct value.
I would like to ask how to do that?
I have tired to use some like:
If( FormViewer1.Item.'Customer Number' = FormViewer2.Item.'Customer No', DisplayMode.View, Displaymode.Edit)
But I cannot get the value from the FormViewer.
I would like to ask how to get the value from item inside a FormViewer to do comparison>
Thank you very much in advance.
Henry