Import view control

Hello all.

Does any one used the import view control passing control parameter in 7.1.2?

I’m trying but my parameters are not set…

I haded a simple view that displays a number. In the import I’ve passed the parameter writing the number myself, that is, it’s hard coded…

Can you help?

Hi, This is very easy to do. First declare the control Parameters you need in the properties tab of import view control and use the data binding to provided a source for their value (Harcoded if you like). Then go to the imported view, right click and then add data, and add a variable with the same name of the control parameter, telling Designer to generate a Setter. After that test and you will see the value of the control parameter in the imported view.