Hi,
Struggling a bit here so wonder if anywone can help.
I have a php script that needs to call on a route object. I think i can work it into mappoint.
However, i cannot get the script to work for a pretty basic task:
I get error:Code:$ex = new COM("MapPoint.application"); $ex->visible = true; $ex->NewMap(); $ex->ActiveMap; $ex->AddPushpin; $res = $ex->FindAddressResults("", "", "", "London", "", "");
Fatal error: Call to undefined method com::FindAddressResults() in c:\Inetpub\wwwroot\map2.php on line 18
I have trawled the web and cannot find any real support for mappoint & php - this site seems to be the best.
Can anyone point me in the right direction?
Many Thanks
ChaosT