- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-19-2009 10:50 AM
We are using MAS 200 4.3. I would like to add a hyperlink to my inventory inquiry module that will link to a webpage where the web address will contain the mas item number, like so "http://www.foo.com/item/[MasItemNumber]".
Can anyone tell me how this can be done?
Nathan Birkes
MAS 200 4.3 on Windows Server 2003
Solved! Go to Solution.
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-19-2009 04:38 PM
One way is like this:
1. Press Ctrl-F9 in Inv Inquiry, choose the user-company, choose the panel to modify
2.Click on Add External Link button (top left one) in the floating Customizer toolbar
3. Draw the button to bring up the External Link Definition dialog.
4. Click on Link Settings tab
5. Under Type click on radio button for Program
6. Click on Edit Script button off to the right.
7. Paste this in the command script:
[wdx]http://www.foo.com/item/{ML_ITEM_NO$}
8. Click OK, exit out and save. Close Inv Inquiry if it was open and open it again.
9. Click your Link button and it should pop a new browser window
You can also do it through an MS Script. Hope that helps.
Alnoor@CallForHelp.biz
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 07:28 AM
When I try to accept the script it says "The DDE Application mustn be entered".
What do I need to do?
Nathan Birkes
MAS 200 4.3 on Windows Server 2003
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 08:43 AM
--------------------------------------------------------------------------
This day in history: In 440 B.C. famous Greek writer takes his torn toga to a tailor who ask, Euripides?
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 08:48 AM
' Create the IE Object Set ie=CreateObject("InternetExplorer.Application") ' ' Set IE Properties ie.Top=0 ie.Left=0 ie.Height=700 ie.Width=800 ie.AddressBar=false ie.MenuBar=false ie.ToolBar=false ' ' Build Form Data, check field name, not sure if I have it correct. data="ML_ItemNo" ' ' Set the Navigation ie.Navigate "http://www.foo.com"+data ' ' ' Unhide the browser ie.visible=True
--------------------------------------------------------------------------
This day in history: In 440 B.C. famous Greek writer takes his torn toga to a tailor who ask, Euripides?
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 09:10 AM
Nathan Birkes
MAS 200 4.3 on Windows Server 2003
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 09:18 AM
--------------------------------------------------------------------------
This day in history: In 440 B.C. famous Greek writer takes his torn toga to a tailor who ask, Euripides?
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 11:55 AM
i thought that might be interesting to see.
however, a search of "dive deep" on the MAS90 forum yields only your post above ![]()
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 12:28 PM
Try searching for "deep dive" instead:
Re: Hyperlink in Customizer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-20-2009 12:53 PM
--------------------------------------------------------------------------
This day in history: In 440 B.C. famous Greek writer takes his torn toga to a tailor who ask, Euripides?


