Have you thought of encryption?
After saving the Word document have the document zipped and encrypted. Yea, this does save it to the server, but only people with the right password will have access. And you will not get “bloat” in the database.
I think Winzip has command line options. Or...
Thanks MJRBIM this is what we thought.
Mdwyer, thanks for the code. We have stayed away from editing csp pages because of all hot fixes that Business Objects releases.
How do you track the changes you make to the system and Business Object’s hot fixes that might over write your custom pages...
Security problem in CE 10
Have you noticed this or have we setup the system wrong?
I signed in to Crystal Enterprise 10 and schedule a report, in the scheduling I selected the destination to be Email (SMTP). I checked the “Set the values to be used at schedule time here:” button and add...
Jocago,
This is the code I use in my formula. As I said I put this formula at the ReportFooter.
Have not tested to see if there is a limit to the sTextBody string, my guess would be yes.
Mark
// start of code
WhilePrintingRecords;
stringVar sTo :="nospam@nospam.com";
stringVar sSubject :=...
Synapsevampire,
I create a formula that is at the end or report footer of a report. In the formula I setup my UFL with the information that has been gathered as the report is processing. Than when the report is processing the footer my UFL runs, sending me totals that the report compiled.
It...
Jocago,
You we need to create an UFL or buy one. I testing this using the below code and it worked. The UFL will need to be registered on the server as well as an Development PC you use.
Mark
Public Function SendMailOutlook(sTo As String, sSubject As String, _
sTextBody As...
Hi,
I have been testing this procedure.
@Formula - put in the report footer.
If {?InputAmountFromMainFrame} = Sum ({contract_pay_amt}) then
today //no action
Else
CDate({security_agency}) // this is our failure...
-- Security_agency is a 3 char string and cannot be a date.
An E-mail...
Hi,
I’m hoping you can help me better understand Crystal Enterprise. At the present time our users are using Info desktop to run/schedule and view reports. Does CE replace Info on the desktop or is it and it’s tools only installed on the server? If it is installed on just the server how...
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.