Self Relation vs. GUI Manipulation

Hi,

Just wanted to know if I have a lot of fields in one form and I want to organize it in a good fashion using tabs …

so I have two options to do this;

  • either by building a tabpanel-like part of the form by having some buttons and hiding and showing fields.
  • or by having a self join
    Which is better option, in the scope of performance and maintainability?
    or is there any other option that works in both client and web?

Why use a self-join ? As long as your forms use the same foundset you can use unrelated tabpanels.

Hope this helps.

Worked like a charm …

I never thought about this :oops:

thanks for the tip ROCLASI :)