Notifications
Clear all
Topic starter
Does anyone know how to check if a form is part of a full update in an append?
Posted : May 16, 2013 4:07 am
You can use the match function to check if the current update is an append.
{if match(DOCUMENT.ACTIVESUMDESC,"Append")>0 then TRUE else FALSE endif}
Obviously, you can replace TRUE and FALSE with whatever actions you want the form to take.
Posted : August 20, 2013 4:20 am
Topic starter
I was just thinking about this again! Thanks, it looks like it should work.
Posted : August 20, 2013 4:24 am