Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi..
If we press New in Main Menu and Person is selected in dropdown,it shows first and last name and then PersonDetails screen is shown. There separate tabs for address,phone and email is displayed. Like that how to link more than one screens into a single screen.

[Edit]Based on OP comment this is with regards to Sage CRM
Posted
Updated 10-Jan-13 3:14am
v3

1 solution

Some questions to ponder based on the assumption that you are working with a web based application.
1) Are the tabs loaded as separate web pages or are they part of the same page with visibility managed by javascript(jquery)?
- If they are loaded and managed by javascript then you shouldn't need to worry about "linking" the pages together.
When the page is loaded with details they should exist for all the different virtual tabs.
- If the tabs are loaded on separate pages, then you'll need to implement some form of session use where you track who the currently selected person is. When the user navigates to one of these other "linked" pages, then you just have to check the session value to know the data that you need to load.


You failed to mention that you are using Sage in your tags and in your question. That being the case, you may get better results if you go straight to the source and ask them directly in their community section. https://community.sagecrm.com/[^]
 
Share this answer
 
v2
Comments
Priyaaammu 10-Jan-13 0:58am    
Thanks for your comment...am not working in web application. I mentioned in tag that am looking for sage crm application. Like the below link,how to create a screen with more than one tabs

http://www.greytrix.com/blogs/sagecrm/2012/12/26/adding-multiple-screen-blocks-on-the-same-page-based-on-different-conditions-in-com-api/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900