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 ABC: Checking if a form record has changed 2002-05-26 -- Geoff Spillane Newsgroups: comp.lang.clarion
Hi Johan,
If you are using ABC methods then -
IF ~SELF.Primary.Me.equalbuffer(SELF.saved) CASE MESSAGE('The Record has Changed|'| &'Do you wish to Complete Change?',| 'Change Decision',| ICON:Question,'&Yes|&No',2 ) OF 1 My action code here POST(EVENT:Accepted,?Ok) OF 2 POST(EVENT:Accepted,?Cancel) END ! Case structure ELSE POST(EVENT:Accepted,?Cancel) END ! If structure Best Regards,
Today is November 21, 2024, 6:54 am This article has been viewed 35401 times. Google search has resulted in 16 hits on this article since January 25, 2004.
|
|