Create a different with the values of another form?

Ok I have a FormA and a FormB which are designed differently but contain some identical fields. When I save the formA, I would like to create a new FormB with all the values needed from FormA. Is this possible ?

Thanks, Frank

Subject: Create a different with the values of another form ?

Frank, look in help documents for the lotusscript methods - CopyItemToDocument method and createDocument method.

Kristy

Subject: Create a different with the values of another form ?

Yes.

and it is a document you are creating with formB, not a new FormB.

Subject: RE: Create a different with the values of another form ?

Hello,

Depending upon what you are trying to accomplish, you can probably use copyallitems function, especially if all the field names on B are the same as A. If not, you could use replaceitemvalue to accomplish this. But i am wondering why not use a response doc method, and create B from A that way. Just a thought… HTH

Mick