Answered
How to execute a FrameMaker command (ExtendScript)
Hi, does anyone know how to execute a command that your script did not create? In particular, I want to invoke the Edit > Update References command and launch that dialog box.
Thanks,
Russ
Hi, does anyone know how to execute a command that your script did not create? In particular, I want to invoke the Edit > Update References command and launch that dialog box.
Thanks,
Russ
Hi Russ, I think you want this:
#target framemaker
var cmd = app.GetNamedCommand ("Update");
Fcodes ([cmd.Fcode]);
If this isn't what you are looking for, let me know. Thanks. -Rick
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.