Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 23 AUG 2001 06:42:18PM Chris Meter wrote:

We can do normal page tabs, how do you do tabs that change part of a page.


At 24 AUG 2001 07:27AM Oystein Reigem wrote:

Chris,

Two ways that I can think of:

- Pretend the two guises of the page are two pages. The two pages will have some controls in common. These controls will have to occur twice - once on each page, and in the exact same spots. You might have to do some programming to keep the content of the control pairs in synch. Unless they are data-aware.

- Put all the controls on one page. Let the form's CREATE handler and the handlers for the tabs "turn the controls on and off" by setting their VISIBLE property.

I think I'd go for the latter. In most cases that would be the natural thing to do.

- Oystein -


At 26 AUG 2001 06:38AM Richard Bright wrote:

A variant on the first way -

Set the controls that you want to persist across the pages using the tab - fix method and then place the other controls on separate pages.

Eg if you have top half common and bottom half changes - place the bottom half controls on separate pages.

Richard Bright


At 27 AUG 2001 09:02PM Robert Lee wrote:

Or if the 115 controls per page limit hits you, you can use MDI the tabs autoclosing the current child/tab and opening the new child/tab.

Robert Lee

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/e7a940ae25c77e6a85256ab1007cb923.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1