S
smat-consulting
Guest
maybe it "doesn't work" because the BREAK BY and LAST-OF phrase are referencing the default buffer of the table (dd_pdfln), instead of the defined buffer (bed_pdfln). Illegal nested block statement is usually when you have a for each x within a for each x. Using defined buffers is a good way to make this work - there's only one caveat: use a define buffer for BOTH for each blocks. That way, if you refer to the original DB (or temp-) table, you'll get a heads-up...
Continue reading...
Continue reading...