hi,
What my company does is upload the crystal report to their proprietary software that they developed.Running the report on the desktop computer takes only about 30 seconds.But running the same on their proprietary software causes it to crash.
I will try to run the report without the sub-report on the companys software.If it does not crash then the sub-report is the issue.
I had initially used the formula field and concatenated the first and last names of employees but I was getting blanks for the other fields in crystal -- for this reason I used sub-report for the employee names.
2 tables are being used.One is computer location table and the other is employee table.Not all computer locations have employees.Client wants all records even the ones that have computers but don't have employees.There are other fields like building,floors etc.Some records show employees but no computers and the rest of the fields show blanks which i could not get rid of. ----- so the logic of using sub-reports for employees. -- there are about 2000 + records
If running the main report WITHOUT the sub-report on the company's proprietary software still crashes -- then I can really narrow down my options.
You mentioned other choices:
like using 2 text objects and then putting first name and last name in each of those boxes. You recommend I format each box to "grow" if needed?