Call to update fields in Word document modifies hyperlink to another document

Take no further action until I make another post after this one:

  1. Needed to add this import line: Imports Aspose.Words.Fields
    This class contains the ‘FieldStart’ object
  2. The syntax for the line that checks FieldStart object ‘FieldType’ property was not correct: This line compiles:

start.FieldType = FieldType.FieldTOC
This line does not:
start.FieldType Is FieldType.FieldTOC

All compiles now. Testing code in application now.

Preliminary results are excellent. Non-TOC fields update, but TOC is untouched.

Thanks.

Hi John,
That sounds great. Yes the code depends upon the Fields namespace, and I apologise for the code in second point not compiling as it was a porting error when the code was automatically ported from C# to VB.
The fix to bug will be included in a future version, we will keep you informed. Hopefully this work around will suffice for now.
If you need any further help, please feel free to ask.
Thanks,

The issues you have found earlier (filed as 19691) have been fixed in this .NET update and in this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSNET-3787) have been fixed in this .NET update and in this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSNET-3834) have been fixed in this .NET update and in this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.