Hello All,
Is there an action After_find?
And is it possible to get the query from a find?
index.php?-action=list&-table=tblGegevens&-cursor=0&-skip=0&-limit=30&-mode=find&-edit=1&Dierenarts=%3D1&HuisdierGewicht=12
would give:
SELECT * FROM tblGegevens WHERE Dierenarts = 1 AND HuisdierGewicht = 12
I do not know the criteria the user will use for a find, could be between dates and Dierenarts (vet) table = VetID
All I know is that the lay-out has to be perfect and the user has to be automatically presented with the pdf for viewing or downloading.
Thanks in advance,
Brian
PS I just posted this a couple of minutes before but couldn't see my post, so maybe I double posted. If so I am sorry.