Tech Support > Microsoft Windows > Windows CRM > label
label
Posted by Donald on February 6th, 2008


Hi everyone

How do I hide a label

thanks
--
donn

Posted by Imran-mscrmexpert on February 6th, 2008


Dear try this

Add the following line to the Form’s OnLoad event:

crmForm.all.[fieldname]_c.style.color = “#EEF0F6″;

All field labels are named exactly like the data entry fields, but with a
“_c” appended to the end of the name.

--
Regards,
Imran
MS CRM Certified Professional


http://microsoftcrm3.blogspot.com

Chat with me on MSN / Gmail / Skype : ID Is :.. mscrmexpert@gmail.com



"Donald" wrote:

Posted by Imran-mscrmexpert on February 6th, 2008


Add the following line to the Form’s OnLoad event:

crmForm.all.[fieldname]_c.style.color = “#EEF0F6″;

All field labels are named exactly like the data entry fields, but with a
“_c” appended to the end of the name.

--
Regards,

MS CRM Certified Professional


http://microsoftcrm3.blogspot.com

Chat with me on MSN / Gmail / Skype : ID Is :.. mscrmexpert@gmail.com



"Donald" wrote:


Similar Posts