I'm new to web objects. could anyone point me in the right direction? I have the following code on a web asp page:
<OBJECT ID="arv" WIDTH=89% HEIGHT=197%
CLASSID="CLSID:00C7C2A0-8B82-11D1-8B57-00A0C98CD92B"
CODEBASE="../bin/arviewer.cab">
<PARAM NAME="_ExtentX" VALUE="17674">
<PARAM NAME="_ExtentY" VALUE="10478">
</OBJECT>
It's an Active Reports repport viewer control.
It works fine on my test machine, also my other machine. Both machines have the arviewer software loaded on them. How can I make this work w/o the user having to load the software?
Can't the cab file auto download or something?
If I sound stupid, I'm sorry, but I'm REAL new at this.X-)
Thanks as always for any help.
Also, please mark this for e-mail notification if you leave me an answer.
They never have to knock if your door is always open.
<OBJECT ID="arv" WIDTH=89% HEIGHT=197%
CLASSID="CLSID:00C7C2A0-8B82-11D1-8B57-00A0C98CD92B"
CODEBASE="../bin/arviewer.cab">
<PARAM NAME="_ExtentX" VALUE="17674">
<PARAM NAME="_ExtentY" VALUE="10478">
</OBJECT>
It's an Active Reports repport viewer control.
It works fine on my test machine, also my other machine. Both machines have the arviewer software loaded on them. How can I make this work w/o the user having to load the software?
Can't the cab file auto download or something?
If I sound stupid, I'm sorry, but I'm REAL new at this.X-)
Thanks as always for any help.
Also, please mark this for e-mail notification if you leave me an answer.
They never have to knock if your door is always open.