October 14, 200817 yr I am working on a document management system. The documents will be stored in container fields (using OLE) using INSERT OBJECT in a script. Once a document is in the container field, I don’t want the users to be able to right click the container field, which the allows them opportunities to mess things up by giving them options like Insert Picture, Insert Quicktime, Open Document etc. Once the document is there, their only option should be to edit it. So, I just want them to be able to edit the document and I want to do this with a button and a script, not with a right click. But I don’t see any script step that allows me to do that. Is there a way I can allow a user to edit the document in the container field, other than allowing them to right click the field ? Doing this by script allows me to save a copy of the document before the user edits it, as well as make a log of who edited it etc. Edited October 14, 200817 yr by Guest
September 16, 200916 yr If you use the scrip step: Go To Field[select/Perform;YourTable::OLE_Object] This will function like the user double clicked and go into edit mode. You can even set this OLE_Object, in your case a document, to be the button so when the user clicks on it it automatically goes into edit mode, no need for double click. You also want to set your custom menus to eliminate the users options of messing up your container.
Create an account or sign in to comment