S
smat-consulting
Guest
Also, just for completeness sake (incase this was not a reduced excerpt): you're missing the delete query and delete buffer statements at the end of your procedure. And you're not explicitly dealing with error-situations (like the record can't blocked exclusively). Progress does a good job in default error-handling. I usually prefer to deal with it explicitly, however. That way, I assure it does what I think it does, I see in the code that I need to create a test-case for it, and months down the line,w hen I (or somebody else) looks at it, they have a better chance to know what the original intent was...
Continue reading...
Continue reading...