The backspace seems to be working fine.
Thanks,
--SF
Thanks,
--SF
--- In vantage@yahoogroups.com, "sanfranc415" <sanfranc415@...> wrote:
>
>
> Yes, your correct, and now the error has gone away. But, now it
> autocompletes and highlights the first autocomplete. Maybe I could
> add a backspace to my barcode to start from scratch?
>
> --SF
>
> --- In vantage@yahoogroups.com, "Michael McWilliams"
> <mmcwilliams22@> wrote:
> >
> > Under the Module script put this in:
> >
> > Dim cmbJobOpr As EpiCombo
> >
> >
> > Then after the end sub for Destroy custom code add this:
> >
> > Private Sub StartProdForm_Load(ByVal sender As object, ByVal
> > args As EventArgs) Handles StartProdForm.Load
> >
> > cmbJobOpr = Ctype(csm.GetNativeControlReference("4469529c-d636-
4205-
> > b17a-def6a7469d8f"),EpiCombo)
> > cmbJobOpr.AutoEdit = False
> >
> > End Sub
> >
> >
> > --- In vantage@yahoogroups.com, "sanfranc415" <sanfranc415@>
> > wrote:
> > >
> > > How can I disable MES from auto populating the operation
number?
> > For
> > > example, a user enters job # 24810-1-1 tabs to assembly select
0
> > tabs
> > > to operation types 1, and this is where it assumes you want 10
> or,
> > if
> > > you enter 10, it assumes you want operation 100, how do I stop
> > this?
> > >
> > > Thanks,
> > >
> > > --SF
> > >
> >
>