RE: You're looking at the same collections Raghu G Chander 3.Mar.00 01:04 AM a Web browser Domino Designer -- LotusScript Release 5
Hi Raymond,
My Requirement is such that i have to keep the View in a Frames.
Project Requirement:
---------------------
In our organisation thery are planning to customize a Frameset so that Head of the department will me using this Frameset :
It is nothing but to raise a Project by Head and they have to view that Documents they had raised thru View in A Frameset.
So i created a Frameset with Four Frames.
In Frame1 i will bw having a "Project raised View" with "Project Entry","Project Details" and "MailSend" Action Button.
In Frame2 i have another view to view all "Project Event Entry" based upon Project raised view and with "ProjectEvent Entry" Action Button.
In Frame3 i have a Inbox folder and in Frame4 i have a outbox folder.
Here starts:
-----------
So i created a Form called "Project Details" in which all Head of the Department will be raising a Project.After raising i am storing that in a View called "Project raised" View.
In "Project raised" view i have a Action button "Project Entry" whcih will open "Project Details" form to enter Documents.
In "Project Details" Action Button i am calling an Agent in which it runs the agent to retrive the related documents based upon the selection of documents from "Project raised" View present in Frame1. Say if i have "P001","P002".....if the user selects "P001" and click the "Project Details" Action Button i has to check the corresponding "P001" whether exist in "ProjectEvent" View. If exist i has to display the details in Frame2. It is working perfectly.
What i want is that i have another Action Button "Mails Send " in "Project raised" View. What user will be doing is that he/she will be selecting doucment from Frame1("Project raised View") and also they select document from Frame2("ProjectEvent View"). After that if they click "Mail Send" Action Button i has to send mail to the person picking "documents from both FRAME1 and FRAME2.
Till now its picking documents from FRAME1("Project raised View").Not from FRAME2("ProjectEvent View").
SO how to make it select form FRAME2 also.
Hope now u would have understood my probelm.
Pls le t me know hot to do that??? or any other way with above requirement.