Not to familiar with BAQViews as a datasource for a datagrid... maybe try epiUltraGridC1.DataSource = baqView.Tables(0)
(Not sure if tables(0) is a property for a BAQView)
________________________________
From: hexadecimalman <christian.duguay@...>
To: vantage@yahoogroups.com
Sent: Friday, June 14, 2013 9:23 AM
Subject: [Vantage] Re: How to bind a BAQDataView to an epiUltraGrid
Hi Ted,
thanks for taking the time to help.
I tried your suggestion , but instead of having the result data of the BAQView, it got populated with the properties of the BAQ. All labels changed for the properties name...
(Not sure if tables(0) is a property for a BAQView)
________________________________
From: hexadecimalman <christian.duguay@...>
To: vantage@yahoogroups.com
Sent: Friday, June 14, 2013 9:23 AM
Subject: [Vantage] Re: How to bind a BAQDataView to an epiUltraGrid
Hi Ted,
thanks for taking the time to help.
I tried your suggestion , but instead of having the result data of the BAQView, it got populated with the properties of the BAQ. All labels changed for the properties name...
--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> Try using epiUltraGridC1.DataSource = baqView
>
>
> ________________________________
>Â From: hexadecimalman <christian.duguay@...>
> To: vantage@yahoogroups.com
> Sent: Friday, June 14, 2013 8:35 AM
> Subject: [Vantage] How to bind a BAQDataView to an epiUltraGrid
>Â
>
> Hi,
> We are on Epicor 9.05.701. I'm looking for a way to bind an BAQ result to a EpiUltraGrid. I've found a C# example in an older post, but I can't get it to work. The BAQview is created and the binding is there, but my grid don't populate.
>
> BAQDataView baqView = new BAQDataView("VIC02-UD01ColorsBAQ");
> oTrans.Add("BAQView", baqView);
> // create the parent / child relationship using the QuoteNum as Pub & Sub
> oTrans.PublishColumnChange("QuoteHed.QuoteNumNum", "number01");
> baqView.SubscribeToPublisher("number01", "QuoteHed.QuoteNum");
> epiUltraGridC1.EpiBinding = "BAQView";
>
> epiUltraGridC1.EpiTransaction = oTrans;
>
> Is there something i'm missing ?
>
>
>
>
>
> ------------------------------------
>
> 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/.
> (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]
>
------------------------------------
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/.
(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]