Hello.
How can I hide tabs for Multi Page and for different user levels? When I want to view or edit or add my record.
And how can I disable required for fields in tabs?
- You may try to set $this->MultiPage[$i]->Visible,
- You may use server and/or client side Form_CustomValidate event. (Do not set the field as “required” because you might hide the tab that the field belonged.)