Link to home
Start Free TrialLog in
Avatar of NickyNin
NickyNin

asked on

Active X viewer (printing in Landscape)

Cr 9.2


Hi,

I know similar questions to this have been asked before but I cannot seem to get my working at all!

I have report that I am calling throught asp pages ( examples laid out by crystal- http://support.businessobjects.com/communityCS/FilesAndUpdates/aspxmps9.exe.asp)

On my Simplsetlogon.asp I have set the paperorientation = 2


<!-- #include file="AlwaysRequiredSteps.asp" -->

<%
session("oRpt").DiscardSavedData
set crtable = session("oRpt").Database.Tables.Item(1)
crtable.SetLogonInfo "COE", "coe", "******", "*******"
'response.write crtable.testconnectivity
%>


<%
Session("oRpt").Report.PaperOrientation = crLandscape
Session("oRpt").ParameterFields.GetItemByName("assesmentid").AddCurrentValue(CDbl(request.querystring("assesmentid")))
%>

This has NO effect.  Does anyone know where I might be going wrong?? Any help would be greatly appeciated.


Many thanks,
Nicky
SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ebolek
ebolek

That is how you do it. Look at the placement of the code.
Regards
Emre
Avatar of NickyNin

ASKER

Thank you for your replies however....

The fix quoted above is so that it prints in Landscape it does not display the report in landscape within the active X viewer. I did download the fix and it has completely broken my printing - now all I get is a blank screen!!!

I need to be able to view the report landscape in the Active X viewer.

Emre - I am not sure what you mean by "Look at the placement of the code" Have I put the code in the wrong place??  I did try it in Alwayrequiredsteps.asp but this did not work either.

If anyone has any other idea I would really appreciate it.

Thanks again,
Nicky
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes it was built landscape and the active X viewer simply cuts it off!!

I'll close this for the moment. As I have told the customer it was not possible as of yet.

Thanks!
Glad i could help

mlmcc