Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with creating web object

Status
Not open for further replies.

bigfoot

Programmer
May 4, 1999
1,779
US
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=&quot;arv&quot; WIDTH=89% HEIGHT=197%
CLASSID=&quot;CLSID:00C7C2A0-8B82-11D1-8B57-00A0C98CD92B&quot;
CODEBASE=&quot;../bin/arviewer.cab&quot;>
<PARAM NAME=&quot;_ExtentX&quot; VALUE=&quot;17674&quot;>
<PARAM NAME=&quot;_ExtentY&quot; VALUE=&quot;10478&quot;>

</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.
 
I found the answer:

<OBJECT ID=&quot;arv&quot; WIDTH=95% HEIGHT=95%
CLASSID=&quot;CLSID:00C7C2A0-8B82-11D1-8B57-00A0C98CD92B&quot;
CODEBASE=&quot; <PARAM NAME=&quot;_ExtentX&quot; VALUE=&quot;17674&quot;>
<PARAM NAME=&quot;_ExtentY&quot; VALUE=&quot;10478&quot;>

</OBJECT>

It was in the codebase line....



They never have to knock if your door is always open.
 
bigfoot,
I have the same problem. Looks like you found the
solution with including the link in the codebase.
However, I don't have the file 'arviewer.cab'.
Do you know where I can find it so that I can
make it accessible to users?

Steve
 
bigfoot,
I found the file by installing ActiveReports, the report
will show in preview mode, but it is blank. Any ideas?
I will check DataDynamics kb.

Thanks,
Steve
 
Gary,
Nope, still have only one blank page per report and the
little CD in the top right hand corner always spins.
Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top