Extendscript: DoOK for "Cannot display imported graphics"
Dear friends,
I'm looking for the Open() function parameter that dismisses the "Cannot display imported graphics" message and lets the book component Open function loop continue.
I've tried:
i = GetPropIndex(params, Constants.FS_RefFileNotFound);
params[i].propVal.ival = Constants.FV_AllowAllRefFilesUnFindable;
i = GetPropIndex(params, Constants.FS_AlertUserAboutFailure);
params[i].propVal.ival = Constants.FV_DoOK;
None of them helped dismiss the imported graphics error message. Will appreciate your input.
Thanks!
