Check the version of MAX that you are on and, if it is current (i.e., v4.0, batch 4400 or above), report this issue to Exact Software. If you are using...
Thanks for the plug Tim! The report extract table is difficult for most users as it does not behave like a "normal" table. I have a newsletter article written...
The Crystal Reports Runtime Deployment Component (RDC) has been updated several times in v4.0. As far as I know this has been fixed in later v4 batches....
Thanks Rick, Yes, I am just on 3620 and not up to 4400 yet. Earlier, it was working fine for me but was ultra slow for my test user and after the last...
Rick, One thing that helped me with Extracts was to write a report that called each one of the extracts out and then I was able to see what was in each ...
Yes, I often do that as well. It is sometimes easier to throw the fields on there and look for specific data as opposed to going through all of the formulas. ...
When I run some custom reports from our server, I get an application error "crw32.exe - the instruction at "0x00000000" referenced memory at "0x00000000". The...
Recently I was having trouble similar to that in Crystal XI and Tech Support had me put in a fresh copy of the Crystal_XI_RDC folder. Larry Emmert I.T....
Unfortuneatly I have tried that already, also tried a different query engine which worked for the report but then the MAX reports would not work properly, so I...
I have that problem on my computer because I have dual monitors and Crystal does not support dual monitors (got that directly from business objects). I have...
I use duel monitors and see no problems with 8.5 or 11. ________________________________ From: max_users@yahoogroups.com [mailto:max_users@yahoogroups.com] On...
I gave that a try and the same thing happens; the error numbers are different but same effect. It must somehow be linked to the Crystal_XI_ RDC, the reports...
I am having a tough time with what I thought was going to be an easy task, and I was hoping somebody out there could bail me out... I am attempting to add the...
Create a formula that concatenates rmanum_52 and rmalin_52 then use this field to link to a subreport that contains the windows note table using the key_61...
Kevin Longley
kwlongley@...
Mar 6, 2008 10:24 pm
17953
Can you share that new Crystal_XI_RDC folder. _________________________________________ Ing. Alex Hortet Gerencia Proyectos y TecnologĂa SIM Consultores S.A. ...
That's what I was thinking. For some reason Crystal XI is more sensitive when trying to link multiple fields to one (or vice versa). Using a formula to link...
It doesn't create a folder when you install this. I did a search also and all it could find was the install program itself. It must imbed itself within the...
The RDC folder exists on the server under Exact\MAX\Net. It contains the setup files for the Crystal RDC. Those files are mostly installed in the Windows...
We are currently using the MAX Crystal Report viewer to view and sometimes export our reports to Excel. In some cases (usually with very large files) we are...
Ron, If your query retrieves more than 65536 lines of data then Excel cannot display all the data correctly and will not open the file. Try setting the ...
I did the same as the above users, I now have all of the .$$$ files deleted every hour or so. My batch actually moves them into a Temp folder, and then at the...
I would like to print the part master cost for each component on the pick list but I am having trouble getting it to work. Does anyone currently do this or...
Try it the following way, put the cost_01 in the detail section as a forumula if {Report Extract.GROUP} = 1 Then {Part Master.COST_01} else "" Also use the...