hi
I am working on SplendidCRM 1.4 and i have created a new module Pets...
when i select the 'Pets' tab page is getting displayed.. but the tab is not getting highlighted.
hope suport will help me.
Thx
Raja.,
This is typically done inside the InitializeComponent() function of the EditView, DetailView or ListView user control. We typically set the m_sMODULE variable to the current module, 'Pets' in this case, and the call SetMenu.
When creating a new module, it is always best to copy all the files of an existing and similar module. Then replace all the old module name with the new module name.
Thanx it worked.
-Raja.