AppendDocLink problem

dear friends,my name paul. i’m beginer in lotus notes. i live in indonesia.

i have a trouble with form.

i used two form. named it “form A” and “form B”.

In “form A”, i’ve a field named it “field A”.

In “form B”, i’ve a field named it “field B”.

in “form A”, i am coding a mail named “mail A” using “NotesRichTextItem.AppendText” to write,

"NotesRichTextItem.AppendDocLink to link to “form B”, then using “NotesDocument.sendto” to send to someone mail.

in someone’s mail, the first time he get is what i wrote using NotesRichTextItem.AppendText and NotesRichTextItem.AppendDocLink to link to “form B”. But “field B” can’t contain value in “field A”

my question is: i want “field B” get value from “field A”.

thanx for answering my question

my sincerely,

Paul

Subject: AppendDocLink problem

You could make FieldB a computed field and use @dblookup to show the data from fieldA.

Subject: RE: AppendDocLink problem

thanx for answering my question