Hi,
I have an application using 2 forms with the same name (and alias): one for the web and one for the Notes client:
- the form for the Notes client is used to create / change documents and contains validation in the “on save” event;
this form is hidden from the web
- the form for the web is used to display documents and does not contain any validations;
this form is hidden from the Notes Client
Now, we are developping an interface to create programatically documents in this database.
My question is:
How can I be sure that the “computewithform” function will use the good form as both the web form and the Notes client form have the same name and alias?
( Remark: this interface will be written in an external java application using Corba - I pre-suppose that the “computewithform” in java via corba will react the same way than it should act in a internal lotus script agent )
Thank you by advance for any information about that…
Regards,
P. Pierlot,
Belgium