Ok, removing Page N or M didn't work. I realized I'd been running SP3 so I just upgraded SP4 (don't know what was fixed in that) and am going to try running it through that. I also am downloading trial for CR 2011 to see if that bugs out with the large N.
Hi Dell,
This is a summary report, all of it is narrative and summary objects (crosstabs and charts) so we don't use the detail section at all. So, there aren't any problems exporting to Excel. However, I'm just trying to run the report directly in CR and I can't do that. It bugs out at some...
Hi Dell,
The sproc takes 27 seconds to spit out the records. And no, the report does not link to tables directly, just the data retrieved by the sproc.
Harlan
Thanks for your replies.
@kray4660: I have tried running it on a new machine that has good specs (8 gb ram, dual 500 gb hard drives raid0 (don't remember the speed but good), windows 7 ult; icore 7 third gen, etc...), but it hasn't made a difference. I know that the report can load 300k...
Hi-
I have a crystal reports application that processes multiple crystal report objects every day (usually 25-50) and has for the last 5 years. I use CR 11.5 (on Windows XP) but also have the program in CR 2008 (on Windows 7) for overflow processing. They both use a sql server 2008 r2 database...
Hey-
Just right-click the field and go to "Format Text". In the paragraph field, enter in the amount of space you want to indent into the Left textbox instead of the First Line textbox, e.g. .2 for .2 inches.
This is for CR 2008
Hey-
Each email only has 1 "To" field and no "CC" and "BCC". For each email in the loop, there was a popup box from Outlook that said "A program is trying to automatically send e-mail on your behalf. Do you want to allow this" if you click yes, then one email sends and the a new popup showed...
Hey-
I just tried the code and this code snippet does force you to click yes before each email is sent which is what I remembered, and won't work when sending large batches. By creating all emails at once and then sending them all, you are able to get around this message, except for this one...
Hey-
I'll give this a shot, thanks for your advice. To answer your question, this code breaks the creating emails (and storing in drafts folder) step and the sending emails into two different steps because this will get around the security issues from Outlook 2003. I don't program in VBA 2003...
Hi All-
I needed to write a macro for a client that takes some data from excel and email merges from Outlook, both in 2003. I have written many macros similar to this and have never had a problem. However, with this client, it seems that the macro sends out two emails when every time I have...
Hey Everyone,
We are in the process this weekend of migrating our servers from WS 2003 to WS 2008. Our web server has a handful of .net 2.0 websites that use CR 11.5. They work beautifully in WS 2003, but not on WS 2008. Basically, I installed the same version of crystal with the same...
Hey-
In my experience, Crystal's not going to like Columns changing names. You can do it, but then each time you open and refresh the report, you'll have to remap the columns. It's better to use consistent names and just populate what you need.
Hey-
I would create a custom function that returns the number of spaces that are needed between field1 and field2 so that field2 is always in the same place. Something like this:
Function AddSpace (LengthOfField as Number) As String
Dim i as number
Dim SpaceHolder as string
For...
It takes about the same amount of time to load (maybe a second or two less) in Firefox 2.0, 3.0 and Safari so I do not think it is related to problems with IE. It definitely seems to be the CR 2008 viewer
My server has Windows 2003 and runs IIS 6.0 I have a number of websites in asp.net 2.0 that display crystal reports on the web using crystal report viewers. The reports are programmed in CR 11R2.
I recently bought Visual Studio 2008 and CR 2008 and upgraded all of the websites to framework 3.5...
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.