I'm new to Crystal Reports. Using Crystal 8 and pulling info from a SQL 7 database.
I have an object (a memo field/text) on my report. It gives a status history w/ listings of every update in status to every record.
Since the status history can be extensive, I limited the object to only show the first 25 updates to a record. It looks great, but when the report is passed as an ASP the result shows all lines (trailing off the page).
Does anyone know how to pass the formatting done in Crystal to ASP, so the page will be displayed correctly?
Thanks...