Hello All.
Has anyone got a solution to my problem??
Occassionally I will need to edit some details on a form (usually the assigned to user field). For this I select a field on an embedded view and change the ‘AssignedTo’ field (Names, Editable) and save the changes.
However the changes made do not appear to refresh on the embedded view. I have tried F9 and that does not appear to work either.
Any suggestions?
Thanks,
Sunny
Subject: Embedded View
Can you have an editable column in an embedded view?
also look here for some ideas:
http://interfacematters.com/labels/embedded%20views.html
Subject: Embedded View
Does editing in your view work when you display from a normal window?
Did you add the necessary code to the “InViewEdit” event on the view?
if you’re using text fields the code you’ll find in the “InViewEdit” event example on the Notes Help should work fin in both normal and embedded views. I tested and it worked for me.