I'm setting up an assembly with DriveWorks and I have a little question about creating forms.
I would like to know if when I put a checkbox (height on measure here) when I select this one it is possible to make a numeric text box appear (for the value of the height) and how to do it of course =)
I'm going to call your checkbox CaseACocher and your digital text box TextZone.
To make TextBox appear if CaseACocher is checked, select the TextBox control and construct a rule for its Visible property (you may need to double-click on the gray orb to make this property dynamic (green orb)).
The rule is very simple:
If(CaseACocherReturn = TRUE, TRUE, FALSE)
which can be simplified by:
Simply CaseAChocherReturn.
I hope this is clear enough, otherwise don't hesitate, I'll give you more details.
I forgot to ask for important information, are you on DriveWorks Xpress, Solo or Pro? The answer given above is a feature of the Solo and Pro versions.
DriveWorksXpress, our completely free version, does not allow you to customize forms using rules, this feature is one of the many new features that the Solo and Pro versions bring.