This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Script causes Client to crash - Fatal Thread ~August Opgerokonyflar 12.Mar.03 06:35 PM a Web browser Notes Client 6.0All Platforms
There appeared to be a problem with GetNthDocument and ReplaceItemValue.
To get this script to run, replaced the following. The new script works great for Notes 6 clients, but can not be run on 4.6.7 clients, so while in a mixed environment, have two sets of buttons to run the two different scripts.
REPLACED: Collection.GetNthDocument with
Collection.getfirstdocument with a loop
REPLACED:
SetItemXX=TempQuoteUnitDoc.ReplaceItemValue (xx,X)with
Set itemX = New NotesItem ( TempQuoteUnitDoc, xx,X)