• 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

 Auf FaceBook veroeffentlichen Digg es Teilen Sie diese Artikel mit Ihrem Twitter-Followers Bookmark diesen Beitrag bei Delicious Empfehlen Sie diesen Artikel auf Linkedin PDF Drucken

Geschrieben von: Bastian W.
Samstag, den 04. September 2010 um 00:00 Uhr

There are no translations available.

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,Oktober 01, 2010

Write comment

bolditalicizeunderlinestrikeurlimagequoteSmileWinkLaughGrinAngrySadShockedCoolTongueKissCry

smaller | bigger


busy