Application Form Types

Материал из JD Edwards E1
Версия от 16:05, 23 января 2019; 195.208.102.32 (обсуждение)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску

Типы форм приложений

EnterpriseOne applications use a variety of form types. The characteristics of each form type remain the same, regardless of the application in which you access the form.

Типы обработки форм (FMTP, UDC 98|FT):

  • Find/Browse (BR)
    Поиск/Обзор. Входная точка большинства приложений. Часто содержит полосу query-by-example (QBE) для сетки, Запрос и начинается со слов «Работа с…»
  • Search/Select (SS)
    Поиск/Выбор. Поиск значения для подстановки в соответствующее поле.
  • Fix/Inspect (FI)
    Исправить/Осмотреть. Отображение данных для одной записи, выбранной в предыдущей форме. Используется для изменения и добавления записи, причем при добавления форма пуста, кроме значений по умолчанию.
  • Header Detail (HD) и Headerless Detail (LD)
    Детали с заголовком/ без заголовка. Форма позволяющая изменить данные для множества записей. Содержит кнопки ОК и Отмена . Причем для форм с заголовками изменяемые данные будут общими для всех детальных форм.
  • Parent/Child (PC)
    Родитель/Подчиненный. На одной форме расположены две области со списками слева и справа. Элементы одного списка перекладываются в область другого списка.
  • Message (MB) / Hover
    Сообщение/ Форма при наведении. Формы сообщений предлагающих утвердить изменения. Всплывающие формы – информационные формы элемента формы.
  • Power (PB, PE, RB, RE)
    Web-формы содержащие несколько суб-форм, связанных определенной логикой.

Другие


Find/Browse Form

Код типа обработки форм (UDC 98|FT): BR

The Find/Browse form provides the entry point to most applications. It contains an optional query-by-example (QBE) line enabling you to search using any field in the grid. Most Find/Browse forms include the Query control, which enables you to define additional search criteria when searching for records. The standard title for a Find/Browse form begins with "Work With" followed by information that is specific to the business task. You cannot add or change existing records on a Find/Browse form.

Форма Find/Browse позволяет:

  • Выполнить Поиск, просмотр и выбор нескольких записей в сетке;
  • Перейти в другую форму для добавления, изменения или просмотра записи.

Search/Select Form

Код типа обработки форм (UDC 98|FT): BR

Use the Search/Select form to locate a value for a field. The grid displays values that are stored in a database table. When you select a value from the grid and click the Select button, that value is automatically placed in the field. For example, when you need to enter a user defined code (UDC) into a field, the search button appears, enabling you to access a Search/Select form that displays a list of UDCs. You can select an item from the list and place it in the appropriate field. Search/Select forms include the Query control unless the form appears in a pop-up window. The Query control enables you to define additional search criteria when searching for records. You cannot edit the information that appears on this form.

Header Detail and Headerless Detail Forms

Код типа обработки форм (UDC 98|FT):

  • HD - Header Detail
  • LD - Headerless Detail

The Header Detail and Headerless Detail forms include a detail area, the OK button, and the Cancel button. You can change multiple records using these forms. The Header Detail form includes information from two different business views to provide more depth on the information that appears on the form. The Headerless Detail form provides information from only one table. Data that is common to all the records in the grid appears at the top of the form.

Формы Detail and Headerless Detail позволяют:

  • Отобразить множество записей;
  • Просмотреть записи;
  • Добавить записи;
  • Изменить записи;
  • Удалить записи.

Fix/Inspect Form

Код типа обработки форм (UDC 98|FT): FI

The Fix/Inspect form does not include a detail area. If you selected a record on the previous form, the Fix/Inspect form displays data for that record. If you are adding a record, the Fix/Inspect form is empty, except for any default values.

Формы Fix/Inspect позволяют:

  • Просмотреть одну запись;
  • Добавить запись;
  • Изменить запись.

Parent/Child Form

Код типа обработки форм (UDC 98|FT): PC

The Parent/Child form presents parent/child relationships in an application on one form. The left portion of the form presents a list of items. The right portion of the form displays information that relates to the selected item in the left portion of the form. The Parent/Child form supports the ability to drag and drop items from one area to another. This form includes Select and Close buttons.

You can resize the display areas according to your personal preferences.

Message Form

Код типа обработки форм (UDC 98|FT): MB

The message form contains information about processing that occurs when you work with JD Edwards EnterpriseOne software. For example, when you delete a record, a Confirm Delete message appears to ask if you are sure that you want to delete the object. The message might also include information about an event that occurs while you work with the system.

Message Form as Hover Form

The message form may also contain the context-based information, which is displayed when you click the hover indicator in the hover supported JD Edwards EnterpriseOne controls.

With Release 9.2.1, power browse forms can be used as hover forms instead of message forms. See "Understanding Power Browse Forms" in the JD Edwards EnterpriseOne Tools Form Design Aid Guide.

This hover form appears around the control.

The hover form may contain context-based information about the Address Book Number, Item Number and so on. Also, the hover from may contain card information about the Address Book Number.

The hover form closes when you move the mouse cursor away from the control or grid cell. You can also use the Close button on the hover form.

Note: The hover form does not appear on the empty control or space and error form controls and grid cells. You see an orange "dot" indicator at the top left corner of the control, if the hover form is associated with the control. Hovering on the orange "dot" will change it into a checkable indicator. Click on the indicator to display the hover form.

> Tutorial: Click here to view a recording of this feature. The hover form may contain a tab called Collaborate. See Accessing Send Email and Meeting Invite options from Data Dictionary items in this guide.

You can enable or disable the hover form using the Preferences window from the Personalization drop-down menu at the user level. Select or deselect the Enable Hover Forms option in the Preferences window.

Also, your system administrator can enable or disable the hover form at the system level in the JAS.ini file or in Server Manager.

See "Understanding Hover Forms" in the JD Edwards EnterpriseOne Tools Runtime Administration Guide.

The hover form association is supported on form level controls and also on the grid. For example, Edit Control, Check Box, Combo Box, Associated Text Images, Radio Buttons, Text Block, and Grid Cell all support the hover form.

Power Forms

Код типа обработки форм (UDC 98|FT): PB, PE, RB, RE

  • (PE) - Power Edit Form ;
  • (RE) - Reusable Edit Subform (RE)

Power forms are web-only application forms that enable you to view multiple, interrelated views of data, grids, and tab pages on one form and to pass logic between them. The tab pages can have their own business views (BVs), and these BVs can communicate with each other and can update based on data selection and changes that occur in other BVs on the form. Most Power Browse forms include the Query control, which enables you to define additional search criteria when searching for records.