index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Existing report fails with 590 version :: (9)Post a New Message | Post a Reply
Oct 7 2005, 7:07 AM
 Existing report fails with 590 versionPost a Reply
 scotthibbs

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

from: Philadelphia, PA

We have a simple master-detail report that works fine at the 515 level.  Now....after replacing the dll with 590, the report prompts for a condition (field,operator,value)...which it never did before.  If you fill out the condition anyway, you get a javascript error "this.form.start is null or not an object"

Oct 7 2005, 7:11 AM
 Re: Existing report fails with 590 versionPost a Reply
 whichman

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

from: Laurel, MD

Is this report using an HTML link to another report?


-------------------------
Master of the Game
Oct 8 2005, 2:12 PM
 Re: Existing report fails with 590 versionPost a Reply
 scotthibbs

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

from: Philadelphia, PA

No...very standard report.  I rebuilt it from scratch and it seems OK.  Must be some incompatibility with reports created with earflier versions than 590.  I hope that does not happen often, or I will be rebuilding a lot of reports.

Oct 17 2005, 12:36 PM
 Re: Existing report fails with 590 versionPost a Reply
 scotthibbs

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

from: Philadelphia, PA

I have created a master-detail report from scratch at the 590 level.  I do not specify any criteria to filter the data.  When the report is run, all you get is three dropdown boxes where the first dropdown is all the fields in the report.  If you do fill in the dropdowns...even though there is actually no filter desired for the report, you get a javascript error......"this.form.start is null of no an object". This did not happen with prior versions of the object....but there is  no way to go back now, as my clients have been using the 590 object for a few weeks.  I would think moving back to a prior version migh cause some issues.  

Oct 17 2005, 1:40 PM
 Re: Existing report fails with 590 versionPost a Reply
 whichman

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

from: Laurel, MD

We have just upgraded the version do v2.5.92, try it and let us know if you are still having this problem.


-------------------------
Master of the Game
Nov 9 2005, 11:58 AM
 Re: Existing report fails with 590 versionPost a Reply
 ansareo

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

from: Barcelona

We have the same problem described in this post with reports using Master-details after update to last version 2.0.0.594 (We use ACCESS)
We canīt downgrade because we have several errors  with filters (your filter is invalid!) using less versions that is solved on this.
Thanks

Nov 10 2005, 6:17 AM
 Re: Existing report fails with 590 versionPost a Reply
 ghost

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

from: Washington, DC

Make sure that the report wizard is not within any HTML <form> </form> tags.


-------------------------
Ghost
Nov 10 2005, 8:07 AM
 Re: Existing report fails with 590 versionPost a Reply
 ansareo

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

from: Barcelona

Hello,
No, there isnīt any HTML <form> in reportWizard. Here is one of the ASP code that fails. I reduce it but the problem persist:
<%

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
objwiz.UsePopupFilters = False
'objWiz.HideTables = True
'objWiz.HideProcedures = True
'objwiz.HideViews = True
'objWiz.DefaultDateFormat = "DD/MM/YYYY"
objWiz.DatabaseType = "ACCESS"

With objWiz

    .LincenseKey = "xxxx-xxxx-xxxx-xxxx-xxxx"    '(A121757)

    
        .LocaleFile = "locale/locale_img.xml"
        .LocaleFolder = "locale"
        .AutoDetectLocale = False
        .DialogHeight = 400
             .DialogWidth = 780
'         .Width = "100%"
        .CommandTimeout = 30
        .AddTopNavigationBar = True
        .CreateExportFile = True
        .ShowInactiveButtons = True
        .ImagesUrl = "images"
        .Title = "Reportes Bolsa PROVISION"
        .UseReports = "REP"
        .UseTables = "Servicios_por_canal,Servicios_por_territorial,Servicios_por_territorial_Tecnologia,Servicios_por_canal_Tecnologia,Bolsa,C_Comentarios"

        .HideProcedures = False
        .HideTables = False
        .HideViews = False
        .ReportsFile = Server.MapPath("../data/publico.xml")

'        .OverridePageSize = 15

        .CanAdd = True
        .CanEdit = False
        .CanDelete= False
'        .IsAdmin = False

        .CanChangeReportGroup = False
        .CanAddReportGroup = False
        .CanAddReport = True
        .CanDeleteReport = False
        .CanEditReportGroup = False
        .CanEditReportID = False
        .CanEditReportGroupID = False
        .CanDeleteReportGroup = False
        .CanAddReportGroup = False
'        .HideReportsWithIDs = "AA,BB"



End With

'Make sure you initialize before adding any HTML text
'objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("../../../../datos/Bolsa_web.mdb") & ";")
Set con = Server.CreateObject("ADODB.Connection")
con.Open "Bolsa_web", "xxxxxx", ""
objWiz.Init ((con) & ";")
  
%>

<html>
    <head>
        <title>Reportes Bolsa</title>
    </head>
    <body scroll="auto">
        <div align=left style="font-size:8pt;">
            <!img src="images/logo_ono1.jpg" >
            <img src="images/logo.gif">
            <a href="../../default.asp"><font color=gray face=tahoma>| Bolsa |</font></a>
            <a href="default.asp"></a>
        </div>
        <%
            'put this where you want your reports
            objWiz.DisplayReports
        %>
    </body>
</html>

<%    
Set objWiz = Nothing
%>

Nov 15 2005, 5:17 AM
 Re: Existing report fails with 590 versionPost a Reply
 ghost

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

from: Washington, DC

Can you please send me (support@aspwebsolution.com) the HTML source of your report (View -> Source) so I can take a look!


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

search this forum: