• Deutsch (DE-CH-AT)
  • English (United Kingdom)
Home-Blog / News-Notes/Domino-Past issues with applications based on Lotus Domino 8.5.2 pubnames.ntf

 Share this post on Facebook Digg it Share this article with your Twitter followers Bookmark this post at Delicious Share this article on Linkedin PDF Print

Written by Bastian W.
Saturday, 04 September 2010 00:00

Problem:

There is a small bug (SPR CMAS88WGWQ) in the Lotus Domino pubnames.ntf template. If you update your directory (to 8.5.2) or use the 8.5.2 pubnames.ntf template to create a new application from it, you can no longer copy and past (or cut and past) elements in that application. If you see similar issues on your side, there is a fix and a workaround available.

Workaround:

If you need a workarround, here is my one:

1.) open the design properties from the application.

2.) go to the design tab.

3.) remove the "inherit design from master template" option (clear the field).

4.) Open the application where you have the issue with.

5.) go to the agents (code -> agents).

6.) delete the agent called " RenamePastedAccounts"

 

Note:

This is a WORKAROUND, if you get a fix from IBM you need to revert that changes! This can be done when you put back the "inherit design from master template" and run a design refresh.

Trackback(0)

TrackBack URI for this entry

Comments (1)

Easily fixed
Put "Set doc = dc.getnextdocument(doc)" outside the "If doc.getitemvalue... - End If" loop:

While Not doc Is Nothing
If doc.getitemvalue(TYPE_FIELD)(0) = ACCT_TYPE Then
strName = doc.getitemvalue(ACCT_NAME)(0)
Call doc.ReplaceItemValue(ACCT_NAME, str1 + strName)
Call doc.save(True, False)
End If
Set doc = dc.getnextdocument(doc)
Wend
Ronny De Groof,October 01, 2010

Write comment

bolditalicizeunderlinestrikeurlimagequoteSmileWinkLaughGrinAngrySadShockedCoolTongueKissCry

smaller | bigger


busy