Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Get initial value of field using DCT trigger (or FileManager) 2011-05-27 -- Rick Martin Go to your data dll, global Embeds.
In the Global Objects go to the File Manager for your table.
In the Init method near the end embed this code:
Self.SavePreviousBuffer = True
Now in your PostUpdate embed you can use:
Buffer.FieldName to test the old value.
for example:
If Buffer.LastName <> CUS:LastName
Do something
Today is November 23, 2024, 3:31 am This article has been viewed 35224 times.
|
|