DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Import/Export Tools  
DwZone Forum Index -> Import/Export Tools

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 11 to 20 of 382 (Total: 233) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re: ASP export to PDF  
View this persons public profile  PeterMiller   13:20 31 Jul 2014  
   Re: ASP export to PDF  
View this persons public profile  Gianluigi   13:27 31 Jul 2014  
   Re: ASP export to PDF  
View this persons public profile  Gianluigi   13:33 31 Jul 2014  
   Re: ASP export to PDF  
View this persons public profile  PeterMiller   3:32 8 Aug 2014  
    Name redefined error  
View this persons public profile  Ken Pollard   8:26 13 May 2014  
 
Fresh install of version 1.4.7 if i try and do a write to csv or excel i get the following error. This is ASP/VBScript on a windows server. Any ideas on what is causing this. I tried reinstalling after deleting DW Cache file and get the same results.

Microsoft VBScript compilation error '800a0411'

Name redefined

/dwzExport/dwzExportUtils.asp, line 3

class XmlError
------^

Here is the page source
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include virtual="/Connections/dsnDelorenzo.asp" -->
<%
Dim rsMailList
Dim rsMailList_cmd
Dim rsMailList_numRows

Set rsMailList_cmd = Server.CreateObject ("ADODB.Command")
rsMailList_cmd.ActiveConnection = MM_dsnDelorenzo_STRING
rsMailList_cmd.CommandText = "SELECT * FROM tblSubmissions ORDER BY sLast ASC"
rsMailList_cmd.Prepared = true

Set rsMailList = rsMailList_cmd.Execute
rsMailList_numRows = 0
%>
<%
'***********************
' http://www.DwZone-it.com
' Excel Writer
' Version 1.4.6
' Start Code
'***********************
Dim dwzExcel_rsMailList
Set dwzExcel_rsMailList = new dwzExcelExport
dwzExcel_rsMailList.Init
dwzExcel_rsMailList.SetFileName "Export.xls"
dwzExcel_rsMailList.SetNumberOfRecord "ALL"
dwzExcel_rsMailList.SetStartOn "ONLOAD", ""
dwzExcel_rsMailList.SetStringApex "false"
dwzExcel_rsMailList.SetFieldLabel "true"
dwzExcel_rsMailList.SetRecordset rsMailList
dwzExcel_rsMailList.addItem "sID", "sID", "String"
dwzExcel_rsMailList.addItem "sFirst", "sFirst", "String"
dwzExcel_rsMailList.addItem "sLast", "sLast", "String"
dwzExcel_rsMailList.addItem "sEmail", "sEmail", "String"
dwzExcel_rsMailList.addItem "sSubmitDate", "sSubmitDate", "String"
dwzExcel_rsMailList.addItem "sReceiveEmail", "sReceiveEmail", "String"
dwzExcel_rsMailList.Execute()
'***********************
' Excel Writer
' End Code
'***********************
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>
<%
rsMailList.Close()
Set rsMailList = Nothing
%>
<!--#include virtual="/dwzExport/ExcelExport.asp" -->
<!--#include virtual="/dwzExport/dwzExportUtils.asp" -->
 
Reply to this current thread  View this persons public profile  Send Private Message
   Re: Name redefined error  
View this persons public profile  Gianluigi   10:08 13 May 2014  
   Re: Name redefined error  
View this persons public profile  Ken   10:53 13 May 2014  
   My Export.csv function stop working since 2 months  
View this persons public profile  Jitendra Dhamani   20:36 23 Mar 2014  
   Re: My Export.csv function stop working since 2 months  
View this persons public profile  Gianluigi   10:48 24 Mar 2014  
   Re: My Export.csv function stop working since 2 months  
View this persons public profile  Jitendra Dhamani   19:50 24 Mar 2014  
Last Visit: Sunday 28 Apr, 2024 3:48 am First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: