Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Has Edit in Place field changed? 2003-01-30 -- Justin Cole In the embed Local Objects > EditInPlace::PRE:FieldName (where field name is
the EIP field you want to monitor)
Case Event()
Of Event:Selected
SaveVariable = BRWn.Q.Pre:FieldName
End
This saves off the queue value since the file value is not in the buffer at
this time.
The tricky part is that EIP does not produce an Event:Accepted so you will
need to watch how your user exits the field.
If ReturnValue <> EditAction:None AND ReturnValue <> EditAction:Cancel
If SaveVariable <> BRWn.Q.PRE:FieldName
Result code goes here
End
End
Hope this helps,
Today is November 21, 2024, 7:48 am This article has been viewed 35296 times.
|
|