RE: ComputeWithForm prone to use the wrong form when there are multiple forms with the same synonym Uwe Emmrich-Kiessling 15.Nov.05 03:54 AM a Web browser Domino Designer -- LotusScript 5.0.4aWindows 2000
There is no need to have multiple forms with the same synonym and it should be avoided anyway (except in the situation the other guy mentoined). For your purpose it would be fulfilling if the form used to create the the documents has not the synonym "Document" but a field "Form" on it which computes to the value "Document". So you compose your new document using the form, say "NewDocument" and it is saved with the form item containing "Document" so that it is opened using this form when opened later. To do a Computewithform with your first form, call it using the "NewDocument" form name.