Stefan Pienaar
I would love to change the world, but they won't give me the source code

Setting the focus to a specific tab in CRM

March 3, 2009 12:51 by stefanpienaar

Interesting tip I found on Ronald Lemmen’s blog. When you want to make a tab which isn’t the first tab on a form active programmatically, all you need to do is:

crmForm.all.tab1Tab.click();

 

In this case it will activate the 2nd tab on the form.


Categories: Microsoft CRM 4
Actions: E-mail | Permalink | Comments (1)

Comments