Link to home
Start Free TrialLog in
Avatar of khanhna
khanhna

asked on

Open another Notes form

I have a notes form (form1). When user creates document from this form and save, I want that another form (form2) will be opened. form2 will get data from form1 and display. Anyone can help me? Thanks a lot.
This is for the case of language version (english, thai).
Thanks,Na.
Avatar of madheeswar
madheeswar
Flag of Singapore image

yeah it can be done
ASKER CERTIFIED SOLUTION
Avatar of madheeswar
madheeswar
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arunkumar
Arunkumar

In Form1 have a computed field named "Form"  let this Form field be computed with value as "Form2".

When you compose the form.  It will have user interface as form1.  When you read or edit, the interface will be of Form2.

If this is what you are looking for..

-Arun.
You can use Domino Global WorkBench (DGW) to design a form and deploy it in the db by selecting what langs this form has to support. That is one way..

The manual way is to create two forms with same name. And in the design document property of the form goto design tab (4th) and select Language .. especially one as English and other as Thai.

Whenever English user opens the database he will read content using the english enabled form and thai user will use thai enabled form

DGW makes life easier...in developing this kind of ML dbs

~Hemanth
Hi HemanthaKumar,

You also have to enable the multiple-language database property.

Cheers!