View Full Version : subform print error


gemma-the-husky
03-20-2008, 04:27 AM
I have a report with a subreport included that has a can grow/can shrink property set to yes(although I dont think that is the problem)

this displays normally and properly, but when printing I get a

"expression too complicated error", and the subform contents only don't print (although the border does at the default size).

Changing the cangrow/canshrink didnt help - removing the subform reomved the error.

any ideas - something to do with the field links maybe between main form and subform?


---------
the subreport itself is trivial - no code, just a header and 3 fields, only about 5 records per mainreport detail

Rich
03-20-2008, 06:37 AM
Form or report?

gemma-the-husky
03-20-2008, 07:02 AM
silly me - report - its in the report thread

i've changed the original post

gemma-the-husky
03-20-2008, 02:10 PM
bump

sorry, but this is still an issue

why would a subreport be too complex to print (when its trivially simple)

Rich
03-21-2008, 03:46 AM
Does the subreport open on its own, have you tried the usual copying and saving with new names etc?

gemma-the-husky
03-21-2008, 04:14 AM
yes the subreport opens OK

as isay, it displays in preview with no probelms, its just throwing errors when printing - i'll try your suggestion - copy and paste/ or even rebuilding the form form scratch - it originally had a lot of controls, which I deleted - perhaps that's causing some problems

gemma-the-husky
03-21-2008, 03:24 PM
rich

brilliant idea

deleted the subreport, copied the report, reinserted the subreport, and now it seems OK

thanks a lot

---------