Hallo,
In a clarion app I have this code before Take Completed to detect if there was any changes.
! SALVEAZA data si user
IF NOT SELF.Primary.Me.EqualBuffer(SELF.Saved)
MEM:Data_Change = today()
MEM:Time_Change = CLOCK() !Save the system time
MEM:User_change = glo_username
MEM:Trimestrul_Change = gsQTR(today())
MEM:Anul_Change = year(today())
g:DataChanged = 1
END
What is the equivalent code for Web Server?
Thank you,
Robert