close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Charts Fail with Path image

Thread began 4/13/2010 2:27 pm by sue.hawkins403581 | Last modified 4/14/2010 2:27 pm by sue.hawkins403581 | 1801 views | 8 replies

sue.hawkins403581

Charts Fail with Path image

Hi Jason,

Not sure how to attach, here:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><!--#include file="../../Connections/GIS.asp" -->
<%
Dim WADWCdboIchart
Dim WADWCdboIchart_cmd
Dim WADWCdboIchart_numRows

Set WADWCdboIchart_cmd = Server.CreateObject ("ADODB.Command")
WADWCdboIchart_cmd.ActiveConnection = MM_GIS_STRING
WADWCdboIchart_cmd.CommandText = "SELECT logonCollege AS XLABEL, COUNT(unique) AS YVALUE FROM dbo.Ichart GROUP BY logonCollege"
WADWCdboIchart_cmd.Prepared = true

Set WADWCdboIchart = WADWCdboIchart_cmd.Execute
WADWCdboIchart_numRows = 0
%>
<%
Dim WADWCdboIchart__numRows
Dim WADWCdboIchart__index

WADWCdboIchart__numRows = -1
WADWCdboIchart__index = 0
WADWCdboIchart_numRows = WADWCdboIchart_numRows + WADWCdboIchart__numRows
%><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wa_dwc SYSTEM "wa_dwc.dtd">
<wa_dwc name="Clean" version="1.0">
<color_wheel name="SLATE">
<color><![CDATA[#2d2b2e]]></color>
<color><![CDATA[#3a32c4]]></color>
<color><![CDATA[#b0b6bd]]></color>
<color><![CDATA[#5456ef]]></color>
<color><![CDATA[#d8dcbf]]></color>
<color><![CDATA[#c0c3a9]]></color>
</color_wheel>
<title style=" font-size:16px; color:#2d2b2e; text-align:center;">
Chart%20Title
</title>
<background color="#ffffff" align="left" valign="top"/>
<innerbg startcolor="#e3e3e4" endcolor="#9ea3aa" direction="90"/>
<yaxis color="#767a7f" gridcolor="#888d93">
<labels size="11" fontcolor="#50516b" ></labels>
<legend size="12" color="#2d2b2e">
Y%20Axis%20Legend
</legend>
</yaxis>
<xaxis color="#767a7f" gridcolor="#888d93" offset="true">
<legend size="12" color="#2d2b2e">
X%20Axis%20Legend
</legend>
<labels size="11" fontcolor="#50516b" orientation="2">
</labels>
</xaxis>
<data>
<dataset style="{font-size:9px;color:#767a7f;}" size="9" width="2" color="#2d2b2e" label="Dataset%20Label" dotsize="5" opacity="80" abstraction="4" outline="#767a7f" linecolor="#767a7f" type="pie">
<%
While ((WADWCdboIchart__numRows <> 0) AND (NOT WADWCdboIchart.EOF))
%><point >
<label><%=(WADWCdboIchart.Fields.Item("XLABEL").Value)%></label>
<value><%=(WADWCdboIchart.Fields.Item("YVALUE").Value)%></value>
</point><%
WADWCdboIchart__index=WADWCdboIchart__index+1
WADWCdboIchart__numRows=WADWCdboIchart__numRows-1
WADWCdboIchart.MoveNext()
Wend
%>
</dataset>
</data>
</wa_dwc>
<%
WADWCdboIchart.Close()
Set WADWCdboIchart = Nothing
%>

Thanks,

Sue

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...