Customization / BAQ report Designer / Call By Button

If you want an automatic printing?

For instance when they save the receipt you want Vantage to auto print
the label?

If so... much more complicated yet do-able. You need a BAM and do the
whole auto print thing. Is that what you mean?

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of vantageuser13
Sent: Thursday, January 15, 2009 10:23 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Customization / BAQ report Designer / Call By
Button

In my Receipt Entry, I add a button, and I add the event for click, I
write this line :

ProcessCaller.LaunchForm(oTrans, "UD9002")

But if I will need to print automatically my label automatically,
for each line on my receipt entry. What the code for print
automatically ?


--- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@...>
wrote:
>
> To launch any BAQ report from a button anywhere including MES....
>
> First hang the BAQ report on the menu somewhere. Upon doing so you
will
> have to give it a menu ID such as "UDMyRpt01"
>
> Remember that Menu ID.
>
> Open the screen you want to add the button to. Add the button and
for
> it's click event, add this line of code:
>
> ProcessCaller.LaunchForm(oTrans, "UDMyRpt01")
>
>
>
> That should do it. Some versions of .305 had issues with that
> statement. There is a work around if need be.
>
>
>
>
> Vic
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
Behalf
> Of vantageuser13
> Sent: Thursday, January 15, 2009 9:04 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Customization / BAQ report Designer / Call By
Button
>
> In Vantage 8.03.305, I will need to add a button on the module
Receipt
> Entry. When I click on this button, I will need to print a sticker
for
> each line on my receipt. For print my sticker, I will need to use a
> baq report design. My baq and crystal reports is there. Because I
use
> the report for print a tag. But, I will need to add on the receipt
> entry. Thanks.
>
>
> Vantage 8.03.305
>
>
>
> ------------------------------------
>
> 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
>



------------------------------------

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
In Vantage 8.03.305, I will need to add a button on the module Receipt
Entry. When I click on this button, I will need to print a sticker for
each line on my receipt. For print my sticker, I will need to use a
baq report design. My baq and crystal reports is there. Because I use
the report for print a tag. But, I will need to add on the receipt
entry. Thanks.


Vantage 8.03.305
To launch any BAQ report from a button anywhere including MES....

First hang the BAQ report on the menu somewhere. Upon doing so you will
have to give it a menu ID such as "UDMyRpt01"

Remember that Menu ID.

Open the screen you want to add the button to. Add the button and for
it's click event, add this line of code:

ProcessCaller.LaunchForm(oTrans, "UDMyRpt01")



That should do it. Some versions of .305 had issues with that
statement. There is a work around if need be.




Vic


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of vantageuser13
Sent: Thursday, January 15, 2009 9:04 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Customization / BAQ report Designer / Call By Button

In Vantage 8.03.305, I will need to add a button on the module Receipt
Entry. When I click on this button, I will need to print a sticker for
each line on my receipt. For print my sticker, I will need to use a
baq report design. My baq and crystal reports is there. Because I use
the report for print a tag. But, I will need to add on the receipt
entry. Thanks.


Vantage 8.03.305



------------------------------------

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
In my Receipt Entry, I add a button, and I add the event for click, I
write this line :

ProcessCaller.LaunchForm(oTrans, "UD9002")

But if I will need to print automatically my label automatically,
for each line on my receipt entry. What the code for print
automatically ?


--- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@...>
wrote:
>
> To launch any BAQ report from a button anywhere including MES....
>
> First hang the BAQ report on the menu somewhere. Upon doing so you
will
> have to give it a menu ID such as "UDMyRpt01"
>
> Remember that Menu ID.
>
> Open the screen you want to add the button to. Add the button and
for
> it's click event, add this line of code:
>
> ProcessCaller.LaunchForm(oTrans, "UDMyRpt01")
>
>
>
> That should do it. Some versions of .305 had issues with that
> statement. There is a work around if need be.
>
>
>
>
> Vic
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
Behalf
> Of vantageuser13
> Sent: Thursday, January 15, 2009 9:04 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Customization / BAQ report Designer / Call By
Button
>
> In Vantage 8.03.305, I will need to add a button on the module
Receipt
> Entry. When I click on this button, I will need to print a sticker
for
> each line on my receipt. For print my sticker, I will need to use a
> baq report design. My baq and crystal reports is there. Because I
use
> the report for print a tag. But, I will need to add on the receipt
> entry. Thanks.
>
>
> Vantage 8.03.305
>
>
>
> ------------------------------------
>
> 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
>