Just checked 506B - and they are there as you described - I think it is one huge mistake ( I checked Part Adapter too)
I would try it using the 8.03.4xx code and see what happens
I would try it using the 8.03.4xx code and see what happens
--- In vantage@yahoogroups.com, "jeffery_p_sanders" <jps@...> wrote:
>
>
> Version -> Epicor 9.04.506
>
> Sorry, should have included that in the first message.
> JPS
>
>
> --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> >
> > What version of Vantage?
> >
> > 8.03.405a shows:
> >
> > ' Imports Epicor.Mfg.UI.Adapters
> >
> > Dim [varAdapterName] As ReceiptAdapter = New ReceiptAdapter([UIForm])
> > [varAdapterName].BOConnect()
> >
> > '// ** Get Property
> > Dim [varName] As ReceiptDataSet = [varAdapterName].ReceiptData
> >
> >
> > [varAdapterName].Dispose()
> >
> > --- In vantage@yahoogroups.com, "jeffery_p_sanders" <jps@> wrote:
> > >
> > > When I look in the Custom Object Explorer at the Receipt Adapter, I see several Properties showing other adapters that are not listed in the Adapters list. For example, the ReceiptData property shows this:
> > >
> > > --------------------------------------------------------
> > > Dim [varAdapterName] As ReceiptAdapterReceiptData = New ReceiptAdapterReceiptData([UIForm])
> > > [varAdapterName].BOConnect()
> > >
> > > '// ** Get Property
> > > Dim [varName] As ReceiptDataSet = [varAdapterName].ReceiptData
> > >
> > >
> > > [varAdapterName].Dispose()
> > >
> > > ---------------------------------------------------------
> > >
> > > If I try to use this ?sub-adapter? it always shows an error.
> > >
> > > Error: BC30002 - line 104 (363) - Type 'ReceiptAdapterReceiptData' is not defined.
> > >
> > > If you manage to get by that, the next line returns an error.
> > >
> > > Usually the Type of the Property is not defined. In this case it would be "ReceiptDataSet".
> > >
> > > How do you get by this? I know I'm missing something...somewhere.
> > >
> > > Thanks,
> > > Jeff Sanders
> > >
> >
>