Prevent manual entry into an ultraCombo control (Ver 8.03.409C)

Thanks, that worked.

But I had changed the form from using a UD table to just using a simple epiCombo with a static list first

Would your suggestion have worked on the UltraCombo when it is actually an Adapter and not a control?

Calvin

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> Calvin try this in the script editor
>
>
> Â Â Â Private Sub ProjectEntryForm_Load(ByVal sender As Object, ByVal args As EventArgs)
> Â Â Â Â Â Â ' Add Event Handler Code
> Â Â Â Â Â Â epiUltraComboC1.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList
> Â Â Â End Sub
>
>
>
>
>
> ________________________________
> From: c.krusen1 <ckrusen1@...>
> To: vantage@yahoogroups.com
> Sent: Wednesday, January 18, 2012 10:14 AM
> Subject: [Vantage] Prevent manual entry into an ultraCombo control (Ver 8.03.409C)
>
> I added an ultraCombo (that is tied to a UD table) to the Order Entry screen.Â
>
> Everything seems to work(the data from UD table appears in drop down, selected dropdown item is saved to OrderHed.ShortChar06, and saved value is displayed in dropdown upon retieving an Order).
>
> However, the ultraCombo allows for manually typing a value in. How can I limit it to one of the values from the UD table?
>
> Thanks,
>
> Calvin
>
>
>
> ------------------------------------
>
> 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]
>
I added an ultraCombo (that is tied to a UD table) to the Order Entry screen.

Everything seems to work(the data from UD table appears in drop down, selected dropdown item is saved to OrderHed.ShortChar06, and saved value is displayed in dropdown upon retieving an Order).

However, the ultraCombo allows for manually typing a value in. How can I limit it to one of the values from the UD table?

Thanks,

Calvin
Calvin try this in the script editor


   Private Sub ProjectEntryForm_Load(ByVal sender As Object, ByVal args As EventArgs)
      ' Add Event Handler Code
      epiUltraComboC1.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList
   End Sub





________________________________
From: c.krusen1 <ckrusen1@...>
To: vantage@yahoogroups.com
Sent: Wednesday, January 18, 2012 10:14 AM
Subject: [Vantage] Prevent manual entry into an ultraCombo control (Ver 8.03.409C)

I added an ultraCombo (that is tied to a UD table) to the Order Entry screen.Â

Everything seems to work(the data from UD table appears in drop down, selected dropdown item is saved to OrderHed.ShortChar06, and saved value is displayed in dropdown upon retieving an Order).

However, the ultraCombo allows for manually typing a value in. How can I limit it to one of the values from the UD table?

Thanks,

Calvin



------------------------------------

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]