FYI: Error in 'Doc Library - Notes & Web (R6)'

Configuration: * ‘Doc Library - Notes & Web (R6)’ with German default language ( on server )

  • Domino 6.5.1 Int. with IF1

  • German Language Pack

  • Notes Client Int. 6.5.1

When you want to open from the Notes Client an already created document in

the ‘Doc Library’ the following Notes error can appear:

‘Field: ‘tmpCurrReviewer’: Incorrect data type for operator or @Function: Text expected’

You can fix that the following way:

  • Edit the field ‘tmpCurrReviewer’ in Designer

  • Change the last @IF argument from

@Subset(@Subset(ReviewerList; ReviewerNum); -1)

to

@Text(@Subset(@Subset(ReviewerList; ReviewerNum); -1))

HTH

Subject: FYI: Error in ‘Doc Library - Notes & Web (R6)’

13 years old but it helped more than you’ll ever know. I could not figure out why all of a sudden this error occurred. Thanks!