Turkbear,
thanks for the prompt response.
Default settings overriding is what was happening on the reports that are mis-behaving. No idea why it does it on some and not others though.
I have found a work-around for the problem which involves checking the "No Printer" box on the Page Setup...
smibarb,
any luck resolving this issue? We're on Crystal XI also and this problem had been sporadic until we moved our printers to a different server - now it happens on many of our reports.
(Problem being report changes from landscape to portrait when printed - on paper and screen).
I think the problem is that the Crystal version that comes with Visual Studio is crippled. To get all the good stuff try buying the Developer's version of CR 11
Try translating this VB6 code to VBScript:
--------------------------------------------
Public Function Print_Report(Printer_Name As String, _
PromptUser As Boolean, _
NbrCopies As Long, _
Collated As Boolean...
The event belongs to the viewer object, not a button.
PrintButtonClicked Event (CRViewer Object)
The PrintButtonClicked event occurs when the Print button is clicked.
Syntax:
Event PrintButtonClicked ( UseDefault As Boolean )
UseDefault Boolean. Indicates whether or not the default action of...
rzirpolo,
You seem to be asking several questions here, I'll try to address the ones I understand.
Q: Can a Forumula Field appear as 2 lines of text on the report? (translated)
A: Yes - see sample below:
if {table.column} = 'AA01' and {table.column} <> 'ABC' then
'Example Text1' &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.