![]() |
Sergey Kornilov admin 3/24/2011 |
Need more details. |
J
|
Joth 3/24/2011 |
Hi ! How to mark a record as "Printed" ? Please help ! Thanks.
|
J
|
joker 3/24/2011 |
You could add another field to your table named "PRINTED". You could add custom SQL statement that sets this field to "YES" on the events tab PRINT PAGE: AFTER RECORD PROCESSED. You could then make your "PRINTED" field read-only or checkbox or whatever you need to display. |
J
|
Jane 3/25/2011 |
Hi, |
M
|
macskafogo author 3/29/2011 |
Hi, to mark record as 'printed' add new field to the table, then change value of this field in the Print page: After record processed event. To filter records on the list page and not show printed record add WHERE statement to the SQL query on the Edit SQL query tab.
|
J
|
Jane 3/29/2011 |
Hi, global $dal;
|
M
|
macskafogo author 3/30/2011 |
Thanks. |