Skip to main content
This topic has been closed for replies.

2 replies

Inspiring
June 26, 2015

An 8800 error code is the generic "Something bad happened" error code though the error message may differ from case to case.

JJMack got it right in that PS or the document itself is in a state where the command being executed won't work. Or the command

itself is improperly constructed. These can be a pain to work out.

JJMack
Community Expert
Community Expert
June 17, 2014

What  is the code in line 98  ?

JJMack
hoymejtAuthor
Participant
June 17, 2014

The parameters for command "Make" are not currently valid.

executeAction(cTID('Mk '), desc1, dialogMode);

JJMack
Community Expert
Community Expert
June 18, 2014

Some current document condition needed for the action manager scriptlistener code does not exist therefore the command is not valid for the current state the document is in.

JJMack