Adding a EpiButton to MES screen for a report

missing on the last line of code. added it and now launches fine. i knew it had to be something simple.
Â
Thanks

Melissa Hietala
UMC, Inc.
melissah@...


________________________________
From: Jose Gomez <jose@...>
To: vantage@yahoogroups.com
Sent: Wednesday, April 4, 2012 7:38 AM
Subject: Re: [Vantage] Adding a EpiButton to MES screen for a report

You are missing a semi colon on one line in your code, post your whole code
and we can help.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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/>
 <http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Wed, Apr 4, 2012 at 8:33 AM, melissa hietala <kevmel822@...> wrote:

> **
>
>
> We have add report buttons on MES for a while. My assistant who did this
> left the company but wrote me some work instructions that seem pretty
> straight forward. I had a request to add another report button and things
> went downhill from there. None of the reports would work so I took away the
> customization and decided to start from scratch. Unfortunately it seems
> there is a step missing from the instruction he gave me as I keep getting a
> compile error. Can someone please look this over and let me know what I am
> missing?
>
> I have added the Epi Button, Added the event wizard info (Control type
> filter, custom control, Available Conrol events-CLick), Update Selected
> event code, navigated to Script Editor, scrolled to the code, added the
> ProcessCaller.LaunchForm(oTrans, "UDPDASMY").
>
> Added the customization to the screen in Menu Maintenance>Processes
>Â Â Program Type = N
>Â Â Icon = Entry
>Â Â Program = Epicor.Mfg.Menu.Mes.dll
>Â Â Customization = UDMES2
>
> When I relaunch the MES program I can log in and then while its loading I
> get:Error Detail
> ============
> --------compile errors------------
>Â Error: CS1002 - line 57 (185) - ; expected
>
>Â ** Compile Failed. **
>
>
>
> Stack Trace
> ===========
>Â Â at
> Epicor.Mfg.UI.Customization.CustomScriptManager.CompileCustomScript(Boolean
> loading)
>
> Am I missing something in the instructions I received to compile something?
>
> Melissa Hietala
> UMC, Inc.
> melissah@...
>
> [Non-text portions of this message have been removed]
>

>


[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/.%c2%a0
(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]
We have add report buttons on MES for a while. My assistant who did this left the company but wrote me some work instructions that seem pretty straight forward. I had a request to add another report button and things went downhill from there. None of the reports would work so I took away the customization and decided to start from scratch. Unfortunately it seems there is a step missing from the instruction he gave me as I keep getting a compile error. Can someone please look this over and let me know what I am missing?
Â
I have added the Epi Button, Added the event wizard info (Control type filter, custom control, Available Conrol events-CLick), Update Selected event code, navigated to Script Editor, scrolled to the code, added the ProcessCaller.LaunchForm(oTrans, "UDPDASMY").
Â
Added the customization to the screen in Menu Maintenance>Processes
    Program Type = N
    Icon = Entry
    Program = Epicor.Mfg.Menu.Mes.dll
    Customization = UDMES2
Â
When I relaunch the MES program I can log in and then while its loading I get:Error Detail
============
--------compile errors------------
 Error: CS1002 - line 57 (185) - ; expected
Â
 ** Compile Failed. **
Â
Â
Â
Stack Trace
===========
  at Epicor.Mfg.UI.Customization.CustomScriptManager.CompileCustomScript(Boolean loading)
Â
Am I missing something in the instructions I received to compile something?


Melissa Hietala
UMC, Inc.
melissah@...

[Non-text portions of this message have been removed]
You are missing a semi colon on one line in your code, post your whole code
and we can help.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Wed, Apr 4, 2012 at 8:33 AM, melissa hietala <kevmel822@...> wrote:

> **
>
>
> We have add report buttons on MES for a while. My assistant who did this
> left the company but wrote me some work instructions that seem pretty
> straight forward. I had a request to add another report button and things
> went downhill from there. None of the reports would work so I took away the
> customization and decided to start from scratch. Unfortunately it seems
> there is a step missing from the instruction he gave me as I keep getting a
> compile error. Can someone please look this over and let me know what I am
> missing?
>
> I have added the Epi Button, Added the event wizard info (Control type
> filter, custom control, Available Conrol events-CLick), Update Selected
> event code, navigated to Script Editor, scrolled to the code, added the
> ProcessCaller.LaunchForm(oTrans, "UDPDASMY").
>
> Added the customization to the screen in Menu Maintenance>Processes
> Program Type = N
> Icon = Entry
> Program = Epicor.Mfg.Menu.Mes.dll
> Customization = UDMES2
>
> When I relaunch the MES program I can log in and then while its loading I
> get:Error Detail
> ============
> --------compile errors------------
> Error: CS1002 - line 57 (185) - ; expected
>
> ** Compile Failed. **
>
>
>
> Stack Trace
> ===========
> at
> Epicor.Mfg.UI.Customization.CustomScriptManager.CompileCustomScript(Boolean
> loading)
>
> Am I missing something in the instructions I received to compile something?
>
> Melissa Hietala
> UMC, Inc.
> melissah@...
>
> [Non-text portions of this message have been removed]
>
>
>


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