index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Can't see created report of group :: (8)Post a New Message | Post a Reply
May 16 2004, 5:45 AM
 Can't see created report of group Post a Reply
 saz95

View this author's profile Send this author a private message

since: Nov 1, 2003
from: somewhere

Hi,

I've downloaded and successfully installed your ASPReporWizard. I also have created both the default.asp and reports.xml files in a folder with Read & Write permission. My problem is when I open the web page, I can see the list of tables but the created reports and groups were not visible. There's an entry made in the reports.xml file but not on the report page. Instead I got this message under the Reports column.

if(confirm('Are you sure you want to delete this report?')){window.location='?a=d&id='}x

By the way, how do I check what version do I have installed on my machine.

Thanks



May 16 2004, 7:32 AM
 Re: Can't see created report of group Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Delete your reports.xml file and tell me what you see when you try to run the report wizard (default.asp). Also, let me know the version:
<%
     Response.Write(objWiz.Version)
%>




-------------------------
Ghost
May 16 2004, 10:52 PM
 Re: Can't see created report of group Post a Reply
 saz95

View this author's profile Send this author a private message

since: Nov 1, 2003
from: somewhere

I've deleted the reports.xml file as instructed and I got this message

Reports file not found!
Either the reports file is corrupted or has not been created.
Click here to Create a new Reports file

btw, i've uninstalled and downloaded the new version from ur site, but when i installed it i still get the old version of 2.0.128.


May 17 2004, 4:46 AM
 Re: Can't see created report of group Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Make sure you are calling the correct object: ReportWizard2 as shown below

Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")  




-------------------------
Ghost
May 17 2004, 4:46 PM
 Re: Can't see created report of group Post a Reply
 saz95

View this author's profile Send this author a private message

since: Nov 1, 2003
from: somewhere

This is how my default.asp looks like. I'm still getting the same problem..

Dim objWiz, strConnectionString
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")  

strConnectionString = "Provider=sqloledb;Data Source=(local);Initial Catalog=FTS;UID=saz;PWD=saz;"

objWiz.Init(strConnectionString)
objWiz.DisplayReports
Set objWiz = Nothing


May 17 2004, 9:20 PM
 Re: Can't see created report of group Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Try this connection string:

strConnectionString = "Driver={SQL Server};" & _
           "Server=(local);" & _
           "Database=FTS;" & _
           "Uid=saz;" & _
           "Pwd=saz"

Also, download the reports.xml file from the link below and save it into your reports folder.

http://www.aspwebsolution.com/products/report_wizard/downloads/reports.xml






-------------------------
Ghost
May 18 2004, 1:43 AM
 Re: Can't see created report of group Post a Reply
 saz95

View this author's profile Send this author a private message

since: Nov 1, 2003
from: somewhere

Ok..it works fine now but how come it still use the old version 2.0.128??

May 18 2004, 4:53 AM
 Re: Can't see created report of group Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

That is correct.
The release is 2.1.28
but the actual version is 2.0.128


-------------------------
Ghost
Pages: (1)   [1]

search this forum: