Variables in Mongoose

Hi,

is possible to declare more complex variables in Mongoose Form Designer?

Now I am able to declare only simple String variable. Is possible to declare for example List<String> or something more complex like List<MyClass>?

My interest is in passing more complex structures like List<MyClass> between forms. Is that possible?

Thanks.

Parents Reply
  • Please do you have any example for this? How can I read data in child form from parent form?

    EDIT

    Ok, I think I can see it now. It's ThisForm.ParentForm syntax.

    But by this I can get only to objects declared in Form Designer?

    Is there any possibility how to get to the objects declared in my Parent form FormScript?

Children