Ted,
That allowed me to compile the code and run it. And it seems that those drop downs are NOT allowing free form text! Thank you, bunches!!
--Matt Caldwell
That allowed me to compile the code and run it. And it seems that those drop downs are NOT allowing free form text! Thank you, bunches!!
--Matt Caldwell
--- In vantage@yahoogroups.com, Ted Koch wrote:
>
> You should replace BAQCombo with the actual name of your combobox.
>
> Try this:
>
> BAQCombo.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList
>
>
>
>
> ________________________________
> From: mattcald_73
> To: vantage@yahoogroups.com
> Sent: Friday, January 4, 2013 4:33 PM
> Subject: [Vantage] Re: BAQCombo Question
>
> Thanks for the quick reply Ted. I am a bit of a noob on these advanced customizations. I copied and pasted what you wrote into the form load event. Below is the new code..
>
> Â Â Â private void CustShipForm_Load(object sender, EventArgs args)
> Â Â Â {
> Â Â Â Â Â Â // Add Event Handler Code
> Â Â Â BAQCombo.DropDownStyle = UltraComboStyle.DropDownList;
> Â Â Â }
>
> When I test it, I get:
> Error: CS0120 - line 55 (439) - An object reference is required for the nonstatic field, method, or property 'Infragistics.Win.UltraWinGrid.UltraCombo.DropDownStyle.get'
> Error: CS0103 - line 55 (439) - The name 'UltraComboStyle' does not exist in the current context
>
> Is there something that I should be "using" up top?
>
>
>
> --- In vantage@yahoogroups.com, Ted Koch wrote:
> >
> > Try this on the form's load event.
> >
> > BAQCombo.DropDownStyle = UltraComboStyle.DropDownList
> >
> >
> >
> >
> > ________________________________
> >Â From: mattcald_73
> > To: vantage@yahoogroups.com
> > Sent: Friday, January 4, 2013 2:45 PM
> > Subject: [Vantage] BAQCombo Question
> >Â
> > I have added records to a UD table. Created a BAQ to show only the "active" records, and created a BAQCombo dropdown to my screen. Do any of you geniuses have any idea how to NOT allow free form text in that dropdown?? I can't seem to figure that out!
> >
> > --Matt Caldwell
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>