Skip to main content
Participant
March 5, 2020
Answered

Scripts don't work anymore

  • March 5, 2020
  • 1 reply
  • 1608 views

Hi,

I have scripts that used to work, but don't work anymore. Most start with the following:

function xyz()

{

var doc = app.ActiveDoc;
if(doc.ObjectValid()==false)
{
alert("No active document. Cannot continue");
return;
}

...

}

When I run them now, the program stops at the first or second line, with the error "undefined is not an object". 

Why does that happen? I've installed the latest FrameMaker version AFAIK (15.0.5.838).

 

Thanks in advance for your help!

Aviva

This topic has been closed for replies.
Correct answer Klaus Göbel

How do you run them?

Via Menu?

From ESTK?

Try to insert as first line:

#target framemaker

1 reply

Klaus Göbel
Klaus GöbelCorrect answer
Legend
March 5, 2020

How do you run them?

Via Menu?

From ESTK?

Try to insert as first line:

#target framemaker

Participant
March 8, 2020

Thanks very much Klaus!

This solved the issue.

Have a nice day!