Hello everyone …
just fighting a pdf problem, which seems to be a bug. Please can someone verify that …
Description:
- create a pdf-application
- Settings->Type->Records per line
- control that Display Header & Display Footer are set to Yes
- add the following events
onHeader:
echo "I stopped onHeader";
die();
onFooter
echo "I stopped onFooter";
die();
- run the application
Did the application stop? In a second step, try to set a field within these events to show in the pdf. This did not work here.
So it seems that the events were not called, otherwise it would die as the code wants …
This seems to be like that since start of V8 …
BR & season’s greetings
Eric