<< Click to Display Table of Contents >>

etcmenu.ozdhistory

Sets whether to display the [Show saved history] menu on the etc menu.

Values

true

Display(The default value)

false

Do not display

Reference

The [Show saved history] menu is displayed only for an OZD in which the changed history of an input component is saved. Otherwise, this menu is not displayed.

The [Show saved history] menu is possible to use only in iOS 8.0 or later.

This function can save the changed history of input components when you save OZD and search for the saved history. To use the function, set the ozd.includeedithistory parameter to true and change the input component value and save the report as OZD format. If you open the OZD that you saved, the [Show saved history] menu is displayed on the etc menu and you can search for the saved history by selecting the [Show saved history] menu.

The list of saved history is displayed according to the rules below.

The sort date and time in descending order.

The parameter value of ozsystem.user_name and ozsystem.user_id is displayed in "user_name (user_id)" format under the date of saved history when you save the file as OZD format. If only the parameter value of ozsystem.user_id is set, it is displayed in the "user_id" format.

Details are displayed according to the rules below.

Displayed in a group by page.

If there is a FormID, the component name is displayed as FormID and if there is not, it is displayed as a component name. Also, if FormID or the component name is duplicated, it is saved separately and displayed.

The component to be saved and the content to be displayed are the same as shown in the table below.

Component

Content

CheckBox

Icon and text indicating whether to check or not

RadioButton

Text of checked RadioButton among RadioButton grouped as RadioButtonGroup.

TextBox

Text

SignPad

View signature icon

By clicking the icon, a pop-up window is executed and allows you to check the content

ImagePicker

View image icon

By clicking the icon, a pop-up window is executed and allows you to check the image

ComboBox

Text of a selected item

NumericUpDown

Number value

DateTimePicker

Date

VoiceRecorder

Recording listening icon

By clicking the icon, the player is executed and allows you to check the content. Note that HTML5JS viewer does not support the recording listening icon

ToggleButton

Text of selected item

AttachmentButton

View attachment file icon

When the view attachment file icon is selected, a pop-up window opens, which allows you to check the attached file. Note that HTML5JS viewer does not support the view attachment file icon