Keith
unread,Nov 9, 2009, 10:30:23 AM11/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to InterSystems: Zen Community
I've got a page with a form followed by another followed by assorted
fieldsets, modal groups, etc. The second form is set to "hidden" to
begin with, but becomes visable when a certain variable is selected in
the first form. This works fine, however, the page is designed so that
when the data is entered in the first form it gets saved and the other
data is then appended to it.
My problem is that although the second form becomes viasable when it
should, it disappears again when the first form is saved. I've tried
putting the call to the Method that makes it visable is assorted
locations; the comboBox that selects the variable, putting it in an
"onrefresh" for the first form, calling it at the save time as the
Method to save the first form. But it always disappears when the page
refreshes after the save.
Anybody else had a similar problem and solved it?
Thanks,
Keith