Hi,
I try to update the LotusScript contained in the Note item( for example: $ScriptLib for a Script library, $Script for a form ) by inserting some code retrieved in an other database, in order to provide new services in the database I am updating.
I tried to use the LNLotusScript class for this, but I got a memory stack error every time I saved the Note updated with the new LotusScript.
I Also tried to udpate the script using the LNText class and retrieving the item value in it. It seemed to work fine in the C++ program, but if I open the Note in Designer, I obtain a “Generic LSE failure”.
Any idea about this ?
Thanks or your help.