I just want to explain the things a bit more in depth than what i did earlier.
Yes there are some user preferences like User Internet settings,colors and soon whenever we change these settings these should be immediately into affect when he clicks some Email Center.
Actually there is one accountno unique field to each Contact Record.
When the user logins in at the first time one Contact Record will be shown he can click Search and move to another contact in that scenario i am saving the newly clicked accountno into the object.
We can schedule some events,calls,appointments so that they can be seen in our Calendar.
All these events are schedule basing on the current accountno which i am getting it from the object.
For making things even more clear all the options that we click in the application will depend
on the User Name currently logged in ,currently shown Contact Record accountno.
When the user logs off i am saving all the settings he has changed like Internet Settings,color settings and last accessed accountno to the database and whenever the user logins in back i am getting them from the DB
So the problem i am facing is to retain all the information during the User session thats the reason i have resorted to some user objects which contains all the Information like internet settings,colors,current accountno which i can access in which ever form i like. ></SCRIPT>
So the problem is how to carry and use this object from one form to another?
Regards,
Pavan Vaidyula