Form Tab
Form Tabs are analogous to the pages of a Windows application's tab controls, or the labels in a file cabinet. A base form can host multiple form tabs in the same area. Each form tab consists of a certain type of information or a group of web controls that the base form displays when the user selects the corresponding tab.
Form Tab Attributes
  • Tab Name: Display text;
  • Show On New: Indicate if this tab is visible when using the base form to create new record;
  • Display Order: Display sequence on the base form;
  • Full Access: Full access permission key;
  • View Access: View access permission key; it applies when full access is not given.
Except GridCtrl form fields, all other fields can be put together inside a same tab. A GridCtrl must exclusively own one form tab.