index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
May 17 2006, 9:39 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | Hi, I have this problem: In order to get a report i check a table in ASP Report Wizard v2 and then i press the "Buil Report " button, then i check some fields and finaly i press the "Finish" button, but the problem is that nothing happens, the report is not generated!!! Does anyone have or had the same problem? Note: I use MS SQL SERVER 2000 and the free version of ASP Report Wizard. | ||||||
May 17 2006, 10:20 AM |
| ||||||
ghost from: Washington, DC | Do you get any errors??? Make sure your reports.xml file is not read only. If it persists, try creating the reports.xml file from scratch as shown below <report_wizard version="2"> ------------------------- Ghost | ||||||
May 17 2006, 10:29 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | No, i didn't get any error. i also tried to change the reports.xml file and didn't work :( What can be the problem? | ||||||
May 17 2006, 11:38 AM |
| ||||||
ghost from: Washington, DC | Do you have an On Error Resume Next statement on your asp page?------------------------- Ghost | ||||||
May 17 2006, 1:00 PM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | No, it seems that the page where i choose the fileds freezes, and nothing happens when i push the "Finish" button!!! It's really strange! | ||||||
May 18 2006, 8:11 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | So, does anyone know's the solution for this problem? i will really appreciate that........ | ||||||
May 18 2006, 12:19 PM |
| ||||||
ghost from: Washington, DC | I don't think we've ever had anyone with this problem ... does the dialog window close? ------------------------- Ghost | ||||||
May 19 2006, 2:40 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | No it doesn't, the window stays there and the mouse cursor change to "thinking mode" like if it was processing something and nothing happens! In order to go again into the main menu with the list of all tables i have to reset the iis service with the command iisreset..... Note: If i click directly in a table the report is generated, but this is not functional, because my porpose is to generate reports through a table or a view, checking only a few fields of those tables or views | ||||||
May 19 2006, 9:00 AM |
| ||||||
ghost from: Washington, DC | This seems to be a security issue. It is hanging because the report wizard is not able to save the report definition into the report file. Your report file is probably read-only or IIS has not registered your folder as an application. ------------------------- Ghost | ||||||
May 19 2006, 9:55 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | I had already ckecked that, but without success! Maybe that is because i'm using windows XP with SP2. However a tryed that in another computer with a different S.O. --> Windows 2000 Server, SQL Server 2000, IIS 5 and it worked but then i had another problem that was: -When a get a report with 85000 records and then when i select the "Last" link to jump to the last record, the application didn't work anymore (now i can't get any report!!!) I get always this error: Error Type: AspWebSolution (0x800A005B) Object variable or With block variable not set /teste/simple/Default.asp, line 14 I had already give full control permissions to this files comsvcs.dll vbscript.dll | ||||||
May 19 2006, 10:47 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | Finally it works!!!!!!!!!!!!!!!!!! After all this changes including report.xml it works........ | ||||||
May 19 2006, 10:57 AM |
| ||||||
fap99 since: May 17, 2006 from: somewhere | Now i have another problem: I want to make a filter where i 'm using a field that contains a string that ends with "?" character, the problem is that when i click the "Finish" button instead to get the report, i get a screen asking for a required parameter, How can i get the report filtered with this field ? Thanks for any help | ||||||
Pages: (1) [1] |