Hi
I have a form which is not saved from which i m opening another form on client.I m not able to pass the values.If my main form is saved i can do it but in this case my main form is not saved
Rajeshri Nair
Hi
I have a form which is not saved from which i m opening another form on client.I m not able to pass the values.If my main form is saved i can do it but in this case my main form is not saved
Rajeshri Nair
Subject: Field inheritance won’t work for this…
…because it uses the last-saved version of the parent document, and there’s not one.
Instead you must use LotusScript: NotesDatabase.CreateDocument to create the new document in the back end, NotesUIDocument and NotesDocument to read the fields you want from the current document, and assign them into the new document, then NotesUIWorkspace.EditDocument to open the new document.