Well, I'm still not sure what is happening, but with a form with the following (1 x optiongroup, 1 x shape, 2 x options in the group which show or hide the shape, and the optiongroup bound to an integer control source, optimistic buffering) I get:
THISFORM.Refresh within the interactivechange...
Thanks again. Still working on it but it is clearly related to 'refresh'. I'm now down to two objects on a form, one is the optiongroup, the other is an object to be visible or not depending on which option is selected. 'thisform.refresh' makes it misbehave, taking it out cures it.
I think...
Many thanks.
I might have fixed it but I don't understand what the problem actually is (I hate that).
The control is on page3 of pageframe1 on a single form. The interactivechange method finishes with "thisform.pageframe1.page3.refresh". Removing this line seems to cure the strange behaviour...
I have an optiongroup with two options, "Yes" and "No", to be used in response to some question, and I want to hide or show other controls depending on the selection. I use the interactive method of the optiongroup to carry out the appropriate action,
eg if this.value=1 then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.