<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Dashboard Discussion, Support, Examples, Help Topic: Launch external URL not working</title>
<link>http://dashboard.infocaptor.com/</link>
<description>Dashboard Discussion, Support, Examples, Help Topic: Launch external URL not working</description>
<language>en</language>
<pubDate>Tue, 06 Jan 2009 10:17:55 +0000</pubDate>

<item>
<title>admin on "Launch external URL not working"</title>
<link>http://dashboard.infocaptor.com/topic/launch-external-url-not-working#post-12</link>
<pubDate>Thu, 10 Apr 2008 20:04:56 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">12@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;One question, are you using MySQL as the database? If yes then the problem is related to it.&#60;/p&#62;
&#60;p&#62;For e.g When we used MySQL to put a link column for &#60;a href=&#34;http://www.yahoo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.yahoo.com&#60;/a&#62; then the database wraps the url within a single quote 'http://www.yahoo.com' and this is why the launch url is not activated. If this is the case we will create a workaround and send you a solution
&#60;/p&#62;</description>
</item>
<item>
<title>admin on "Launch external URL not working"</title>
<link>http://dashboard.infocaptor.com/topic/launch-external-url-not-working#post-11</link>
<pubDate>Thu, 10 Apr 2008 20:04:07 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">11@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;I am still having problem getting the URL to work. Do you have any advice for me? It has to be something I've done. I desparately need to invoke external URL since InfoCaptor is a passive tool and I need to carry out some action. The only way is to invoke an existing web-application with the required parameters byinvoking a URL. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;The SQL copied for the edit window that corresponds to the captured screen is:
select t.display_name as task_name, t.id as task_id,
IF(t.user_defined_flag = 0, &#38;#39;false&#38;#39;, &#38;#39;true&#38;#39;) as user_defined,
IF(t.optional_flag = 0, &#38;#39;false&#38;#39;, &#38;#39;true&#38;#39;) as optional,
CONCAT(&#38;#39;http://&#38;#39;, t.system_query) as Link
from task t, process p, process_task a
where a.process_id = p.id
and p.id = param&#38;lt;Process Id, 0&#38;gt;
and a.task_id = t.id;&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
