I have a vbscript page calling an instance of a com object. i made some code changes to the com object and recompiled and now I am getting the error described above. Please bear in mind I inherited this code with no documentation. Here is the vbscript code that instatiates the com object:
set tbl = server.CreateObject("TableMaster.HTMLTable"
ar = tbl.SaveTable (rs,TotalsRs,cstr(cn),cstr(report),cstr(exclude),cstr(qsearch),cstr(visibility),cstr(grouping),cstr(txtfilter),cstr(txtsort),cstr(fnt),cstr(face),cint(margin))
Can someone please help?
Thanks Ever So,
THB2
"Experience is that marvelous thing that enables you to recognize a mistake when you make it again."
Franklin P. Jones
set tbl = server.CreateObject("TableMaster.HTMLTable"
ar = tbl.SaveTable (rs,TotalsRs,cstr(cn),cstr(report),cstr(exclude),cstr(qsearch),cstr(visibility),cstr(grouping),cstr(txtfilter),cstr(txtsort),cstr(fnt),cstr(face),cint(margin))
Can someone please help?
Thanks Ever So,
THB2
"Experience is that marvelous thing that enables you to recognize a mistake when you make it again."
Franklin P. Jones