Skip navigation.

VUFORM メッセージ 0-99

  Previous Next

1

ERROR:malloc() failed

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed in vuform while trying to allocate space for a fielded buffer.

アクション

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. Re-execute the vuform command.

関連項目

vuform(1), ulimit(2) in UNIX reference manuals

2

ERROR:Couldn't find system form formname

説明

The vuform program was not able to find the specified system form, formname, or an I/O error was found while reading the specified form.

アクション

Check that the TUXDIR environment variable is set to the proper value and export this variable. Also, verify that the specified form exists under the corresponding locale directory, for example, ${TUXDIR}/locale/C/mask/vuform, and is readable. Then, re-execute the vuform command.

関連項目

vuform(1)

5

ERROR:Couldn't find formname

説明

The vuform program was not able to find the specified form, formname, or an I/O error was found while reading the specified form. This error was produced while the vuform command was trying to initialize a MENU type form.

アクション

Check that the TUXDIR and the MASKPATH environment variables are set to the proper values and export these variables. Also, check that the file containing the specified form is readable. Then, re-execute the vuform command.

関連項目

vuform(1)

11

ERROR:this page already has a home field

説明

This error is provided by the vuform command during a cross validation of the lastval function. This cross validation found that there is more than one field declared as a Home field on the corresponding page. Only one field can be the Home field.

アクション

For each field, enter Attribute Mode (that is, type cf) and verify the value of the Home field attribute. Only one field is allowed to be the Home field.

関連項目

vuform(1)

12

ERROR:this page already has an initial field

説明

This error is provided by the vuform command during a cross validation of the lastval function. This cross validation found that there is more than one field declared as an Initial field on the corresponding page. Only one field can be the Initial field.

アクション

For each field, enter Attribute Mode (that is, type CF) and verify the value of the Initial field attribute. Only one field is allowed to be the Initial field.

関連項目

vuform(1)

13

ERROR:this form already has a menu field

説明

This page already has a menu field (MENU). Only one MENU type field is allowed on a form.

アクション

Do not define a new MENU type field. Edit the field attribute parameters and delete the values provided for the Menu Type and Argument:fields.

関連項目

vuform(1)

14

ERROR:invalid menu type (choose MENU or FORMEXIT)

説明

This error is returned by vuform during the definition of the parameters for a variable field. The field labeled Menu type:takes either the MENU or the FORMEXIT keyword. Another value has been specified.

アクション

Check the value of the field labeled Menu type:; it must be MENU or FORMEXIT. The remainder of the specification of the MENU or the FORMEXIT statement must be entered on the lines following the label Argument:.

関連項目

vuform(1)

15

ERROR:no spaces allowed in display code string

説明

There should be no spaces between display flags. This error is produced by the vuform command while validating the display flags for a particular field.

アクション

Re-enter the value of the display flags without spaces.

関連項目

vuform(1)

16

ERROR:invalid display code - use digits 0 through 9

説明

A display flag must be a digit between 0 and 9, where 0 is the normal mode, 1 is standout mode, 2 is inverse video, 3 is bold, 4 is dim, 5 is blink, 6 is invisible, 7 is underline, 8 is protected, and 9 is alternate character set. This error is produced by the vuform command while validating the display flags for a particular field.

アクション

Correct and re-enter the value of the display flags.

関連項目

vuform(1)

17

ERROR:duplicate display code

説明

A display flag can only be specified once. This error is produced by the vuform command while validating the display flags specified for a particular field.

アクション

Correct and re-enter the value of the display flags field.

関連項目

vuform(1)

18

ERROR:FML id not found in field tables

説明

This error is produced by the vuform program while validating the FML name given to a particular field in the field attribute form. The FML id must be defined in the corresponding field table.

アクション

Check the FIELDTBLS and FLDTBLDIR environment variables to make sure they are set correctly, and re-execute the command. Add the FML identifier to the field table file. You can escape to the editor to edit the field table file and add the field identifier, for example, ESC!vi field table file>.

関連項目

vuform(1)

19

ERROR:argument specification not consistent with type

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Default type:field. A value for the Argument:field has been specified but no value has been given to the Default type:field. A default type (the value of the Default type:field) must be specified in this case.

アクション

Specify a default type value for the Default type:field, or delete the value of the Argument:field.

関連項目

vuform(1)

20

ERROR:type requires argument

説明

This error is issued by vuform while validating the argument specification for a variable field. The error occurred during the definition of the Default type:field. A value for the Default type:field has been specified but no value has been given to the Argument:field. An argument value for the Argument:field must be specified.

アクション

Specify an argument value for the Argument:field, or delete the value of the Default type:field.

関連項目

vuform(1)

21

ERROR:argument specification not consistent with type

説明

This error is produced by vuform while validating the validation specification for a variable field. The error occurred during the specification of the Validation type:field. A value for the Argument:field has been specified but no value has been given to the Validation type:field. A value for the Validation type:field must be specified.

アクション

Type a value for the Validation type:field, or delete the value of the Argument:field.

関連項目

vuform(1)

22

ERROR:validation type does not take an argument

説明

This error is produced by vuform while validating the validation specification for a variable field. The error occurred during the specification of the Validation type:field. A value for the Argument:field has been specified but the value provided for the Validation type:field does not take an argument. For example, ALPHA, ALNUM, INTEGER, and NUMERIC are validation types that do not take arguments.

アクション

Do not specify a value for the Argument:field. Correct the value and proceed with editing the form.

関連項目

vuform(1)

23

ERROR:type requires argument

説明

This error is produced by vuform while validating the validation specification for a variable field. A value for the Validation type:field has been specified that requires an argument but no value for the Argument:field has been provided.

アクション

Specify a value for Argument:field.

関連項目

vuform(1)

24

ERROR:argument specification not consistent with type

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Argument:field for a Menu type:field, but the Menu type:field has not been set to either MENU or FORMEXIT.

アクション

Set the value for the Menu type:field to MENU or FORMEXIT, or delete the value for the Argument:field.

関連項目

vuform(1)

25

ERROR:MENU field must be unprotected

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the field has not been marked as unprotected.

アクション

Set the protected field indication to "n".

関連項目

vuform(1)

26

ERROR:type requires argument

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but no value for the Argument:field has been specified.

アクション

Specify a value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

27

ERROR:regular expression syntax error

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Validation type:field as RE (regular expression). The associated argument is an invalid regular expression.

アクション

Specify a value for the Argument:field that is a valid regular expression, or delete the Validation type:field value.

関連項目

vuform(1)

28

ERROR:bad function specification

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Validation type:field as FUNC (function). The associated argument is an invalid function specification.

アクション

Specify a value for the Argument:field that is a valid function specification, function(string_arg), or delete the Validation type:field value.

関連項目

vuform(1)

29

ERROR:bad range specification

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Validation type:field as NR (numeric range). The associated argument is an invalid numeric range (for example, a closing bracket is missing).

アクション

Specify a value for the Argument:field that is a valid numeric range, or delete the Validation type:field value.

関連項目

vuform(1)

30

ERROR:bad range specification

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Validation type:field as IR (integer range). The associated argument is an invalid integer range (for example, a closing bracket is missing).

アクション

Specify a value for the Argument:field that is a valid integer range, or delete the Validation type:field value.

関連項目

vuform(1)

31

ERROR:floating point constant in integer range specification

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Validation type:field as IR (integer range). The associated argument is an invalid integer range (the numbers specified are not integers).

アクション

Specify a value for the Argument:field that is a valid integer range, or delete the Validation type:field value. Use a numeric range (NR) if floating point values are desired.

関連項目

vuform(1)

32

ERROR:Cannot have null menu/formexit value

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of menu_value=menu_type:jump_type values, but one of the entries is missing the menu_value (either the field value starts with an equal sign or an equal sign follows a comma).

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

33

ERROR:values for FORMEXIT must be F0-F9 or F11 or *

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of menu_value=menu_type:jump_type values where menu_value must be F1 through F09, F11, or *.

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

34

ERROR:expected '=' in menu/formexit list

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of menu_value=menu_type:jump_type values, but one of the entries is missing the equal sign (a menu_value was followed by white space but no equal sign).

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

35

ERROR:invalid menu/formexit type

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of menu_value=menu_type:jump_type values, but one of the entries has an invalid menu_type.

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

36

ERROR:expected ':'in menu/formexit line

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of

menu_value=menu_type:jump_type

values, but one of the entries is missing the colon (the character following the menu_type and optional white space is not a colon).

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

37

ERROR:invalid action type

説明

This error is produced by vuform while validating the argument specification for a variable field. The error occurred during the specification of the Menu type:field as either MENU or FORMEXIT, but the Argument:field is invalid. The format of the field should be a comma-separated list of

menu_value=menu_type:action_type

values, but one of the entries has an Action (A or a) menu_type, with an invalid action_type.

アクション

Specify a valid value for the Argument:field, or delete the value for the Menu type:field.

関連項目

vuform(1)

64

ERROR:Signal caught - vuform exiting additional_information

説明

This message is printed when vuform processing is interrupted by a signal, usually a BREAK signal sent by the user hitting the BREAK key on the terminal. additional_information may be printed if vuform has additional information relating to the form being processed.

アクション

Restart vuform and reformat the mask information.

関連項目

vuform(1)

65

ERROR:Signal caught - vuform exiting

説明

This message is printed when vuform processing is interrupted by a signal, usually a BREAK signal sent by the user hitting the BREAK key on the terminal.

アクション

Restart vuform and reformat the mask information.

関連項目

vuform(1)

66

ERROR:program_name - unknown terminal type term_type

説明

The terminal type indicated is not known on this system and therefore cannot be used with vuform.

アクション

Correct TERM environment variable setting to one understood on the local system, or run vuform from a terminal that has a known type.

関連項目

vuform(1), curses(3X) and terminfo(4) in UNIX reference manuals

68

ERROR:program_name - form dimensions, cols X rows, are too large for screen, cols X rows

説明

The dimensions of the form to be processed by vuform are too large for the screen or window in use. The form dimensions come from the command line of vuform via the -c and -r options or default to 80 by 23 respectively.

アクション

Run vuform from a bigger window or reduce the size of the form being created.

関連項目

vuform(1)

69

ERROR:file_name is either an invalid file name or too long

説明

vuform creates a file with the same basename as that specified on the command line, but with a ".M" suffix appended to the end (if it does not already exist). This error occurs when the file name specified is invalid for use on the vuform command line for one of the following reasons:

アクション

Modify the file name used on the vuform command line to conform to the restrictions specified above.

関連項目

vuform(1)

74

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

75

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

77

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

78

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

80

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

82

ERROR:file_name is either an invalid file name or too long

説明

See Message No. 69 above.

アクション

See Message No. 69 above.

関連項目

vuform(1)

90

ERROR:rows must be between 1 and rows

説明

When trying to reset the number of rows on form using ":rows=", the value specified was too large. The value must be between 1 and rows, where rows is dependent on the screen and/or window size.

アクション

Run vuform from a bigger window or reduce the row size value specified.

関連項目

vuform(1)

92

ERROR:cols must be between 1 and cols

説明

When trying to reset the number of columns on form using ":cols=", the value specified was too large. The value must be between 1 and cols, where cols is dependent on the screen and/or window size.

アクション

Run vuform from a bigger window or reduce the column size value specified.

関連項目

vuform(1)

94

ERROR:unknown command:string

説明

A command mode string, beginning with a colon, was entered but is not a valid vuform command.

アクション

Enter a valid command mode string, as listed in the vuform(1) manual page.

関連項目

vuform(1)

95

ERROR:formname - bad magic number

説明

The form formname specified for processing by vuform is not a valid form or was generated with an earlier version of the software (it has an invalid magic number).

アクション

Make sure that the correct form name was specified and that it was compiled with the current version of the software. If necessary, de-compile it with the old version of the software and re-compile it with the new version.

関連項目

mc(1), mcdis(1), vuform(1)

99

ERROR:read failed for formname - FML id, field_number (field_type), not found in any field table

説明

While reading the specified form, formname, the field name for field number field_number and type field_type could not be found (for example, Fname failed).

アクション

Check the FIELDTBLS and FLDTBLDIR environment variables to make sure they are set correctly, and re-execute the command. Add the FML identifier to the field table file. You can escape to the editor to edit the field table file and add the field identifier, for example, ESC!vi field table file>.

関連項目

vuform(1)

 

Skip footer navigation  Back to Top Previous Next