I found this script in experts exchange to put the print date on a document but it is a very manual process.
Is there a way to have the button object created automatically and the javascript assigned by a menu option?
Comment from AnnaNmty
Date: 12/11/2002 01:00PM PST
Comment
This process...
Comment from AnnaNmty
Date: 12/11/2002 01:00PM PST
Comment
This process worked fine in my test:
1. Create a button object in your SOPs and call it "date" (no quotes)
2. In Tools, JavaScript, Set Document Actions, Document Will Print, Edit paste
/* Create a date object containing the...
Comment from AnnaNmty
Date: 12/11/2002 01:00PM PST
Comment
This process worked fine in my test:
1. Create a button object in your SOPs and call it "date" (no quotes)
2. In Tools, JavaScript, Set Document Actions, Document Will Print, Edit paste
/* Create a date object containing the...
I have a database that I inherited that has a check box to be used when a task is completed. THis is also tied in to an agent that sends emails out to remind the responsible party to complete the task if the box is not checked.
I would like to add the functionality to the checkbox to have it...
Let me try to clarify:
I have a form that has a checkbox on it. You can check it off on leave it unchecked.
The box is used to notify another group that a change needs to be made.
I can do each document individually but I would like to be able to check off multiple documents at once.
How...
I want to be able to modify a checkbox through an agent. Either check it off or if it is already checked off, uncheck it.
How do I do this?
thanks in advance for anyhelp.
I am using the Revision History forms (found on the lotus site) and as the revisions are saved they show up in the view.
I would like to have only the most recent version shown.
How do I do this?
This is the function listed in the script library.
Where and What do I use to call this function.
How do I call this function that is listed in a script Library. (I am just beginning to learn how to work in notes).
RevSaveReason This sub appends a new entry line to the Revision History...
I would like to use Access to document the review and approval of information in forms (Specific records) and possibly documents in ole fields.
I would want the user to review the information and then hit a button to acknowledge they have reviewed the information and either (approve or reject)...
Dim rst As Recordset
Dim notesdb As Object
Dim notesdoc As Object
Dim notesrtf As Object
Dim notessession As Object
Dim avarrecip() As Variant
Dim avarattach(1) As Variant
Dim i As Integer
'make new mail message
Set notessession =...
How do I put an access database into Lotus Notes so that it will be run through Notes instead of opening the file through MS Access?
thanks for the help
I have all the audit, error and event logs for the forms tracked.
I wanted to know if there was anyway to monitor if an administrator deleted data directly from a table.
It appears that this is not possible.
I am using code to transfer data from a form to bookmarks in word.
When the file is opened, it is minimized, and the header is open due to the bookmark.
How can I have word open maximized with the header closed and also in the print preview mode.
thanks
I am using the following code
DoCmd.CLOSE acForm, "FormName", acSaveNo
I have this on a cancel request button. However the data entered gets saved.
I have tried the code below to save a file but it does not prompt me. It just saves the file.
.ActiveDocument.CLOSE SaveChanges:=wdPromptToSaveChanges, OriginalFormat:=wdPromptUser
I want to be able to rename the document before saving.
This works great,
Just one more question, Is it possible to have it save the document with a different name? I would like it to use the information in one of bookmark fields.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.