Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chilltoad
  • Order by date
  1. chilltoad

    optiongroup not refreshing after interactivechange

    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...
  2. chilltoad

    optiongroup not refreshing after 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...
  3. chilltoad

    optiongroup not refreshing after interactivechange

    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...
  4. chilltoad

    optiongroup not refreshing after interactivechange

    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...

Part and Inventory Search

Back
Top