In-Line Edit and LEI Virtual Documents

I was wondering if it’s possible to in-line edit a virtual document in a view (LEI Advanced RealTime Activity). I can’t seem to get my edits to ‘take’ in this context. I’m somewhat new to R6 but in-line editing works fine for me in the Notes To-Do database.Thanks in advance for your help.

Subject: This does work, you need to set up your columns

In order for the “editable column” option to work, you have to add code to the “Inviewedit” event in the View objects list in the Programmer’s pane of your view. Do a search for Examples: InViewEdit event in designer help and that will give you the info you need.

Sarah

Subject: RE: This does work, you need to set up your columns

Thanks Sarah, I’ll give that a try. At least I now know that it can be done.