C
|
cgphp 3/6/2012 |
In the "Before record added" event, update the tabella_scadenze table and unset the data_scadenza foreign field: unset($values['data_scadenza']); |
S
|
sickacid author 3/6/2012 |
In the "Before record added" event, update the tabella_scadenze table and unset the data_scadenza foreign field: unset($values['data_scadenza']);
|
C
|
cgphp 3/6/2012 |
Read the docs about the "After record added" event: http://xlinesoft.com/phprunner/docs/after_record_added.htm |
S
|
sickacid author 3/6/2012 |
I've solved with a small if statement to change id_number with text <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=64774&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> Thank you! |