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: 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 23, 2024, 2:09 am This article has been viewed 35297 times.
|
|