Field help

a have a fieldname is Action in form1 when the user input from the field action i want to paste it in my form2 when the user done inputing action in form1

using lotusscript help for the code

all you help is appreciated… thanks

please post the code for that thanks for helping…

Subject: RE: field help

a have a fieldname is Action in form1 when the user input from the field action>i want to paste it in my form2 when the user done inputing action in form1

Make the field in form2 Computed for display, and use the @DbLookup function to read the value from the corresponding form1 document. Without knowing the names of your views and key fields, there really isn’t any code I can write.

If that doesn’t solve your problem, you must explain better what you want to do. What is form1? What is form2? How are they related to each other? How is form1 created? Does form2 already exist then? Are there multiple form2s for each form1? How do you know which form2 document goes with a form1 document that you are editing? Do you really want to paste the value, or do you just want to have a copy appear in the form2 document? How do you know when the user is done editing the value in form1 (they might edit it, and then want to edit it some more)? How quickly does the value in form2 have to change? Does the copy in form2 need to be editable also? What should happen when you edit it? What do you expect to happen if you’re editing form1 and form2 at the same time?

Why do you want to do this? It may be that you are taking the wrong approach.