Need to write a macro which which open an IE application after a value is selected.
Hi all,
I have a following situation:
I have two tabs(say tab1 and tab2).In tab 1, I have a List box and if we select a value in it, it opens up another link. We have done an "Info Load" in the script. Say, I have two fields(Address and Id) in "Info Load". The list box in Tab1 has the address and when we click on any value in the List Box, it opens the IE and shows their location on Map. This has been done by Checking option "Show info automatically" in the General tabs of List Box Properties.
Now in Tab2, I have a Straight table which has Address filed also in it. Now, when we select any address in the Straight table, it should open up IE adn show locations on map(as it does for List box). ButI am not able to achieve this functionality .
Can anyone advise or have any idea how to get this done ?