i have a block with a non-db item ,
i insert the record of the block , then i try to update any value of a db-item , i get the message "transaction complete ..........." ,
but if the item i update is the non-db item , i get "no changes to save" ,
and sure it's completely strange , because the user sure want to see the "transaction complete......" message when he updates any item .
, and i can not write an "on-message" trigger because the user can click the save button without changing anything ,
then he will get the message "no changes to save" , and if i write something in the "on-message" trigger , it will see what i wrote ?
how to deal with such this situation ?