<div>To repeat the above, the URL activated for Feature option will not work on Fusion layouts. Use a regular Layout.</div><div><br></div>You would need to put in a value from your feature data into the URL activated expression.<div>
Build an expression like </div><div>concat(&#39;/app/DataPullPage.aspx?date=&#39;, ToDate ( &quot;AddedDate&quot; ) )</div><div><br></div><div>where</div><div>app os the virtual directory or application directory on your web-server</div>
<div>and DataPullPage.aspx (or .php) is the page you want data to show in the task panel.</div><div>and AddedDate is a Date field in your feature attribute table of the data you are displaying.</div><div><br></div><div>When you move you mouse over, there should be a yellow tool-tip saying press Cntrl+Click to open URL for this feature.</div>
<div>If a user does that, the parameter is passed to your page with the value from your attribute table. You make the page then spit out whatever you need it to based on what you want your program to do with the feature.</div>
<div><br></div><div>Pulling data out of a selected set is a bit labor intensive, and requires some good javaScript understanding. But Do-able.</div><div><br></div><div>Good Luck<br><br><div class="gmail_quote">On Mon, Mar 16, 2009 at 4:29 AM, achectl <span dir="ltr">&lt;<a href="mailto:achectl@gmail.com">achectl@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Thanks.<br>
<br>
Really?<br>
<br>
What I tried?<br>
I try to input the date for the key and $CurrentSelection for the value.<br>
The result is like that:<br>
<a href="http://xx.xxx.xxx.xx/app?date=%24CurrentSelection" target="_blank">http://xx.xxx.xxx.xx/app?date=%24CurrentSelection</a><br>
<br>
What is the meaning - %24CurrentSelection?<br>
<div class="im"><br>
Any suggestion will be appreciate.<br>
<br>
<br>
<br>
<br>
<br>
</div>lolob wrote:<br>
&gt;<br>
&gt; I think you can&#39;t use invoke url in Fusion. I think it is for Ajax only.<br>
<div class="im">&gt;<br>
&gt;<br>
&gt;<br>
&gt; achectl wrote:<br>
&gt;&gt;<br>
&gt;&gt; Dear All,<br>
&gt;&gt;<br>
&gt;&gt; I trying the invoke url feature. Fusion viewer is my testing viewer. I<br>
&gt;&gt; would like to pass the custom parameter to the application by using url.<br>
&gt;&gt;<br>
&gt;&gt; I make use of MapGuide Studio 2009. Inside the invoke url command, i need<br>
&gt;&gt; to input Key and Value of additional parameters. What is the key and<br>
&gt;&gt; value? Key is the attribute of the feature data? Value should be a<br>
&gt;&gt; $CurrentSelection?<br>
&gt;&gt;<br>
&gt;&gt; Any suggestion will be appreciate.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div>View this message in context: <a href="http://n2.nabble.com/How-to-invoke-URL--tp2484189p2484665.html" target="_blank">http://n2.nabble.com/How-to-invoke-URL--tp2484189p2484665.html</a><br>
<div><div></div><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br></div>