Hi,
I have the following ques on forms runtime.

I open up 2 forms using the open_form..(nosession) option. However, when I save one form, other form also gets saved.
If I open a form using open_form(...session) , then the new form will be opened in a new session, which creates a new database session.(This new session, will have a bearing on the number of license/session)

Ques) How do I open 2 forms, without creating a new session and still be able to save only one form without affecting the other

Badrinath