ghost

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 |