ScriptPro Editor

This topic is for use by scriptwriters who are using ScriptPro Editor to create custom scripts for their agencies.

Agents can go to Using ScriptPro Scripts for more information about using custom or standard scripts within Travelport Smartpoint.

 

Dialog Manager Error Messages

Error

Description

D1010: Out of Memory...Script Aborted

The entire design of the script may be too complex.  This error message may be due to either:

  •  Too many local or global variables with a large, complex dialog box
  •  Too many called (CALL command) or paused scripts (PAUSE command or manual pause)
  •  Too many applications running at the same time; close some and retry

D1020: Field Must Have Entry

This is a must-enter field which cannot be left blank.

D1030: Field Must Be Completely Filled or Empty

This is a must-fill field.  The field can be left blank, but if an entry is made, it must fill the field.

D1040: Field Must be Completely Filled

This is a must-enter and must-fill field.  The field requires an entry that fills the field.

D1050: Invalid or Missing List Item(s) in xxx  (where xxx is VALIDBOX, LISTBOX, or COMBOBOX)

The contents of the list file referenced by this field cannot be read.  Retrieve the Control Characteristics box related to this edit control.  Check for correct list box filename and format.  If so, check the list box file for missing or invalid entries.

D1060: Cannot Open List File in xxx (where xxx is VALIDBOX, LISTBOX, or COMBOBOX)

The list file referenced by this field cannot be opened.  Retrieve the Control Characteristics Box related to this edit control.  Check for correct list box filename, path, and format.

D1070: Unable to Process Dialog Box...Script Aborted

Confirm dialog box exists in \DEVELOP directory and recompile the script.

D1080: Check NUMBER Format...Please Enter Again

The format of the number entered is incorrect.  Re-enter the number.

 

D1090: Check AIRDATE Format...Please Enter Again

The airdate must be DDMMM format (e.g., 31JUL).  Re-enter the airdate.

 

D1100: Check DATE Format...Please Enter Again

The date must be MM/DD/YY format (e.g., 07/31/93).  Re-enter the date.

D1110: All Controls Cannot be Disabled

All controls are disabled based on conditions placed on the control.  Correct script logic.

Error received:  error code = - <error number>  OK to proceed?

Displays when the Dialog Manager does not have enough memory to run.  Reboot the workstation to refresh memory.