We use IFS Apps10 Updt 13
Hello everybody
When using IFS Macros in DocMan, we repeatedly find that individual images embedded in MSWord are not displayed.
If the IFS macros are not executed, the images appear without any problems.
Our analysis has shown that the problem can be solved with an adjustment in the Macor block "IFS_02_01_MSOFFICE_WORD_EDIT".
As soon as the part
-----
FOR EACH OSHP IN O_APP.ACTIVEDOCUMENT.SHAPES
IF OSHP.TYPE = 17 THEN O_APP.ACTIVEDOCUMENT.SHAPES(OSHP.NAME).TEXTFRAME.TEXTRANGE.FIELDS.UPDATE
END IF
NEXT
------
is commented out, the images are displayed without any problems.
So far, so good. Our question now is, what side effects can it have if we leave the said code part commented out?
Thanks for an estimation.
Peter