I am totaly lost here, and I just seem to be missing the solution. Hope someone out there has been through this!
Report needs a subreport to pull in ink information. This is a printer, and so there in a 1 to many relationship in ink colors that requires a subreport. So everything looks good, created the var. and tesed out fine, even did a bit of the needed formatting. So far so good. When I link to main report, the var will not reset! It keeps updating the information from the subreport, and I end up exceeding the 255 limit. I have tried moving the reset around, but to no avail. Here is my reset (I use basic syntax), maybe it is wrong? Is there a trick to resetting a string var?
SHARED INKS AS STRING
INKS = ""
FORMULA = INKS
Anybody see something, or have any ideas, I would be very appreciate of the assist!
Report needs a subreport to pull in ink information. This is a printer, and so there in a 1 to many relationship in ink colors that requires a subreport. So everything looks good, created the var. and tesed out fine, even did a bit of the needed formatting. So far so good. When I link to main report, the var will not reset! It keeps updating the information from the subreport, and I end up exceeding the 255 limit. I have tried moving the reset around, but to no avail. Here is my reset (I use basic syntax), maybe it is wrong? Is there a trick to resetting a string var?
SHARED INKS AS STRING
INKS = ""
FORMULA = INKS
Anybody see something, or have any ideas, I would be very appreciate of the assist!