restriction on combox and form 
Author Message
 restriction on combox and form

OK,

What is the command that can unlock the combox box control ???
the name of my combo box, is "ComboBox1"

thanks in advance

Anne Catherine & sylvain

Patricia C <patriciadATteampsc.com> a crit dans le message :

Quote:
> You can put code in the custom property change event to do this.

> If the check box control is not going to be selected by default, then set
> the combo box's properties to locked.  Then in the custom property change
> event, if the checkbox control's value is set to "true" then unlock the
> combo box control.

> Patricia



> > I am working with Exchange 5.5  (sp3) and Outlook 2000.
> > I create a new form of contact, based on IPM.CONTACT.
> > I want to use a Combo Box Control and a CheckBox Control.
> > Is it possible that the Combo Box Control is lock when the CheckBox
> Control
> > is not selected ?

> > thanks in advance

> > sylvain & anne catherine



Mon, 14 Oct 2002 03:00:00 GMT  
 restriction on combox and form
Set objCombo =
Item.GetInspector.ModifiedFormPages("PageName").Controls("ComboBox1")
objCombo.Locked = 0

Patricia


Quote:
> OK,

> What is the command that can unlock the combox box control ???
> the name of my combo box, is "ComboBox1"

> thanks in advance

> Anne Catherine & sylvain

> Patricia C <patriciadATteampsc.com> a crit dans le message :

> > You can put code in the custom property change event to do this.

> > If the check box control is not going to be selected by default, then
set
> > the combo box's properties to locked.  Then in the custom property
change
> > event, if the checkbox control's value is set to "true" then unlock the
> > combo box control.

> > Patricia



> > > I am working with Exchange 5.5  (sp3) and Outlook 2000.
> > > I create a new form of contact, based on IPM.CONTACT.
> > > I want to use a Combo Box Control and a CheckBox Control.
> > > Is it possible that the Combo Box Control is lock when the CheckBox
> > Control
> > > is not selected ?

> > > thanks in advance

> > > sylvain & anne catherine



Mon, 14 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Form Width / Height restrictions

2. Form Restrictions in VB6

3. restrictions of number of controls on a form

4. Restrictions on #controls on a form

5. Form Width / Height restrictions

6. change contents of boxes after change in combox

7. Combox list of unique items in table

8. Combox - No DATA

9. checking combox value with a function !

10. Combox box Sorting

11. How to populate a combox

12. combox beep when enter key pressed

 

 
Powered by phpBB® Forum Software