Re: [mapguide-users] How to invoke URL?

2009-03-16 Thread lolob
I think you can't use invoke url in Fusion. I think it is for Ajax online. achectl wrote: Dear All, I trying the invoke url feature. Fusion viewer is my testing viewer. I would like to pass the custom parameter to the application by using url. I make use of MapGuide Studio 2009.

Re: [mapguide-users] How to invoke URL?

2009-03-16 Thread achectl
Thanks. Really? What I tried? I try to input the date for the key and $CurrentSelection for the value. The result is like that: http://xx.xxx.xxx.xx/app?date=%24CurrentSelection What is the meaning - %24CurrentSelection? Any suggestion will be appreciate. lolob wrote: I think you

Re: [mapguide-users] How to invoke URL?

2009-03-16 Thread Ryan Northcott
To repeat the above, the URL activated for Feature option will not work on Fusion layouts. Use a regular Layout. You would need to put in a value from your feature data into the URL activated expression.Build an expression like concat('/app/DataPullPage.aspx?date=', ToDate ( AddedDate ) ) where

Re: [mapguide-users] How to invoke URL?

2009-03-16 Thread Andrew DeMerchant
I think that you're all misunderstanding his question - he's asking about InvokeURL, which works fine in Fusionunless it's been broken with the release of the last version. I've used InvokeURL quite a lot, myself...Now, as for how to use it; Value should be $CurrentSelection, yes. If you

[mapguide-users] How to invoke URL?

2009-03-15 Thread achectl
Dear All, I trying the invoke url feature. Fusion viewer is my testing viewer. I would like to pass the custom parameter to the application by using url. I make use of MapGuide Studio 2009. Inside the invoke url command, i need to input Key and Value of additional parameters. What is the key