[mapguide-users] mapguide intergration

Kenneth Skovhede, GEOGRAF A/S ks at geograf.dk
Fri Jul 11 06:48:19 EDT 2008


Oh, and besides, I think you should use single quotes for strings?

Concat (   'http://localhost/maps/searching.php?fid='  ,  FeatId  ) 


Regards, Kenneth Skovhede, GEOGRAF A/S



Andre Schoonbee skrev:
> Hi 
> First, thanks for the feedback
> The problem is that using I use Autodesk Mapguide sutio 2009 Trail, and when
> entering the conact string - I get an error :
>
> Error: The expression has an undefined property
> '"http://localhost/maps/searching.php?fid="'. Click here to move the cursor
> to the error(12)#12
>
> Regards
>
> Andre
> -----Original Message-----
> From: mapguide-users-bounces at lists.osgeo.org
> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Kenneth
> Skovhede, GEOGRAF A/S
> Sent: Thursday, July 10, 2008 8:14 PM
> To: MapGuide Users Mail List
> Subject: Re: [mapguide-users] mapguide intergration
>
> I think you should have:
>
> Concat (   "http://localhost/maps/searching.php?fid="  ,  FeatId  )  
>
> (I assume your key column is actually named "FeatId")
>
> Regards, Kenneth Skovhede, GEOGRAF A/S
>
>
>
> Andre Schoonbee skrev:
>   
>> Hi Jason
>>
>> I have no idea on how to do this. 
>>
>> What I want is to pass the Feature ID (fid) to my localhost map web server
>> running as http://localhost/maps.
>> If I execute http://localhost/maps/searchng.php?fid=1, I get the correct
>> information on my screen. The web screen is html and php.
>>
>> So I need to be able to pass the fid to my connection sting. 
>>
>> I have tried this but seems not to be working.
>>
>>   Concat (   "http://localhost/maps/searching.php?"  ,  FeatId  )  
>>
>>
>> Regards
>>
>> Andre
>>
>> -----Original Message-----
>> From: mapguide-users-bounces at lists.osgeo.org
>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jason Birch
>> Sent: Tuesday, June 17, 2008 5:38 PM
>> To: MapGuide Users Mail List
>> Subject: RE: [mapguide-users] mapguide intergration
>>
>> Andre, 
>>
>> I think you can do this by concatenating some constant text (the URL)
>> with an attribute value (the town name) in the link.
>>
>> I have no idea how this will work with your framed setup though.  It may
>> be better to have the link trigger a javascript function (I haven't
>> experimented with this) that does something in the parent frame.
>>
>> Jason
>>
>> -----Original Message-----
>> From: Andre Schoonbee
>> Subject: [mapguide-users] mapguide intergration
>>
>> I have a php driven web based system and also a towns map running on
>> MGOS.
>> By using the "URL link", on Maestro or on Autodesk Mapguide studio, I
>> want
>> to pass the town name from the map to the other web system. The map will
>> be
>> running within an iframe in the system. 
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>> __________ Information from ESET Smart Security, version of virus
>>     
> signature
>   
>> database 3194 (20080617) __________
>>
>> The message was checked by ESET Smart Security.
>>
>> http://www.eset.com
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG. 
>> Version: 7.5.524 / Virus Database: 270.3.0/1505 - Release Date: 16-Jun-08
>> 7:20 AM
>>  
>>
>> No virus found in this outgoing message.
>> Checked by AVG. 
>> Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 08-Jul-08 12:00
>> AM
>>  
>>
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>   
>>     
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
> __________ Information from ESET Smart Security, version of virus signature
> database 3259 (20080710) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> No virus found in this incoming message.
> Checked by AVG. 
> Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 08-Jul-08 12:00
> AM
>  
>
> No virus found in this outgoing message.
> Checked by AVG. 
> Version: 7.5.524 / Virus Database: 270.4.7/1545 - Release Date: 10-Jul-08
> 6:43 PM
>  
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20080711/cfa494d8/attachment.html


More information about the mapguide-users mailing list