Ultra Combo Box Question

Also, I had been using a "shortchar" field as the datasource. Hope this all helps.


Â



________________________________
From: aimee.grebe <aimee.grebe@...>
To: vantage@yahoogroups.com
Sent: Tue, June 1, 2010 12:33:05 PM
Subject: [Vantage] Re: Ultra Combo Box Question

Â
Did you ever get this worked out? I have the opposite of your problem. I am using an UltraCombo box and would like for the users to be able to add an item but it does not let them. What datasource are you using? I am wondering if that has any impact on it. I am using QuoteDtl.Character10.

Thanks,
Aimee

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> bw2868bond,
>
> Is there any chance you can give me a a complete sample of your code used for this? I'm getting error messages and I can't figure out what exactly I need to do. I tried using your example below but I'm apparantly missing something. If you could post your code (including any variable declartions, etc) it would be much appreciated.
>
> Thanks,
> ÂÂ
> Dustin Biniek
>
>
>
>
> ________________________________
> From: bw2868bond <bwalker@...>
> To: vantage@yahoogroups.com
> Sent: Fri, May 21, 2010 8:34:23 AM
> Subject: [Vantage] Re: Ultra Combo Box Question
>
> ÂÂ
> Does not appear in the property sheet, you will have to assign the property in the form load event
>
> ucbMyEpiUltraCombo.DropDownStyle = DropDownList (or UltraComboStyle.DropDownList)
>
> --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> >
> > I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?
> >
> >
> >
> >
> > ________________________________
> > From: bw2868bond <bwalker@>
> > To: vantage@yahoogroups.com
> > Sent: Thu, May 20, 2010 7:35:44 PM
> > Subject: [Vantage] Re: Ultra Combo Box Question
> >
> > ÂÂÂ
> > DropDownStyle Property:
> >
> > You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.
> >
> > --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> > >
> > > I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
> > >
> > > Thanks,
> > >
> > > Dustin BiniekÂÂÂ
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?

Thanks,

Dustin BiniekÂ




[Non-text portions of this message have been removed]
I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?

Thanks,

Dustin BiniekÂ




[Non-text portions of this message have been removed]
What are you using as a datasource for the ultra combo?

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
>
> Thanks,
>
> Dustin BiniekÂ
>
>
>
>
> [Non-text portions of this message have been removed]
>
UD01.ShortChar06




________________________________
From: drew.pete <drew.pete@...>
To: vantage@yahoogroups.com
Sent: Thu, May 20, 2010 2:16:37 PM
Subject: [Vantage] Re: Ultra Combo Box Question

Â
What are you using as a datasource for the ultra combo?

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
>
> Thanks,
>
> Dustin BiniekÂ
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
DropDownStyle Property:

You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.


--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
>
> Thanks,
>
> Dustin BiniekÂ
>
>
>
>
> [Non-text portions of this message have been removed]
>
I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?




________________________________
From: bw2868bond <bwalker@...>
To: vantage@yahoogroups.com
Sent: Thu, May 20, 2010 7:35:44 PM
Subject: [Vantage] Re: Ultra Combo Box Question

Â
DropDownStyle Property:

You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
>
> Thanks,
>
> Dustin BiniekÂ
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
Does not appear in the property sheet, you will have to assign the property in the form load event

ucbMyEpiUltraCombo.DropDownStyle = DropDownList (or UltraComboStyle.DropDownList)

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?
>
>
>
>
> ________________________________
> From: bw2868bond <bwalker@...>
> To: vantage@yahoogroups.com
> Sent: Thu, May 20, 2010 7:35:44 PM
> Subject: [Vantage] Re: Ultra Combo Box Question
>
> ÂÂ
> DropDownStyle Property:
>
> You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.
>
> --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> >
> > I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
> >
> > Thanks,
> >
> > Dustin BiniekÂÂ
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
bw2868bond,

Is there any chance you can give me a a complete sample of your code used for this? I'm getting error messages and I can't figure out what exactly I need to do. I tried using your example below but I'm apparantly missing something. If you could post your code (including any variable declartions, etc) it would be much appreciated.

Thanks,
Â
Dustin Biniek




________________________________
From: bw2868bond <bwalker@...>
To: vantage@yahoogroups.com
Sent: Fri, May 21, 2010 8:34:23 AM
Subject: [Vantage] Re: Ultra Combo Box Question

Â
Does not appear in the property sheet, you will have to assign the property in the form load event

ucbMyEpiUltraCombo.DropDownStyle = DropDownList (or UltraComboStyle.DropDownList)

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?
>
>
>
>
> ________________________________
> From: bw2868bond <bwalker@...>
> To: vantage@yahoogroups.com
> Sent: Thu, May 20, 2010 7:35:44 PM
> Subject: [Vantage] Re: Ultra Combo Box Question
>
> ÂÂ
> DropDownStyle Property:
>
> You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.
>
> --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> >
> > I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
> >
> > Thanks,
> >
> > Dustin BiniekÂÂ
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
Did you ever get this worked out? I have the opposite of your problem. I am using an UltraCombo box and would like for the users to be able to add an item but it does not let them. What datasource are you using? I am wondering if that has any impact on it. I am using QuoteDtl.Character10.

Thanks,
Aimee

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> bw2868bond,
>
> Is there any chance you can give me a a complete sample of your code used for this? I'm getting error messages and I can't figure out what exactly I need to do. I tried using your example below but I'm apparantly missing something. If you could post your code (including any variable declartions, etc) it would be much appreciated.
>
> Thanks,
> ÂÂ
> Dustin Biniek
>
>
>
>
> ________________________________
> From: bw2868bond <bwalker@...>
> To: vantage@yahoogroups.com
> Sent: Fri, May 21, 2010 8:34:23 AM
> Subject: [Vantage] Re: Ultra Combo Box Question
>
> ÂÂ
> Does not appear in the property sheet, you will have to assign the property in the form load event
>
> ucbMyEpiUltraCombo.DropDownStyle = DropDownList (or UltraComboStyle.DropDownList)
>
> --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> >
> > I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?
> >
> >
> >
> >
> > ________________________________
> > From: bw2868bond <bwalker@>
> > To: vantage@yahoogroups.com
> > Sent: Thu, May 20, 2010 7:35:44 PM
> > Subject: [Vantage] Re: Ultra Combo Box Question
> >
> > ÂÂÂ
> > DropDownStyle Property:
> >
> > You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.
> >
> > --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> > >
> > > I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
> > >
> > > Thanks,
> > >
> > > Dustin BiniekÂÂÂ
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Here is the code I used to get it to work:

Private Sub UD01Form_Load(ByVal sender As object, ByVal args As EventArgs) Handles UD01Form.Load
  '//
  '// Add Event Handler Code
  '//
     ucbRequestName.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList
   Â
   End Sub




________________________________
From: aimee.grebe <aimee.grebe@...>
To: vantage@yahoogroups.com
Sent: Tue, June 1, 2010 12:33:05 PM
Subject: [Vantage] Re: Ultra Combo Box Question

Â
Did you ever get this worked out? I have the opposite of your problem. I am using an UltraCombo box and would like for the users to be able to add an item but it does not let them. What datasource are you using? I am wondering if that has any impact on it. I am using QuoteDtl.Character10.

Thanks,
Aimee

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> bw2868bond,
>
> Is there any chance you can give me a a complete sample of your code used for this? I'm getting error messages and I can't figure out what exactly I need to do. I tried using your example below but I'm apparantly missing something. If you could post your code (including any variable declartions, etc) it would be much appreciated.
>
> Thanks,
> ÂÂ
> Dustin Biniek
>
>
>
>
> ________________________________
> From: bw2868bond <bwalker@...>
> To: vantage@yahoogroups.com
> Sent: Fri, May 21, 2010 8:34:23 AM
> Subject: [Vantage] Re: Ultra Combo Box Question
>
> ÂÂ
> Does not appear in the property sheet, you will have to assign the property in the form load event
>
> ucbMyEpiUltraCombo.DropDownStyle = DropDownList (or UltraComboStyle.DropDownList)
>
> --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> >
> > I guess I am not seeing this "DropDownStyle" property as an option. We are currently on 8.03.406. Is this maybe not available at this level?
> >
> >
> >
> >
> > ________________________________
> > From: bw2868bond <bwalker@>
> > To: vantage@yahoogroups.com
> > Sent: Thu, May 20, 2010 7:35:44 PM
> > Subject: [Vantage] Re: Ultra Combo Box Question
> >
> > ÂÂÂ
> > DropDownStyle Property:
> >
> > You can choose between dropdown and dropdown list styles for the UltraCombo. The default is to use the dropdown style, where the text portion of the control is editable. You can also choose a dropdown list style, where the text portion of the control is not editable and the user must choose an item from the list.
> >
> > --- In vantage@yahoogroups.com, melissa hietala <kevmel822@> wrote:
> > >
> > > I have an ultra combo box added to a screen.  Currently a user is able to select an option from the drop-down list or type into the field whatever text they would like. Is there a way that I can restrict this field so that the user must select one of the options from the drop-down?
> > >
> > > Thanks,
> > >
> > > Dustin BiniekÂÂÂ
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]