BAQReport from button - record not found

Dumb question, how do you get access to the forum.



My epicweb username/password doesn't work. When I click the "Register"
button, it says they're not accepting new requests.



Could you post the text of this topic here?



Thanks.
Kevin Simon



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
cooner_55421
Sent: Saturday, April 16, 2011 2:21 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BAQReport from button - record not found





Just in case anybody else is looking for examples of passing parameters to a
BAQ report.

I found a new (to me) reference on the Epicor discussion board.
The full text of 6824ESC with was included in the post.
Written for E9 & describes passing parameters to a BAQ report.
(for some reason, I wasn't able to find it on Epciweb).

If you have access to their forums here is the link:
http://forums.epicor.com/forum_posts.asp?TID=2957
<http://forums.epicor.com/forum_posts.asp?TID=2957&KW=button&PID=7498#7498>
&KW=button&PID=7498#7498

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , Jose
Gomez <jose@...> wrote:
>
> most forms take a coma separated values, how about passing something like
>
> key1,key2,key3,key4,key5
> *
> *
> *
> *
> *
> *
> *Jose C Gomez*
>
> Software Engineer
> *
> *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/>
>
> *Quis custodiet ipsos custodes?*
>
>
>
> On Thu, Apr 14, 2011 at 8:11 PM, cooner_55421 <cooner_55421@...>wrote:
>
> >
> >
> > >> Can't u make that a baq rpt option instead?
> > I could but that's not what I need.
> > I'm working on something else.
> > I have code that works for other BAQ reports using other tables.
> > But... it's not working with a UD table.
> >
> > I am trying to figure out if there is something different about passing
> > parameters to a BAQ report when it is a UD table.
> >
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , Jose
Gomez <jose@> wrote:
> > >
> > > Can't u make that a baq rpt option instead?
> > >
> > > Sent from mobile
> > > On Apr 14, 2011 7:49 PM, "cooner_55421" <cooner_55421@> wrote:
> > > > Hi,
> > > >
> > > > I am trying an example for passing a parameter to a BAQ report.
> > > > This is for a report based on table UD10.
> > > > I'm trying to use "1000" but keep getting a "Record not found"
error.
> > > > Record 1000 does exist.
> > > >
> > > > Here is the full code I am using from an Epicor tech tip.
> > > >
> > > >
> > > > Private Sub btnEpiCustom2_Click(ByVal Sender As Object, ByVal Args
As
> > > System.EventArgs) Handles btnEpiCustom2.Click
> > > > Dim opts As LaunchFormOptions = New LaunchFormOptions()
> > > > opts.IsModal = False
> > > > opts.ValueIn = "1000" '// Parameter
> > > > ProcessCaller.LaunchForm(oTrans, "UD10TEST", opts)
> > > > End Sub
> > > >
> > > > Can anybody tell me what is wrong here?
> > > > The report dialog will pop up if I do not use LaunchForm options.
> > > >
> > > > Thanks
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]
Can't u make that a baq rpt option instead?

Sent from mobile
On Apr 14, 2011 7:49 PM, "cooner_55421" <cooner_55421@...> wrote:
> Hi,
>
> I am trying an example for passing a parameter to a BAQ report.
> This is for a report based on table UD10.
> I'm trying to use "1000" but keep getting a "Record not found" error.
> Record 1000 does exist.
>
> Here is the full code I am using from an Epicor tech tip.
>
>
> Private Sub btnEpiCustom2_Click(ByVal Sender As Object, ByVal Args As
System.EventArgs) Handles btnEpiCustom2.Click
> Dim opts As LaunchFormOptions = New LaunchFormOptions()
> opts.IsModal = False
> opts.ValueIn = "1000" '// Parameter
> ProcessCaller.LaunchForm(oTrans, "UD10TEST", opts)
> End Sub
>
> Can anybody tell me what is wrong here?
> The report dialog will pop up if I do not use LaunchForm options.
>
> Thanks
>
>


[Non-text portions of this message have been removed]
most forms take a coma separated values, how about passing something like

key1,key2,key3,key4,key5
*
*
*
*
*
*
*Jose C Gomez*

Software Engineer
*
*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/>

*Quis custodiet ipsos custodes?*



On Thu, Apr 14, 2011 at 8:11 PM, cooner_55421 <cooner_55421@...>wrote:

>
>
> >> Can't u make that a baq rpt option instead?
> I could but that's not what I need.
> I'm working on something else.
> I have code that works for other BAQ reports using other tables.
> But... it's not working with a UD table.
>
> I am trying to figure out if there is something different about passing
> parameters to a BAQ report when it is a UD table.
>
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
> >
> > Can't u make that a baq rpt option instead?
> >
> > Sent from mobile
> > On Apr 14, 2011 7:49 PM, "cooner_55421" <cooner_55421@...> wrote:
> > > Hi,
> > >
> > > I am trying an example for passing a parameter to a BAQ report.
> > > This is for a report based on table UD10.
> > > I'm trying to use "1000" but keep getting a "Record not found" error.
> > > Record 1000 does exist.
> > >
> > > Here is the full code I am using from an Epicor tech tip.
> > >
> > >
> > > Private Sub btnEpiCustom2_Click(ByVal Sender As Object, ByVal Args As
> > System.EventArgs) Handles btnEpiCustom2.Click
> > > Dim opts As LaunchFormOptions = New LaunchFormOptions()
> > > opts.IsModal = False
> > > opts.ValueIn = "1000" '// Parameter
> > > ProcessCaller.LaunchForm(oTrans, "UD10TEST", opts)
> > > End Sub
> > >
> > > Can anybody tell me what is wrong here?
> > > The report dialog will pop up if I do not use LaunchForm options.
> > >
> > > Thanks
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


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