Hi, I've got a form "Support" on this form I've got 5 tab. I want to disable
an item on the "Estimation" tab to I was tinking that I've to
do:Estimation.NameOfItem.enabled=false but it doens't work.
Can you help me please
You must use the proper syntax for accessing controls on a custom form page. See http://www.outlookcode.com/d/propsyntax.htm#unbound

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi, I've got a form "Support" on this form I've got 5 tab. I want to disable
> an item on the "Estimation" tab to I was tinking that I've to
> do:Estimation.NameOfItem.enabled=false but it doens't work.
> Can you help me please
Josianne - 31 Mar 2006 16:46 GMT
Thanks, everytings work well

Signature
Josianne
> You must use the proper syntax for accessing controls on a custom form page. See http://www.outlookcode.com/d/propsyntax.htm#unbound
>
> > Hi, I've got a form "Support" on this form I've got 5 tab. I want to disable
> > an item on the "Estimation" tab to I was tinking that I've to
> > do:Estimation.NameOfItem.enabled=false but it doens't work.
> > Can you help me please