Using the properties through the customization form. Here they are:
// cbSupplierName
Script.cbSupplierName.Top = 56;
Script.cbSupplierName.Left = 128;
Script.cbSupplierName.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left);
Script.cbSupplierName.Width = 369;
Script.cbSupplierName.Text = "cbSupplierName";
Script.cbSupplierName.EpiBinding = "Part.Character02";
Script.cbSupplierName.EpiLabel = "lblSupplierName";
Script.cbSupplierName.DisplayMember = "Name";
Script.cbSupplierName.EpiBOName = "Vendor";
Script.cbSupplierName.EpiColumns = new string[] {"Name"};
// cbSupplierName
Script.cbSupplierName.Top = 56;
Script.cbSupplierName.Left = 128;
Script.cbSupplierName.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left);
Script.cbSupplierName.Width = 369;
Script.cbSupplierName.Text = "cbSupplierName";
Script.cbSupplierName.EpiBinding = "Part.Character02";
Script.cbSupplierName.EpiLabel = "lblSupplierName";
Script.cbSupplierName.DisplayMember = "Name";
Script.cbSupplierName.EpiBOName = "Vendor";
Script.cbSupplierName.EpiColumns = new string[] {"Name"};
--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> How are ou populating it?
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *T: 904.469.1524 mobile
> E: jose@...
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
> <http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
> <http://www.josecgomez.com/professional-resume/>
> <http://www.josecgomez.com/feed/>
> <http://www.usdoingstuff.com>
>
> *Quis custodiet ipsos custodes?*
>
>
>
> On Thu, Jul 14, 2011 at 2:13 PM, Anton <anton.ochss@...> wrote:
>
> > **
> >
> >
> > No, just a plain run of the mill combo box
> > (Epicor.Mfg.UI.FrameWork.EpiCombo).
> >
> > Thanks,
> > Anton
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > Is your combobox an EpiRetriever?
> > >
> > > *Jose C Gomez*
> > > *Software Engineer*
> > > *
> > > *
> > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > *
> > > *T: 904.469.1524 mobile
> > > E: jose@
> > > http://www.josecgomez.com
> > > <http://www.linkedin.com/in/josecgomez> <
> > http://www.facebook.com/josegomez>
> > > <http://www.google.com/profiles/jose.gomez> <
> > http://www.twitter.com/joc85>
> > > <http://www.josecgomez.com/professional-resume/>
> > > <http://www.josecgomez.com/feed/>
> > > <http://www.usdoingstuff.com>
> > >
> > > *Quis custodiet ipsos custodes?*
> >
> > >
> > >
> > >
> > > On Thu, Jul 14, 2011 at 12:03 PM, Anton <anton.ochss@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > After Customizing the "Part" form with a "Vendor" combo box, I want to
> > make
> > > > sure that if the user types anything into the vendor combo box that it
> > > > matches a record in the combo.
> > > >
> > > > Should this be done by
> > > >
> > > > Cycling through the values in the combo box, if so I don't see the
> > > > "DataSet" when debugging the code. What collection should I be looking
> > for.
> > > > I was able to see the Rows collection of the combo, but could not
> > decipher
> > > > where to find the actual data in the Infragistics control properties.
> > > >
> > > > Create a new "Vendor" Adapater/BO connection and use a BO method like
> > > > "GetByID" to see if the contents match?
> > > >
> > > > Thanks,
> > > >
> > > > Anton Ochss
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>