Lotus notes crash

Hi,

Lotus notes crashes when i enter formula language code.

I am writing formula language code in an Action button.

but when i save it lotus notes hangs(not responding).

there are no errors in the code

code is huge, it is around 42 pages(160kb) of word document.

please give me some solution for this.

thanks in advance

Paaras

Subject: well… Notes shouldn’t hang…

…but that formula is way too long. You’ll have to use LotusScript, or learn how to write your formula much more compactly. I suspect it contains many sections that are the same except for maybe a different number; read about @For and @SetField.