E9 MES Customization: Click on button and send me to a URL Link

Seems like that is C#; did a search on Process.Start for VB...

After added the Event click for the button, I added the following line.

Process.Start ("www.adp.com")

That simple.


Private Sub epiShape1_Click(ByVal sender As Object, ByVal args As System.EventArgs)
' ** Place Event Handling Code Here **
Process.Start("https://ezlmappdc1f.adp.com/ezLaborManagerNet/Login/Login.aspx")
End Sub



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ted Koch
Sent: Friday, April 26, 2013 10:32 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] E9 MES Customization: Click on button and send me to a URL



Are you trying to launch a website on a button click?

You'll have to modify the website string.

ProcessStartInfo sInfo = new ProcessStartInfo("www.google.com");
Process.Start(sInfo);

________________________________
From: Miguel Santillan <msantillan@...<mailto:msantillan%40ccicms.com>>
To: "vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>" <vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>>
Sent: Friday, April 26, 2013 1:08 PM
Subject: [Vantage] E9 MES Customization: Click on button and send me to a URL


I have not done this one before, better yet, this has not been done at our company before. So I don't a sample I can use to duplicate. Couldn't find anything in the search under MES URL LINK.

I know how to create the buttons, use the One-Click Event Wizard and update the ProcessID.

Any help would be appreciated.

[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/.<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]



[Non-text portions of this message have been removed]
I have not done this one before, better yet, this has not been done at our company before. So I don't a sample I can use to duplicate. Couldn't find anything in the search under MES URL LINK.

I know how to create the buttons, use the One-Click Event Wizard and update the ProcessID.

Any help would be appreciated.


[Non-text portions of this message have been removed]
Are you trying to launch a website on a button click?

You'll have to modify the website string.

ProcessStartInfo sInfo = new ProcessStartInfo("www.google.com");
Process.Start(sInfo);




________________________________
From: Miguel Santillan <msantillan@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, April 26, 2013 1:08 PM
Subject: [Vantage] E9 MES Customization: Click on button and send me to a URL


I have not done this one before, better yet, this has not been done at our company before. So I don't a sample I can use to duplicate. Couldn't find anything in the search under MES URL LINK.

I know how to create the buttons, use the One-Click Event Wizard and update the ProcessID.

Any help would be appreciated.


[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]
Thank you.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ted Koch
Sent: Friday, April 26, 2013 10:32 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] E9 MES Customization: Click on button and send me to a URL



Are you trying to launch a website on a button click?

You'll have to modify the website string.

ProcessStartInfo sInfo = new ProcessStartInfo("www.google.com");
Process.Start(sInfo);

________________________________
From: Miguel Santillan <msantillan@...<mailto:msantillan%40ccicms.com>>
To: "vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>" <vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>>
Sent: Friday, April 26, 2013 1:08 PM
Subject: [Vantage] E9 MES Customization: Click on button and send me to a URL


I have not done this one before, better yet, this has not been done at our company before. So I don't a sample I can use to duplicate. Couldn't find anything in the search under MES URL LINK.

I know how to create the buttons, use the One-Click Event Wizard and update the ProcessID.

Any help would be appreciated.

[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/.<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]



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