Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Information about that situation appears in the dialog box. It offers several options such as solving an error, displaying the error messages or prepare message with error warnings for sending to email address defined in the application parameters (parameter MailingAddress).

Error messageImage Modified

After clicking "View error information", dialog box with the most recent error messages opens. Message count is displayed in header. The messages are separated by line and their structure may vary over time.

Zobrazenie podrobností o chybáchImage Modified

A user may copy this message to a clipboard by clicking the button and send to an administrator. Or he may send it on defined email address (mentioned above). If additional error messages occur in dialog box, the Refresh button become available. It allows you update the displayed contents.

The button OK confirms the error and closes the dialog box.

...

_INDEX    -    indexed variable for the structure variable SV.Struct. Current value is 3.
Assignment:

...

closes (terminates updating) the row SV.Struct[3] and opens the row SV.Struct[2].

Because closing and opening the row may take some time in dependence on the system load, the assignment is implemented in the following steps:

...