In an attempt to simulate @DbColumn using SSJS, i used a few lines of code which included the following,
doc.getColumnValues();
To my astonishment, I found that my domino server had crashed. Yes the server it self had crashed every time it read this code fragment.
I have coded a few lines in the past that crashed Lotus notes client/designer, but never had the opportunity to crash a server. And now it took me XPages to do it :)
Looking for a work around :(
doc.getColumnValues();
To my astonishment, I found that my domino server had crashed. Yes the server it self had crashed every time it read this code fragment.
I have coded a few lines in the past that crashed Lotus notes client/designer, but never had the opportunity to crash a server. And now it took me XPages to do it :)
Looking for a work around :(
what was the code?
ReplyDelete