Google Hyperlink search string?

Savatage
Member Posts: 7,142
I have a button on my item card
on push I have hyperlink('www.google.com');
what I would like to do is add the item description to the search
so when google open's it's already listing whatever it found using that items description.
I hope that made sense
I've tried
HYPERLINK('WWW.GOOGLE.COM'+' '+'Search='+Description);
but it's not the correct format - anybody have a clue?
on push I have hyperlink('www.google.com');
what I would like to do is add the item description to the search
so when google open's it's already listing whatever it found using that items description.
I hope that made sense
I've tried
HYPERLINK('WWW.GOOGLE.COM'+' '+'Search='+Description);
but it's not the correct format - anybody have a clue?
0
Comments
-
SearchText := 'hello world'; hyperlink('http://www.google.com/search?q=' + SearchText);
0 -
thanks got it
OnPush() SearchText := Description+' '+"Description 2"; SearchText := CONVERTSTR(SearchText,' ','+'); HYPERLINK('http://www.google.com/search?q=' + SearchText);
0 -
Hm, a good idea! One click and you find out the competition is selling the same product at half the price :-k
Actually I recommend Froogle, that's exactly for this. For example, the Western Digital 120GB Passport external hard drive I just bought... hm, it seems there were better offers out there than Amazon.co.uk's appr. $127 price:
http://froogle.google.com/froogle?q=wes ... B+passport0 -
Actually it's not for comparing prices, but i guess it could be used for that.
We sell alot of products on our own site & on amazon. But typing in all that item detail for every item can be a real pain so I was hoping to 8-[ borrow 8-[ someone elses details.
That's why I wanted to copy paste to work from this topic but it's not working too great.
http://www.mibuso.com/forum/viewtopic.php?t=16266
Another tip- Say you enter an item and you want to go to the vendors website and get a pic and/or detailed verbage for an item.
You can quickly add a command button on the item card with codeOnPush() Vendor.GET("Vendor No."); HYPERLINK(Vendor."Home Page");
and it will bring you right to the home web page of the vendor for that item (as long as you fill in the link on the vendor card)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions