Hey everybody,
unfortunately I do not know how to implement two textboxes into a checkboxes-element using the other-attribute.
I tried it this way:
/ other = textbox.textbox1, textbox.textbox2
And I tried it that way:
/ other = textbox.textbox1
/ other = textbox.textbox2
Here you can see an example:
<checkboxes FKS>
/ caption = "XXX"
/ fontstyle = ("Arial", 12pt,true)
/ responsefontstyle = ("Arial", 11pt, false)
/ options = ("hair", "ears", "nose", "eyes", "skin")
/ orientation=vertical
/ other = textbox.textbox1, textbox.textbox2
</checkboxes>
<textbox textbox1>
/ caption="XXX"
/ mask=positiveinteger
</textbox>
<textbox textbox2>
/ caption= "XXX"
/ mask=positiveinteger
</textbox>
I hope, anyone can help me to handle this problem. Thanks a lot!