file upload field id not available in rsnew of row_updating

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
kirondedshem
User
Posts: 642

file upload field id not available in rsnew of row_updating

Post by kirondedshem »

Fields with edit tag set to file upload are not available in rsnew of row_updating & row_updated events if they were not modified during an edit.

I am having a custom logging fucntion where I would still like the contents of the file upload filed to still be available during row_updating even if they have not been modified but Ive seen that instead, the field is eliminated from the rsnew array if you have not modified its contents during edit process.


Webmaster
User
Posts: 9425

Post by Webmaster »

If a file upload field is not changed, rsnew will not contain the field. Just use rsold which should carry the old value.


Post Reply