I need to display a computed subform when a user selects an entry in a combo box. I have subforms named corresponding to the entries in the combo box and it is set up to refresh on keyword change. The subform formula specifies the the combo box name.
Is seems this should be a no-brainer but doesn't work.
I could put all the subforms on the form and use the hide property or use sections but I didn't want to go that route. Any help would be appreciated, thanks
Software/Hardware used:
ASKED:
May 27, 2005 6:45 PM
UPDATED:
May 31, 2005 11:46 AM
I also had this problem and I managed to display the sub-form finally by doing the following.
Create a hidden text field named “FIELD1″ and populate the field with the selected value from combo box.
And in the default value of computed field type FIELD1.
Good luck.
Thanks for the replies, this is a web app which I forgot to mention.
It does not make sense that I can dynamically display a subform based on user security but not from the value of a field. I think the problem lies in the refresh on keyword change, that must not re-evaluate the subform formulas.
thanks