We need to generate a specific FastReport and send it via WhatsApp, requiring backend generation of FastReport in PDF or Excel format
We need to generate a specific FastReport and send it via WhatsApp, requiring backend generation of FastReport in PDF or Excel format
Currently, there isn't a direct method available, but we can accomplish this in two steps:
Execute AXE in the background using the "axp_print" action to generate print documents in bulk and store them in a designated folder.
Develop a simple routine to send the generated files from the folder to WhatsApp. Please find the attachment to achieve this request.