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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ActiveX rather then HTML viewer 1

Status
Not open for further replies.

noxum

Technical User
May 20, 2003
45
0
0
US
I have edited a page that is found in the websamples folder installed with CE9 (webcontent/enterprise9/websamples/en/database). I've got it working, other then the viewer.

Does anyone know how to select the activex viewer as a viewer? I've looked all over and all that I see are suggestions for changing the default viewer for ePortfolio.

 
I think that there's a GetViewer() function which is set to 0, I don't have CE here so I can't test right now.

-k
 
In Guest.csp you should be able to change the line

destUrl = "viewreport.csp?init=connect&id=" + id;

to
destUrl = "viewrpt.cwr?id=" + id + "&apstoken=" + escape(token) +"&init="+escape('actx:connect');



 
bikejockey...
Thanks for the bit of code... I looked all over the place and couldn't find a thing about that. Again thanks for your help

noxum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top