Universal Data Exporter ASP Support Product Page
Answered
Export error. My <DIV> not showing as an option for export (to PDF)
Asked 14 Oct 2015 03:42:54
1
has this question
14 Oct 2015 03:42:54 Alejandro Mucino posted:
When applying the behavior I only get to options to select what should be exported, both 'undefined'. I undersand anything inside a <DIV> tag should be displayed but it doesn't. I entered the name of the tag manually but I get this error:
Microsoft VBScript runtime error '800a0009'
Subscript out of range: 'i'
/bluedot/ScriptLibrary/dmxDataExporter.asp, line 2032
This is the button that calls the behavior:
<a href="javascript:;" class="btn btn-primary" onClick="generateJSONASP('invoice','PDF','none','../../ScriptLibrary/udeJSON.asp',{markup: ['true','helvetica','12','#FF0000','#33FF99','false','false','helvetica','12','#000000','false','false','#FFFF66','0.3','#000000','10','true','P','false','Title','helvetica','12','#000000','false','false','L','L','true','output','false',' ','true','true','#FFFFFF']})"><i class="fa fa-print"></i> Print Invoice </a>
And this is the top part of the <DIV> Section I want printed:
<div class="wrapper wrapper-content animated fadeInRight" id="Invoiceprint">
CONTENT TO BE EXPORTED HERE
</div>
Please advice.
Replies
Replied 15 Oct 2015 08:11:25
15 Oct 2015 08:11:25 Miroslav Zografski replied:
Hello Alejandro,
Exporter only exports tables with ID attribute set in.
Regards.
Exporter only exports tables with ID attribute set in.
Regards.