cancel
Showing results for 
Search instead for 
Did you mean: 

Web Link

silambarasan_rajendran
Active Contributor
0 Kudos

Hi friends,

                I unable to open web page from sap screen.I tried as "show location in web browser". It is available in WareHouse screen.The lable(statictext)  caption is

<specific caption="&lt;A HREF=&quot;http://maps.google.com/?q=HYD+B-41++++++++&quot; TYPE=&quot;0&quot; COLOR=&quot;purple&quot;&gt;Show Location in Web Browser&lt;/A&gt;"/>

     

         I need SDK source to open web page. Please guide me ..

Thanks & Regards,

Silambu


Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Silambarasan,

Capture the click_event on the statictext and place the following code there:

Dim url as string = "http://maps.google.com/?q=HYD+B-41++++++++"

Process.Start(url)

Hope it helps.

Best regards,

Pedro Magueija

silambarasan_rajendran
Active Contributor
0 Kudos

It is working..

Thanks,

Silambu

Answers (1)

Answers (1)

silambarasan_rajendran
Active Contributor
0 Kudos

It is working..

Thanks,

Silambu