Combobox fun! Blank Title 134089

Turns out that you also must delete the staticlist from design view by accessing the xml in customization maintenance. What fun!

Tom Christie | Information Technology Manager | AGM Container Controls, Inc.<http://www.agmcontainer.com/> | tchristie@...<mailto:tchristie@...> | t: 520.881.2130 ext 2176

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, December 22, 2014 4:07 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Combobox fun!


Just stick your values into an array and set it as the datasource on the combobox.

On Mon, Dec 22, 2014 at 5:44 PM, 'Tom J. Christie' tchristie@...<mailto:tchristie@...> [vantage] <vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>> wrote:

I have a combobox.

I want to populate it at run-time, based on the values entered into another field. I will acquire the list of strings by querying an outside database once the user has entered the information I need.

The problem I am having is setting a staticlist during runtime and making the combobox show these values.

This works in visual studio

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
'Change the list
_ComboBox1.Items.Clear()
_ComboBox1.Items.Add("Bob")
_ComboBox1.Items.Add("Bob2")
End Sub

Any idea how to do this in Epicor?
Regards,

Tom Christie | Information Technology Manager | AGM Container Controls, Inc.<http://www.agmcontainer.com/> | tchristie@...<mailto:tchristie@...> | t: 520.881.2130 ext 2176<tel:520.881.2130%20ext%202176>





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

I have a combobox.

 

I want to populate it at run-time, based on the values entered into another field. I will acquire the list of strings by querying an outside database once the user has entered the information I need.

 

The problem I am having is setting a staticlist during runtime and making the combobox show these values.

 

This works in visual studio

 

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

        'Change the list

        _ComboBox1.Items.Clear()

        _ComboBox1.Items.Add("Bob")

        _ComboBox1.Items.Add("Bob2")

    End Sub

 

Any idea how to do this in Epicor?

Regards,

 

Tom Christie |  Information Technology Manager  |  AGM Container Controls, Inc.  |   tchristie@...  | t: 520.881.2130 ext 2176

 

Just stick your values into an array and set it as the datasource on the combobox.

On Mon, Dec 22, 2014 at 5:44 PM, 'Tom J. Christie' tchristie@... [vantage] <vantage@yahoogroups.com> wrote:

Â
<div>
  
  
  <p>

I have a combobox.

Â

I want to populate it at run-time, based on the values entered into another field. I will acquire the list of strings by querying an outside database once the user has entered the information I need.

Â

The problem I am having is setting a staticlist during runtime and making the combobox show these values.

Â

This works in visual studio

Â

   Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

       'Change the list

       _ComboBox1.Items.Clear()

       _ComboBox1.Items.Add("Bob")

       _ComboBox1.Items.Add("Bob2")

   End Sub

Â

Any idea how to do this in Epicor?

Regards,

Â

Tom Christie | Information Technology Manager | AGM Container Controls, Inc. |  tchristie@... | t: 520.881.2130 ext 2176

Â

</div>
 


<div style="color:#fff;min-height:0;"></div>