Iam having Aform which contains 40 field
in that 30 fields are Computed and gets values
using @dblookup.Because of this my form
performance is very slow.
So Please send me your ideas
Iam having Aform which contains 40 field
in that 30 fields are Computed and gets values
using @dblookup.Because of this my form
performance is very slow.
So Please send me your ideas
Subject: performance of document
ratna,
There is a good RedBook about performance in Notes/Domino. Follow the Redbook signs on the IBM site
Are your @dblookups required everytime? Where is the performance issue noticable? Is it when you refresh the document or save the document or open the document?
There are @functions such as @IsDocBeingEdited and @IsDocBeingSaved that you can use to control when the lookups are performed
Mike