index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: More Misc Issues revisited :: (2)Post a New Message | Post a Reply
Apr 25 2005, 6:07 PM
 More Misc Issues revisitedPost a Reply
 Goldestates

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

since: Mar 27, 2005
from: Maryland

Thank you for your help in the previouse post. I downloaded the new release and when I ran it it had me uninstall the previouse version and reboot. When I reran the report writer it did not recognize my license code and says free version at the top. What do I do please?

Second, I was using the following connection string:
strConn = "Provider=VFPOLEDB.1; Data Source=C:\inetpub\wwwroot\refer\pglaw\pbscases.dbc; Collating Sequence=MACHINE;"

You suggested using:
strConn = "DRIVER={Microsoft Visual FoxPro Driver};"& _  
     "SourceDB=C:\Program Files\Microsoft Visual Studio\Vfp98\demos\databases\nwind\nwind.dbc;"& _  
     "SourceType=DBC;Exclusive=No;"

I changed the SourceDB to the path to the database then got the error "ODBC driver does not support the requested properties." What did I do wrong?

Third, you suggested using Firefox to see if I can get the report into Word or Excel to test if there is a problem with IE. I did that and it works in Firefox but not in IE. What may be the cause of the IE problem please?

Thanks much.

Apr 26 2005, 8:29 AM
 Re: More Misc Issues revisitedPost a Reply
 ghost

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

from: Washington, DC

I will need you to answer the following questions before we can proceed.


  • What is the url your users type in the web browser before viewing the reports?
    Is it of the format: http://(www.)your_licensekey_domain/somefolder/myreports.asp

  • Make sure that you set your license key information before initializing your connection string as shown below:

    objWiz.Licensekey = "my domain license key"
    'set any other properties
    'objWiz.UsePopupFilters = True


    objWiz.Init(Connection String)




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

search this forum: