![]() |
Name![]() | Description![]() | Type![]() | Source![]() | Date![]() |
---|---|---|---|---|
![]() Formula lookup for frequently changing data | Problem: You have some data on a document that you are looking up from another. The data changes frequently and is difficult to keep synchronized. Solution: Instead of trying to manipulate the data each time it changes for hundreds of documents, make your lookups dynamic. However, lots of dynamic lookups will slow your application. Instead use this technique. | Formula | [email protected] | 04/19/2000 |
![]() | textfield 0-9 | Formula | fidelity | 08/29/2001 |
![]() | This formula creates a 12-digit document number... | Formula | [email protected] | 04/19/2000 |
![]() | Returns Free Resources on 16 Bit System | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns Screen Saver and Wallpaper settings on Windows system. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula is the first of a series -- for a set of four buttons: SELECT, ADD, EDIT, and CLEAR. These are simple formulas but they allow you to have a multi-value field showing a list of names (or of any text items) which you can initialize by selecting, add to, edit, or clear. The first button, SELECT, does a select and loads a field called ReaderList. For simplicity, we are using an R4 N&A picklist, but you could also use @DbLookup, or an @PickList view lookup. | Formula | [email protected] | 04/19/2000 |
![]() | Gets the 2nd last business day of the month - of course, it can be mod'd | Formula | Gerry Audette | 07/09/2002 |
![]() | This formula is the second of a series -- for a set of four buttons: SELECT, ADD, EDIT, and CLEAR. These are simple formulas but they allow you to have a multi-value field showing a list of names (or of any text items) which you can initialize by selecting, add to, edit, or clear. The second button, ADD, adds names to a field called ReaderList. For simplicity, we are using an R4 N&A picklist, but you could also use @DbLookup, or an @PickList view lookup. | Formula | [email protected] | 04/19/2000 |
![]() | Returns Freespace on C: Drive | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns Screen Saver and Wallpaper used on Windows system. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula is the third of a series -- for a set of four buttons: SELECT, ADD, EDIT, and CLEAR. These are simple formulas but they allow you to have a multi-value field showing a list of names (or of any text items) which you can initialize by selecting, add to, edit, or clear. The third button, EDIT, calls up a multivalued list box to edit the field ReaderList. | Formula | [email protected] | 04/19/2000 |
![]() | This formula is the fourth of a series -- for a set of four buttons: SELECT, ADD, EDIT, and CLEAR. These are simple formulas but they allow you to have a multi-value field showing a list of names (or of any text items) which you can initialize by selecting, add to, edit, or clear. The third button, CLEAR, very simply clears the field ReaderList. It would not be necessary to have such a button, except that you cannot de-select ALL names in the multivalued list box shown by the EDIT button. | Formula | [email protected] | 04/19/2000 |
![]() | A very forgiving date parser. Let's you enter dates like Nov. 1, 1990 | Formula | [email protected] | 04/19/2000 |
![]() | Yes, you'll need to use script and set up a NotesTimer in the form initialize event, when the timer expires it can check the field in the UIDoc and close the whole lot down if there is nothing there.... | LotusScript | [email protected] | 04/19/2000 |
![]() | sSAsaS | Formula | Anonymous | 02/07/2003 |
![]() | sSAsaS | Formula | Anonymous | 02/07/2003 |
![]() | Access the names of users in a specific group in the Domain Address Book using formulas. | Formula | [email protected] | 04/19/2000 |
![]() | Access Win32 registry keys in LotusScript? | LotusScript | [email protected] | 04/19/2000 |
![]() | have to access address book on web if he types last name it should pop up with a window when they type in the last name it should go and get it from the server and display on web | Anonymous | 10/16/2000 | |
![]() | This example sends a memo to the managers of the current database containing the name and comment of each agent in the database. | Java | [email protected] | 04/19/2000 |
![]() | Using the object.property syntax, you can access all the session properties. Let’s look at an example: | LotusScript | [email protected] | 04/19/2000 |
![]() | You can access Notes view properties using the NotesView class properties. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent uses the Session properties. | Java | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 10/07/1999 | |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Refresh the current UI doc when an attachment is added. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula uses LotusScript to add roles to the ACL of a database. Event = "Initialize". No other subroutines are used. | LotusScript | [email protected] | 04/19/2000 |
![]() | Takes two arrays and builds them into one. | LotusScript | [email protected] | 04/19/2000 |
![]() | Adding a Variable into String for LotusScript Search Method | LotusScript | [email protected] | 04/19/2000 |
![]() | Adding an Item to All Documents Using AppendItemValue of NotesDocument | LotusScript | [email protected] | 04/19/2000 |
![]() | This program prints the server name (or "Local"), file name, and title of all the address books known to the current session. | Java | [email protected] | 04/19/2000 |
![]() | Adjusts a date field ahead by one year. This type of formula is ideal when you want to compute a date into the future based on a date entered into a particular field. For example, the formula listed below is used to set a warranty expiration date (WarrantyExpires) one year from the date of purchase (DatePurchased). | Formula | [email protected] | 04/19/2000 |
![]() | This agent decrements the date by 10 days. | Java | [email protected] | 04/19/2000 |
![]() | This agent decrements the time by 10 hours.. | Java | [email protected] | 04/19/2000 |
![]() | This agent decrements the time by 10 minutes. | Java | [email protected] | 04/19/2000 |
![]() | This agent decrements the date by 10 months. | Java | [email protected] | 04/19/2000 |
![]() | This agent decrements the time by 10 seconds. | Java | [email protected] | 04/19/2000 |
![]() | This agent decrements the date by 10 years. | Java | [email protected] | 04/19/2000 |
![]() | Agent for Encrypting Documents | LotusScript | [email protected] | 04/19/2000 |
![]() | Agent that prints mail as soon as it arrives | LotusScript | [email protected] | 04/19/2000 |
![]() | Takes a given document ID and makes all selected documents responses to that document. | LotusScript | [email protected] | 04/19/2000 |
![]() | Copies all documents from another database to the current database | LotusScript | [email protected] | 04/19/2000 |
![]() | With a scheduled agent, go through database A and match a field on a document with a field from another document in a different database B. If there is a match, update a couple of fields in database B from information on the document from database A. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent is used to reset a readers field once it has been changed to a type text. | LotusScript | [email protected] | 04/19/2000 |
![]() | Build a set of documents from information gathered from a different set of documents. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example gets the context for the current agent, then gets the agent itself and prints the agent name and comment. | Java | [email protected] | 04/19/2000 |
![]() | Sorts an array of alphanumeric elements. The function returns an array of the elements sorted alphanumerically. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example asks the user for input of names and assigns each name to an element in the array. On NULL input it calls the AlphaQuickSort function which sorts the elements in the array. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent displays international time settings: 24-hour or 12-hour; for 12-hour, the AM and PM strings; the hour-minute-second separator; and the time zone. | Java | [email protected] | 04/19/2000 |
![]() | Doesn't create unique fieldnames for each document that you are counting (i.e. creates unique documents instead). Stores both the first access date and the last access date. Doesn't increment the counter unless it is accessed by a web user (this prevents ultiple increments from happening when editting a document internally while still allowing internal users to view the count info) | Formula | [email protected] | 04/19/2000 |
![]() | Anonymous | 07/19/2019 | ||
![]() | LotusScript | Anonymous | 07/19/2019 | |
![]() | API | LotusScript | Anonymous | 07/19/2019 |
![]() | This function (thanks to [email protected]) calls Win32 functions to put a field in the clipboard: | LotusScript | [email protected] | 04/19/2000 |
![]() | This script sample will add Shortcuts to the Win95 Desktop. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example illustrates how Lotuscript can be used to call a Win32 API Common File Dialog to get a file. Similiar techniques can be used on other operating systems: | LotusScript | [email protected] | 04/19/2000 |
![]() | makes API calls to display progress bar | LotusScript | [email protected] | 04/19/2000 |
![]() | Uses a call to a function in the notes DLL to display the windows browser | LotusScript | [email protected] | 04/19/2000 |
![]() | This example demonstrates the declaration of the NEMSetWindowText function located in NNOTESWS.DLL file: | LotusScript | [email protected] | 04/19/2000 |
![]() | Makes an API call to retrive the Current User Name | LotusScript | [email protected] | 04/19/2000 |
![]() | Calls a C function exported from Windows DLL to get WinDir | LotusScript | [email protected] | 04/19/2000 |
![]() | Uses the function GetLocalTime in the Kernel32.DLL to retrive Time. | LotusScript | [email protected] | 04/19/2000 |
![]() | Uses the function GeSystemDirectoryA in the Kernel32.DLL to retrive the Windows System directory. | LotusScript | [email protected] | 04/19/2000 |
![]() | Gets the Active Windows Title using WIN32 library calls. | LotusScript | [email protected] | 04/19/2000 |
![]() | Brings up the Win95 get file dialog and allows you to select a file. | LotusScript | [email protected] | 04/19/2000 |
![]() | This will return the path of the Notes Data directory | LotusScript | [email protected] | 04/19/2000 |
![]() | Script to write to the windows clipboard. | LotusScript | [email protected] | 04/19/2000 |
![]() | Displays Notes Progress Bar. | LotusScript | [email protected] | 04/19/2000 |
![]() | Windows API calls usually differ, depending upon the Windows version that is in use when the call is made. The following example illustrates how to call the Windows API GetPrivateProfileString function while taking into account the Windows version in use: | LotusScript | [email protected] | 04/19/2000 |
![]() | Uses a call to a function in the NNOTESWS.DLL | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula makes it easier in your views to see that this date is yesterday, today, or tomorrow's date. For example, a view would appear as follows: 3-09-94 First entry Second entry 3-10-94 (Yesterday) First entry Second entry 3-11-94 (Today) First entry Second Entry 3-12-94 (Tomorrow) First entry Second entry Third entry 3-13-94 First entry Second entry In a Column Formula of a View: | Formula | [email protected] | 04/19/2000 |
![]() | Appends value to a field and in this particular case, appends value to the left of what is already there. ie Change value in FundNumner field (FLNum) from F888 to 4888. | Formula | [email protected] | 04/19/2000 |
![]() | This formula is a short illustration of a very powerful technique. Suppose you have several routing steps in a workflow application. Each step may have very similar fields and buttons, but of course Notes formulas do not have subroutines to generalize functionality. Here we get our specific stuff out of the way at the top, and have generic code the rest of the way. Thus when you change the way the formula works, you don't have to copy the code, and then go through the painstaking and error-prone process of adapting essentially the same formula to the different sections of code. This sample is based on the approach that there are a number of sets of fields, each essentially the same, where each fieldname ends in an ordinal number, 1, 2, 3, etc., corresponding to the position of the set. | Formula | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | 68 functions for sorting, searching, hashing, moving, copying, adding, deleting arrays | LotusScript | http://philippe.lord.md/ | 09/21/2001 |
![]() | Commonly used functions for array manipulations: Explode, Implode, AddValues, RemoveEntries, RemoveNthEntries | LotusScript | Joseph Francis/IBM | 12/17/1998 |
![]() | Arrays, like variables, hold values of a single data type. Unlike variables, however, arrays can hold multiple elements of the same data type. | LotusScript | [email protected] | 04/19/2000 |
![]() | <a href=http://avodart.link/>avodart</a> <a href=http://clindamycingel.eu/>clindamycin gel price</a> <a href=http://buy-robaxin.in.net/>robaxin cost</a> <a href=http://bupropion.site/>bupropion tablets</a> <a href=http://buy-sildalis.trade/>generic sildalis</a> | Anonymous | 05/31/2016 | |
![]() | http://buyalli.date/ - price of alli http://buy-cephalexin.accountant/ - buy cephalexin 250 mg http://buyarimidex.top/ - where to buy arimidex http://buypropranolol.racing/ - buy propranolol online http://buy-albendazole.science/ - albendazole http://levitra-20-mg.eu/ - levitra 20 mg http://amoxil.site/ - amoxil | Anonymous | 04/26/2016 | |
![]() | The following is used in the PostOpen event of the Database Script to assign a Navigator and View depending on the users Role. | Formula | [email protected] | 04/19/2000 |
![]() | In the default value of a field, use this formula to assign the next consecutive number using an environment variable: | Formula | [email protected] | 04/19/2000 |
![]() the standard state Abbr. | Assigns current field the full name of a state, given a field 'State' with the standard state Abbr. | Formula | [email protected] | 04/19/2000 |
![]() | Attach links to all "children docs" in parentdoc automatically | LotusScript | Mackie | 01/31/1999 |
![]() | Formula,HTML | Niels Ull Harremoes | 01/25/1999 | |
![]() | This returns the authors initials (upper case) in a field. | Formula | [email protected] | 04/19/2000 |
![]() | Launches an attachement. | LotusScript | [email protected] | 04/19/2000 |
![]() | The original goal was to open a UI doc, and keep it open while periodically refreshing the fields from the back end doc. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 01/27/1999 | |
![]() | This agent takes the e-mail field from selected documents and displays the MS Outlook mail template with the To: Field populated with those addresses. | LotusScript | [email protected] | 04/19/2000 |
![]() | Automatically refreshes all view indexes each night. | LotusScript | Jamie Magee | 07/22/1999 |
![]() | This Subroutine will take and array of integers and give you the average, sum and difference from average of the integers. | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you avoid error messages with DBLookup? | Formula | [email protected] | 04/19/2000 |
![]() | This formula simply avoids duplicate entries in any database. | Formula | [email protected] | 04/19/2000 |
![]() | Simple code that builds a pivot table in an existing Excel spreadsheet | LotusScript | [email protected] | 04/19/2000 |
![]() | Builds a search where Form = "ServerAdmin" and either of the DefaultClass field or OtherClassNames list field = the variable sClass | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | This formula calculates the current relative directory on the current server. You can append a filename of a database expected to be found in the same directory in order to access it. This formula allows you to install a suite of databases which will always access each other within the SAME DIRECTORY. Either server-relative paths or full local drive-directory paths will work Note: You also need a formula to compute the server name. This is simply: @Subset( @DbName; 1 ). To get fancier, check the platform using @Platform and use the ! separator for the Macintosh. | Formula | [email protected] | 04/19/2000 |
![]() | This formula will calculate the next available number. | Formula | [email protected] | 04/19/2000 |
![]() | Use this formula to calculate the number of days between two dates. | Formula | [email protected] | 04/19/2000 |
![]() | The following formula counts the number of weekdays (but not weekend days): | Formula | [email protected] | 04/19/2000 |
![]() | Calculates the week number in a year of a given date. | Formula | [email protected] | 04/19/2000 |
![]() | Sets time field when assigned to help desk person. | Formula | [email protected] | 04/19/2000 |
![]() | Possible use: To get total months an employee worked for a company to calculate vacation. | Formula | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | This JavaScript function uses a global variable listSize which is computed from the formula @Elements(someList). The list is really an array of <INPUT> fields called total and quantity. Note that if the array has only one element you cannot use the array construct, you must reference the field directly. | JavaScript | [email protected] | 07/08/2000 |
![]() | It is elementary for a Notes programmer to calculate the number of calendar days between two dates (It is even quite easy to calculate the non-weekend days between two dates. However, it is much tougher to calculate the number of business days given a list of holidays. This requires some form of recursion or looping to check 1) if a holiday falls anywhere within the range, or 2) if any of the dates in the range is on a list of holidays. The presumption is that you don't know exactly how many calculations you need to make, hence the need for recursion or looping. The following example demonstrates a recursive mechanism to do this calculation. It uses a button and three macros. Two dates are supplied. A button is avialable to calculate and set the value for a third field containing the number of business days. A text list containing the holidays must also be available, either in a variable or through a lookup. | Formula | [email protected] | 04/19/2000 |
![]() | This example will display New Patient in the window title for new documents, patient (Owner) for existing documents, and patient (Unknown Owner) for existing documents whose owner is unknown. This example is contrived to illustrate a technique, but is useful in understanding how to calculate window titles. | Formula | [email protected] | 04/19/2000 |
![]() | The formula below is a pop-up calendar that can be placed behind an icon. A working example of this function can be found in the Client Service Call Tracker application. Make sure you select "Formula" in the pop-up window for this to work. Click on icon below for demo : | Formula | [email protected] | 04/19/2000 |
![]() | The code determines the date of the first Monday in any given calendar year. @Adjust can be used to determine the dates on which subsequent weeks begin and end. Use it to create a form that serves as a schedule or scheduler. (FIELD FR_2 := @Adjust(FR_1;0;0;7;0;0;0); FR_2) | Formula | <Wellford Dowdy> [email protected] | 01/15/2001 |
![]() | Calling Windows Registery APIs to retrieve registery values from Lotus Scrip | LotusScript | [email protected] | 04/19/2000 |
![]() | Can you have views based on the current user name? | Formula | [email protected] | 04/19/2000 |
![]() | Starts a program in Lotos Notes | LotusScript | [email protected] | 04/19/2000 |
![]() | Use API routines exposed in Notes client DLLs to change the name of a view. | LotusScript | Bill Ernest | 12/15/1998 |
![]() | R5 - Administrator Assist Moved/replicated countless databases from old servers to new. Servers were named differently. Had to fix all scheduled agent to set correctly to run on new server. | LotusScript | [email protected] | 01/21/2002 |
![]() | Here are a quick set of agents that can help you when developing/testing/implementing an application. They allow you to specify a field at the view level and change it on selected documents. | Formula | [email protected] | 04/19/2000 |
![]() | When trying to change field values through the use of a button, while in read mode, follow this tip. If you set fields in read mode, they actually are set in the field. Therefore, all you have to do is set some dummy temp fields in read mode, and compute the translation formulas for the fields you want to set to look for their twin temp field and get the contents if available. | Formula | [email protected] | 04/19/2000 |
![]() | You can check a file's attributes and then set an attribute using LotusScript. For example, the following code checks whether a file is Hidden, and if it is, sets its Hidden attribute | LotusScript | [email protected] | 04/19/2000 |
![]() | Checks for Down Servers | LotusScript | [email protected] | 04/19/2000 |
![]() Required Field(s): Categories, From ; | Categorize Incoming Mail If the message is from Barbara Smith, categorize it as Library". If it's from Bob Stark, categorize it as Internal". Otherwise, make it blank". | Formula | [email protected] | 04/19/2000 |
![]() | When in Edit mode checks RichText Field for NULL. | LotusScript | [email protected] | 04/19/2000 |
![]() | Checks to see if the current member has the DBManager Roll and can therefore delete documents. | LotusScript | [email protected] | 08/26/2000 |
![]() | Checks for server response | LotusScript | [email protected] | 04/19/2000 |
![]() | Checks current year to determine if it is a leap year. | Formula | [email protected] | 04/19/2000 |
![]() | Check ID field to ensure that the ID being eneterd does not already exist. | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | The following script checks to make sure the pasted document uses the correct form and passes all the form's validation formulas. If not, the document is deleted. Use this script with a view's Postpaste event. | LotusScript | [email protected] | 04/19/2000 |
![]() | When determining when a client needs to be contacted after a specified period of time, follow this tip: | Formula | [email protected] | 04/19/2000 |
![]() | Displays a live clock in the user's browser status bar. | JavaScript | Lotus | 09/08/2000 |
![]() | This agent opens and then closes a mail log. When the close method is called, the log is mailed. | Java | [email protected] | 04/19/2000 |
![]() | Calculates the business days | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | This example prints the name and comment of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the common owner name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | The following agent prints the common user name. | Java | [email protected] | 04/19/2000 |
![]() | Checks all databases Locally and Compacts those that are less than 90% utilized. | LotusScript | [email protected] | 04/19/2000 |
![]() | 4. This is an agent program with print output that can be seen by a browser: | Java | [email protected] | 04/19/2000 |
![]() | 3. This is an agent program: | Java | [email protected] | 04/19/2000 |
![]() | The following examples demonstrate the minimal code needed for a Java program that uses the Notes classes. The examples instantiate a Session object and print the String output of its getPlatform method (Platform property). 1. This is a stand-alone program that extends the NotesThread class: | Java | [email protected] | 04/19/2000 |
![]() | 2. This is a stand-alone program that implements the Runnable interface: | Java | [email protected] | 04/19/2000 |
![]() | If you are composing a document, and want to create a new document that inherits information from the currently open document, then you need to save the currently open document, and then compose the new one. Using this formula will let you save the existing open document without closing it, and then compose a second document that may inherit values from the first. | Formula | [email protected] | 04/19/2000 |
![]() | Button : Application request Asks if user wishes to continue, the saves audit trail information for the transaction, and launches the appropriate DB compose form Note: Notice where the @Compose is located in the button formula (at the end !!). This was necessary so the File save, window close would execute on the initiating form (Request router), not on the target compose form command. | Formula | [email protected] | 04/19/2000 |
![]() | This agent runs on a selected document. When run it "recomputes" the form. I use this a lot when I need to change something like a reader field that is computed when composed. Instead of adding an additional readers field to a form and then modifying each form this will allow you to recompute the values of such fields after you have changed the field formula. This is handy especially if you forget to give yourself access to certain fields (in which case you have to run this at the server) but it can save a lot of time and heartache. | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | The For statement gives you the ability to execute a block of code a certain number of times. | LotusScript | [email protected] | 04/19/2000 |
![]() | The ForAll statement was made especially for arrays. It has the ability to operate on all the elements in an array without you knowing how many elements are in the array. | LotusScript | [email protected] | 04/19/2000 |
![]() | The IF statement is used to execute other statements based on one or more conditions. Some of the logic used for an IF statement is demonstrated in the following pseudo-code examples: | LotusScript | [email protected] | 04/19/2000 |
![]() | The Select Case statement allows a program to conditionally execute statements based on any number of conditions. | LotusScript | [email protected] | 04/19/2000 |
![]() | While loops execute code conditionally. | LotusScript | [email protected] | 04/19/2000 |
![]() | Converts a field called NUMBER to written text | Formula | [email protected] | 04/19/2000 |
![]() | Enumerates all dates between two dates | Formula | Jamie Magee | 03/16/2000 |
![]() | Use this formula in the input translation of a Date/Time field to translate to day of the week: | Formula | [email protected] | 04/19/2000 |
![]() | The following code will convert a Month long name to the corresponding Month number. | Formula | [email protected] | 04/19/2000 |
![]() | The following code will convert a Month number to the corresponding Month long name. | Formula | [email protected] | 04/19/2000 |
![]() | Parse the values stored within a Notes multi-value field and place them into individual elements within a JavaScript array. | JavaScript | Jamie Magee | 12/15/1998 |
![]() | Any integer number can be converted to its equivalent text | JavaScript | [email protected] | 05/10/2001 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | When calling Windows API functions, you usually have to pass in a fixed length buffer in which the API call returns a null-terminated (C style) string. To convert this string back to a normal LotusScript string, use the Instr function to search for Chr$(0). | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 02/28/2000 | |
![]() | Modifies a view so it that displays the names all the folders in the database | LotusScript | Mackie | 02/24/1999 |
![]() | This agent converts the current time to zone 15 time. | Java | [email protected] | 04/19/2000 |
![]() | LotusScript | Anonymous | 12/31/2001 | |
![]() | Copies richtext field from docA and writes it to docB | LotusScript | [email protected] | 04/19/2000 |
![]() | Counts documents in the view "By Author" in the learning.nsf database. | LotusScript | [email protected] | 04/19/2000 |
![]() | Keywords for 200 States and abbreviations | Text/Keywords | Jamie Magee | 04/19/2000 |
![]() | A very simple example might be to create a class to display a message. We’ll do this in LotusScript by creating a class called DisplayMsg. In the following listing, the DisplayMsg class is shown, where you will see a property called Text and a method called Display. | LotusScript | [email protected] | 04/19/2000 |
![]() | In LotusScript, to send a message in Notes requires the following type of code: Sub Click (source as Button)' a button to send info with... | LotusScript | [email protected] | 04/19/2000 |
![]() | When used in a button or action button, this formula provides the users a quick way to exit and not save a document. | Formula | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Put in button to create new data source automatically | LotusScript | Mackie | 01/31/1999 |
![]() | Creates a Unique ID for each document you compose. | Formula | [email protected] | 04/19/2000 |
![]() | Creates a database | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a database from a template | LotusScript | [email protected] | 04/19/2000 |
![]() | Here's some sample code showing how to set the appropriate properties on the field. This code is run from an agent in the initialize event. | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a Domino agent to count the number of hits on a web page | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a New and Modified | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a New and Modified - Challenge* | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a Rich Text Field | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a Search Agent | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a Search Agent - Challenge* | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating a Search Agent to Search the Internet | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula compiles a list of edits that can be adjusted from 1-99 edits. This formula is from the Advanced App Dev courseware in the Appendix "Tips and Tricks" page 189. Create a computed, text field called "SaveHistory". | Formula | [email protected] | 04/19/2000 |
![]() | Creating Newsletters | LotusScript | [email protected] | 04/19/2000 |
![]() | Creating Newsletters - Challenge* | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns true if a string is a valid credit card number. | LotusScript | Jamie Magee | 12/15/1998 |
![]() | A Luhn formula (Mod10) for credit card number verification, The main purpose of this algorithm is to avoid data entry errors, but it can also be used as a security tool. But BEWARE, it's a very weak security tool, that anybody can crack ! | LotusScript | [email protected] | 04/19/2000 |
![]() | kqpnsl <a href="http://ahhhyieehvbo.com/">ahhhyieehvbo</a>, [url=http://laubhwvnapug.com/]laubhwvnapug[/url], [link=http://pvgtilmrbzat.com/]pvgtilmrbzat[/link], http://wjapxtymshuq.com/ | Formula,HTML,JavaScript,ActiveX/OCX/OLE | Anonymous | 03/04/2015 |
![]() | The following agent displays the currency international settings: the currency symbol; whether a space is between the currency symbol and the number; whether the currency symbol follows the number. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the title of the current database. | Java | [email protected] | 04/19/2000 |
![]() | This agent is hardcoded to the specific URL to retrieve the daily dilbert page that is available and send it to a user. It should be run in the background on the server. | LotusScript | [email protected] | 04/19/2000 |
![]() | The formula calculates the difference in Years between two Dates. For example, the formula below calculates your Age by subtracting Today's date from your Birthday. Don't forget to add your Birthday field to a form or it won't work. | Formula | [email protected] | 04/19/2000 |
![]() | Given lists of StartTimes, EndTimes, Persons, and EventNames, determines which Persons/Events intersect a proposed event with StartTimeProposed, EndTimeProposed. | Formula | Jamie Magee | 12/15/1998 |
![]() | This routine returns the first date a specificed weekday falls in the year when passed a year and weekday. | LotusScript | [email protected] | 04/19/2000 |
![]() | This validation technique is from the NET support database and is used to ensure that a NET trial installation does not exceed 60 days (otherwise, a message is displayed asking that the end date be adjusted). In the example, Seed is the date the trial was installed, and DeSeed is the date the trial is to be de-installed (which cannot exceed 60 days). | Formula | [email protected] | 04/19/2000 |
![]() | This agent prints the creation date of the current database. | Java | [email protected] | 04/19/2000 |
![]() | Just a tip to compare 2 dates in lotusScript | LotusScript | Francois | 09/21/2001 |
![]() | This agent displays the date international settings: whether the date format is DMY, MDY, or YMD; the month-day-year separator; the keywords for yesterday, today, and tomorrow. | Java | [email protected] | 04/19/2000 |
![]() | to find difference between two dates and find the day difference | LotusScript | Rajiv Menon | 02/04/2001 |
![]() | Computes the day number of the year | Formula | [email protected] | 02/13/1999 |
![]() | Day of Year Formula | Formula | [email protected] | 04/19/2000 |
![]() | Takes value (KEY) and does a lookup. By setting the value of the DBLookup to the tempororary variable LookUp, the value can be checked for errors before attempting to set the field to the value. | Formula | [email protected] | 04/19/2000 |
![]() | This is a standard way to perform an @DbColumn. | Formula | [email protected] | 04/19/2000 |
![]() | In order to set a default value for a keyword field when the formula was used to defined the keyword selection, follow this tip: For the default value of the keyword use the formula below. Then all you have to do is make the first value of your List that you are looking up be the default value. Beware that if the key you use to do the Lookup is not present when composing, you will not have a default value. | Formula | [email protected] | 04/19/2000 |
![]() | Returns a value (i.e. Approver for a specified dollar amount) which relates to a range of values | Formula | [email protected] | 02/13/1999 |
![]() | To use a DBLookup to return a text field (i.e. Approver for a specified dollar amount) which relates to a range of values, follow this tip: Your criteria: Low Amount High Amount Approver $0 $499 Bill Smith $500 $2,499 Fred Jones $2,500 $4,999 Mike Williams $5,000 Joe Smith Set up the view this way: Column1: Formula: @Text(LowAmount)+"@"+ApproverName 0@Bill Smith 500@Fred Jones 2,500@Mike Williams 5,000@Joe Smith | Formula | [email protected] | 04/19/2000 |
![]() | Writing DbLookups so they work on a local database and on the server. | Formula | [email protected] | 04/19/2000 |
![]() | Displays exact error and line number on browser for QSA and QOA | LotusScript | Jamie Magee | 12/15/1998 |
![]() | Debugs your Notes Java Agents | Java | [email protected] | 04/19/2000 |
![]() | This agent displays the decimal international settings: the number of decimal (fraction) digits; the decimal separator (between the whole and fraction parts); the 1000s separator; and whether a zero precedes the decimal point if the number is a fraction (no whole part). | Java | [email protected] | 04/19/2000 |
![]() | This example will take an array of elements containing duplicate names. The function DeflateArray will remove all duplicate elements and pass back the array as a variant. The array will then be formated into a string variable for display in messagebox. | LotusScript | [email protected] | 04/19/2000 |
![]() | This code is used to to delete a default zero after a form is opened when the field is being calculated in another field. This code should go in the Postopen mode of the form. | LotusScript | [email protected] | 04/19/2000 |
![]() | Deletes all Orphaned response documents | LotusScript | [email protected] | 04/19/2000 |
![]() | Delete Environment variables from the notes.ini file | Formula | [email protected] | 04/19/2000 |
![]() | Delete the database icon from the user's workspace and re-add it. Deleting the database will cause all the Private Views to be removed. When the user re-opens the database, new Private Views (with the updated design) will be created. | Formula | Key Solutions | 02/02/1999 |
![]() | Deletes and item from a list | Formula | [email protected] | 04/19/2000 |
![]() | Problem: There are many instances when one needs to know whether there are duplicate documents in a database. Having a macro which could identify or even delete these duplicate docs would be great! Solution: By duplicate documents, we really mean documents with the same ID, where ID can be any unique identifier you choose; CallNumber, CustomerName, SocialSecurityNumber, etc... (this should not be confused with Replication Conflicts, which are multiple instances of the same document!) Given this definition, there are two principal cases we will consider: 1. Duplicate documents within a database 2. New versions of some documents are to be imported, and the user doesn't want to create a condition where there are duplicate docs. Therefore, they want to delete the old docs before importing their new counterparts. | Formula | [email protected] | 04/19/2000 |
![]() | If you are looking for a clean and easy way to delete "obsolete" fields from the listing of available fields for a given database, follow this tip. | Formula | [email protected] | 04/19/2000 |
![]() | If you would like all response documents to be deleted from a database when the main document is marked for deletion, follow this tip: | Formula | [email protected] | 04/19/2000 |
![]() | Final list depends on selection of second list which depends on selection of first list. | Formula | [email protected] | 04/19/2000 |
![]() | This database has a DATE field as well as StartTime and EndTime fields. This displays the start time as something like: Tue, Jan 29, 8:00:00 AM, or replaces the time with a couple of dashes if it wasn't entered yet. | Formula | [email protected] | 04/19/2000 |
![]() | builds an array of DESIGNOBJECTS which returns the noteid of a design note | LotusScript | Don Bechtold ([email protected]) | 02/04/1999 |
![]() | LotusScript | Ben Vander Veen | 11/10/1999 | |
![]() | With the advent of profile documents in Notes 4.5, it will become neccessary to determine if a document is a profile document or not. A new NotesDocument property, IsProfile, will return True if a document is a profile document, and False if it is not. To use IsProfile, set the document in question to a NotesDocument object, and retrieve the value in the property. Syntax variablename = notesdocument.IsProfile The example below will determine if this document is a profile document or not, and display a message with the result. | LotusScript | [email protected] | 04/19/2000 |
![]() | Fetch all the rows using the LastRow method and then use the NumRows property to return the number of rows in the result set. | LotusScript | [email protected] | 04/19/2000 |
![]() | The following sample script determines and displays the numbers of seconds, minutes, hours, days and weeks between now and both the start of the next year and the start of the current year. You can modify the script to compute the difference between the current date and any user-defined date. | LotusScript | [email protected] | 04/19/2000 |
![]() | HasItemObject checks whether the field that is passed to this function contains an Object and then returns either True (hasObject) or False. A sample script is provided below. | LotusScript | [email protected] | 04/19/2000 |
![]() | Determine if the object you are dealing with is an actual view, or a folder. To do this, use the NotesView property, IsFolder . IsFolder returns a value of 1, (True) if the object represents a folder, or 0, (False) if the object represents an actual view. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | This script displays a document in a dialog box using the policy form whenever a user clicks the action button. The first layout region on the policy form is sized to fit in the dialog box. | LotusScript | [email protected] | 04/19/2000 |
![]() | In R4.5 you can write a script that executes whenever a user opens the database. For example, you might want to direct new users to a special view, while letting old users proceed straight to the default view. To do this, write a script for the database object's Postopen event, as follows: | LotusScript | [email protected] | 04/19/2000 |
![]() | This script executes whenever a user opens the database and directs new users to a special view, while letting old users proceed straight to the default view. | LotusScript | [email protected] | 04/19/2000 |
![]() | Displays a Help Form, use with button and hotspots | LotusScript | [email protected] | 04/19/2000 |
![]() | The profile documents are a new feature requiring Notes 4.5 to use, set, display, etc. There is no way I know of to select profile documents for use in a view. However, it was fairly simple to write an agent that displays all the counter fields in a profile doc ument. The agent can also be used from the web. Here is the sample agent I have been using (long lines wrapped and you must "unwrap" them to try the agent: | LotusScript | [email protected] | 04/19/2000 |
![]() | If you need to display the date in a YY/MM/DD format, use the following formula: | Formula | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | Doclinking Parent to Child A Notes formula for doc-linking a parent to a child in Notes R3/4 | LotusScript | [email protected] | 04/19/2000 |
![]() | There are times when, for some reason or another, you need a document to behave as a response but it can't be a response because it's a document in it's own right. When faced with this situation I usually create a serial number for the document with this formula. This formula creates a text value containing the users initials and the current time. It looks something like this: JB11-01-93 01:18:15 AM It's accurate to the second so the chances of two serial numbers being the same are very slim. Inheriting this field allow me to sort by serial number and group related documents together. I believe this has advantages over using @UniqueDocumentID. 1. @UniqueDocumentID is undocumented and cannot be depended on. 2. My serial number uses less memory than @UniqueDocumentID 3. My serial number is meaningful. @UniqueDocumentID is not. Using serial numbers allows you to do other things as well. For instance, the "response" documents can add to the serial number. Not only can you identify a common set of documents but you can calculate how many of a particular type of document exist within the set. | Formula | [email protected] | 04/19/2000 |
![]() | Documentation and implementation notes. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example prints the value of the Text field of the in-memory document. | Java | [email protected] | 04/19/2000 |
![]() | Notes support services has one....it uses a dummy form that has a field for each of the parameters in a @dblookup...the dblookup field is a computed field, and you should do the following: | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula,HTML | [email protected] | 01/29/1999 | |
![]() | This formula will enable the user to create a (dynamic) keyword lookup based on what has been entered. The formula looks into the current database, in this case, the view "by Category" and also includes default values that will remain even if those documents were deleted. | Formula | [email protected] | 04/19/2000 |
![]() | Formula-generated HTML tables are very powerful, extremely fast, and give you a lot of control that even native Domino tables can not provide. | Formula | Jamie Magee | 10/07/1999 |
![]() | Dynamically calculates the subdirectory and file name portion of the URL using @dbname results and use that calculation in building your URL's instead of the replica id. | Formula | [email protected] | 04/19/2000 |
![]() ReaderNames field? | Dynamically select documents per user without using a ReaderNames field? | Formula | [email protected] | 04/19/2000 |
![]() | Edit a document with a button, without entering into edit mode first. In order to create a button on a form that will do a complete edit of a document, as well as insert data into a field without first having to go into edit mode and save the document in read mode, follow these procedures: | Formula | [email protected] | 04/19/2000 |
![]() | Use this formula in the section field of a form to indicate who may edit that section (used to disallow the initial author access after composition): When using a form that is divided into two sections, and both sections have computed values, follow this procedure to allow only certain group members editor access after the initial document creation. | Formula | [email protected] | 04/19/2000 |
![]() | This script prints the current effective user name. | Java | [email protected] | 04/19/2000 |
![]() | EKDOCLOC.LSS - Documentation and Sample Usage | LotusScript | [email protected] | 04/19/2000 |
![]() | EKDOCLOC.LSS - Function Library | LotusScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | If you want your applications to be independent of a particular Domino server or directory structure, don't hard-code any URLs. Instead, use this formula when you need the path and database name. You can then follow with "view/document" or "form?openform" etc. | Formula | [email protected] | 04/19/2000 |
![]() | Here is an example I use for explode: Lineinput is the string to be parsed out. Sep is the separator (unfortunately this version only supports one character separators) Linearray is the array which is where you want your values. | LotusScript | [email protected] | 04/19/2000 |
![]() | Equivalent Rightback and Leftback functions in LotusScript | LotusScript | [email protected] | 04/19/2000 |
![]() | Notes Error.No mail sent. | LotusScript | Anonymous | 03/12/2002 |
![]() | Error handling using IsOpen | LotusScript | [email protected] | 04/19/2000 |
![]() | Error handling with On Error | LotusScript | [email protected] | 04/19/2000 |
![]() | Error handling with Open | LotusScript | [email protected] | 04/19/2000 |
![]() | Here are methods you can use to debug code. | Formula | [email protected] | 04/19/2000 |
![]() | 1. This agent applies the @ProperCase @function to the Subject field in every document of the current database. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent applies the @Sum @function to the Amount field (which allows multiple values) in each document and prints the result. | Java | [email protected] | 04/19/2000 |
![]() | Use evaluate to determine users role and only then execute block of code. | LotusScript | [email protected] | 04/19/2000 |
![]() | This script enables the Auditor role for Bill Ehrhardt, in the database DISCUSS.NSF. | LotusScript | [email protected] | 04/19/2000 |
![]() | This sub enables one role for multiple people in an ACL. Its parameters are a NotesACL object, the name of the role to enable, and an array of strings that represent user names. | LotusScript | [email protected] | 04/19/2000 |
![]() documents. | EKIPUSH.LSS Function Library Notes R4 LotusScript functions for exchanging items values between documents. | LotusScript | [email protected] | 04/19/2000 |
![]() | Execute DOS commands from a formula | Formula | [email protected] | 02/13/1999 |
![]() | Execute DOS commands from a formula! | Formula | [email protected] | 04/19/2000 |
![]() | We use the following code to export a lotus notes document to excel (creating the excel spreadsheet). | LotusScript | [email protected] | 04/19/2000 |
![]() | Will export view to excel and format excel sheet | LotusScript | Anonymous | 08/17/2000 |
![]() | Exports a view to a textfile which can be used in Excel | LotusScript | brigitte | 06/08/2002 |
![]() | LotusScript | Mackie | 01/15/1999 | |
![]() | LotusScript | Anonymous | 03/04/1999 | |
![]() | LotusScript | Alexsandre - [email protected] / Samantha - [email protected] | 05/12/1999 | |
![]() | Programatically searches for the tab and line feed characters that separate the cells of a Notes table. | LotusScript | Lotus | 12/15/1998 |
![]() | Receives nFact as the user input plus additional parameters for displaying each factorial between zero and nFact as well as the number of recursive calls. The function returns the factorial of nFact . | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns the factorial of a number n using iteration | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns the factorial of a number n using recursion | LotusScript | [email protected] | 04/19/2000 |
![]() | There exists a set of documents in a databse. Inorder to retrieve the documents that exists within a given Date Range,the following code will be helpful.(if there is any simple code than this please inform the same) | LotusScript | [email protected] | 10/25/2000 |
![]() | Returns Fibonacci Sequence of n using iteration | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns F ibonacci Sequence of n using recursion | LotusScript | [email protected] | 04/19/2000 |
![]() | When trying to set one field equal to another when the document is loaded into memory, for example, if you want to set FieldX equal to FieldY so that if FieldY is changed, and they will be equal again when the document is reloaded, follow this tip: | Formula | [email protected] | 04/19/2000 |
![]() | imports attachments at once | LotusScript | [email protected] | 05/10/2002 |
![]() | Filling Items with Dialog Box on Open of Document! | LotusScript | [email protected] | 04/19/2000 |
![]() | In the script below, the child document is found using GetFirstDocument and GetNextDocument . You might ask yourself `Why not use GetNthDocument instead?'. The reason is GetNthDocument only works in documents in a collection, and we are working in a view! | LotusScript | [email protected] | 04/19/2000 |
![]() | Use this formula to find the week number for a date (it follows the same pattern as the Calendar View, with Sunday at the week end day). | Formula | [email protected] | 04/19/2000 |
![]() | Listed below is a LotusScript that makes the necessary API call. | LotusScript | [email protected] | 04/19/2000 |
![]() | When working with lists, the same functions seem to come up time and time again. We thought that it would be useful to group some of these LotusScript functions together so that you could find them in a single resource. Here are the basics that are covered: 1. Remove from List 2. Add to List 3. Remove Item from List 4. Entry in List 5. Remove Range from List | LotusScript | [email protected] | 04/19/2000 |
![]() | Used in the support Desk application in the Call form for the CallIDNumber Field. | Formula | [email protected] | 04/19/2000 |
![]() | The routine demonstrates flat file importing with LotusScript. It shows how to read a comma separated file. To make it more interesting it then merges the results into existing records in the database. These records are keyed on a unique id. You should be able to easily modify this routine to create instead of merge or perhaps do both depending on if the record already exists or not. | LotusScript | [email protected] | 04/19/2000 |
![]() | The formula below does a lookup to the same database using a hidden view. This allows flexibility because you can enter a word (that now becomes a permanent part of the lookup), or use an existing word (that will always first appear in the lookup). | Formula | [email protected] | 04/19/2000 |
![]() | Sometimes a client/server will work to the American date format even though the regional settings are set to British. This function will convert any date format to the British format(as a string) | LotusScript | [email protected] | 12/17/2001 |
![]() | This checks the current form you are on and ensures that it is viable for the response form to be created | LotusScript | [email protected] | 04/19/2000 |
![]() | How to force the value of a field to be unique? | Formula | [email protected] | 04/19/2000 |
![]() | If you need a date field to always backdate itself to the previous Sunday, try this formula: Since 1 represents Sunday, (1-@Weekday(@Today)) returns a negative value indicating the number of days between Sunday and today. So if today is Thursday, we get 1 - 5 = -4. @Adjust uses this negative value to return a new time-date value, decremented to the previous Sunday. | Formula | [email protected] | 04/19/2000 |
![]() | When forcing a button to be pressed, use the following formula. Place the code in the field validation formula. See also the Templeton Call Report in the Sales Tracker Database... | Formula | [email protected] | 04/19/2000 |
![]() | And this formula which shows a date as the format 1995-01-15 - Monday, January 15 | Formula | [email protected] | 04/19/2000 |
![]() | This code segment will format the current date in to "DD th MMMM , YYYY" format. EX "31 st may , 2001" | Formula | [email protected] | 09/18/2001 |
![]() | Most Web sites that collect user contact information require users to enter their e-mail addresses. The formatEmail function checks to make sure an e-maill address has been enetered in the correct format - if not, it returns an empty string. | JavaScript | [email protected] | 07/08/2000 |
![]() | This formula will automatically format phone number field entries in which the user does not enter dashes between the area code, prefix and suffix. For example, if a user types 4077888561, Notes will convert the number to 407-788-8561. This formula is ideal if you are importing information from another database in which phone number formatting was not used, or you just want to assist your users in properly formatting a phone number. This is just an example used to illustrate the use of formulas to format text: your formula may take on some additional characteristics depending on the phone number lengths, formatting needs, etc. that are typically entered by the user in an "ideal world" situation. | Formula | [email protected] | 04/19/2000 |
![]() | This agent makes a document collection of all the documents (up to 15) in the current database containing the word "arachnid," and makes a newsletter based on the document collection. The agent formats a newsletter document for each document in the collection and sends them to the current user. | Java | [email protected] | 04/19/2000 |
![]() | Generates Formated numbers | Formula | [email protected] | 04/19/2000 |
![]() | This agent makes a document collection of all documents in the current database containing the word "archanid," then makes a newsletter based on this document collection. The agent formats a messge with links to the newsletter documents and mails it to the current user. | Java | [email protected] | 04/19/2000 |
![]() | Formula for DBLookup and Prompt Box Choose | Formula | [email protected] | 04/19/2000 |
![]() | JavaScript | [email protected] | 07/08/2000 | |
![]() | Created By: Teresa Deane on 02/07/96 at 03:59 PM Category: Miscellaneous Minimum required Notes: Notes 4.0 Author: Teresa Deane Company: Iris Associates E-Mail Address: [email protected] Description of the Agent: This agent refreshes pages with attachments. It should be run in the background preferably after the refresh agent has run. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example will find any documents in the Beginning view that contain the string Method* using the view method FTSearch . | LotusScript | [email protected] | 04/19/2000 |
![]() | This is a recursive function. It returns the main document at the top of a thread. An example of a thread is a main topic with multiple response documents. Passing the NotesDocument object reference variable to this function would return the main topic at the top of the thread. Call this function using GetParentDocument(doc). | LotusScript | [email protected] | 04/19/2000 |
![]() | This function takes a string and converts it to an array, based on a delimiter | LotusScript | [email protected] | 04/19/2000 |
![]() | Remove all excess spaces from the string s | LotusScript | [email protected] | 04/19/2000 |
![]() | This view action will call a LotusScript agent to generate response documents on an entire database (all it's parent docs, that is). This formula can be found in the World Wide Country Database as a view action called "Add Fund To Countries". This view action first does a lookup on the Fund Library database. The user selects a new fund fromn this library and VIOLA! All the country documents will have a new fund doc (this is the response doc). This action calls the agent to do the actual creation of the response docs. The agent is hidden and is set to run on all docs in the view. The agent name is called Add Fund and it's event is set to INITIALIZE. | LotusScript | [email protected] | 04/19/2000 |
![]() | This macro generates response documents but only one at a time. It could be made to become a "looping" macro, but I advise against that since looping macros in Lotus 4 crashes Notes when run in a 16 bit environment. Anyway, see the Lotusscript version of this if you want "looping". This macro is nice because, even though it generates the response doc one at a time, it is still quicker than manually generating a response document. | Formula | [email protected] | 04/19/2000 |
![]() | Create a view GetNumber with ProjectID filed sorted largest to smallest. It will take last (largest) number and add 1 | Formula | [email protected] | 04/19/2000 |
![]() | this function @Replace all list elements starting with given prefix | Formula | [email protected] | 12/29/2001 |
![]() | LotusScript | Niels Ull Harremoes | 02/03/1999 | |
![]() | The following routine will determine what the next month is following the month curently being displayed. If the next month is January, then the routine will increment the year by one. | Formula | [email protected] | 04/19/2000 |
![]() | The following routine will determine what the previous month is following the month curently being displayed. If the previous month is January, then the routine will subtact one to lower the year. | Formula | [email protected] | 04/19/2000 |
![]() | When called GetAllviews will list all the views and folders in the current database, using the Views method of NotesDatabase Class. | LotusScript | [email protected] | 04/19/2000 |
![]() | 1. This example gets the value of the $EnvLoc environment variable. | Java | [email protected] | 04/19/2000 |
![]() | 2. This example gets the value of the MailServer system environment variable. | Java | [email protected] | 04/19/2000 |
![]() | 2. This script gets the value of the system environment variable Timezone. | Java | [email protected] | 04/19/2000 |
![]() | 1. This script gets the value of the environment variable $EnvNum. | Java | [email protected] | 04/19/2000 |
![]() | JavaScript | Anonymous | 10/27/2009 | |
![]() | Gets an HTML string from a RTF field using undocumented methods in Lotus notes for version 5.02 onwards. | LotusScript | Shane Hollis | 11/30/2000 |
![]() | LotusScript | Anonymous | 04/12/2001 | |
![]() | Given a serverName, finds the server doc and returns the HTTP_HostName field for use in the prefix to any URL related to that server. | LotusScript | Jamie Magee | 10/01/2001 |
![]() | Given the current database and a new filename will return that filename as the new current database if it is on the same server and path. | LotusScript | [email protected] | 04/19/2000 |
![]() | This program opens the default Web navigator database. | Java | [email protected] | 04/19/2000 |
![]() | This agent prints the creation date and time of the current database in GMT. | Java | [email protected] | 04/19/2000 |
![]() When you have a categorized view on the Web, and the documents are protected with READERS. | Going to the document without scrolling or getting the next set of documents on the web. When you have a categorized view on the Web, and the documents are protected with READERS name security you still see the categorized names of the users even though you can't expand them to see their documents. So if you have a couple of hundred documents they have to scroll through all the categorized names to get to their own name. One way of going directly to their username is using the 'STARTKEY' parameter. | Formula | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | Handling a specific error | LotusScript | [email protected] | 04/19/2000 |
![]() | Use this formula to open a view from a navigator hotspot or button when you want to hide the navigator pane in the view. For example, this formula tells Notes to open a view called Texas, then expand the all categories within the opened view, then hide the navigator that would typically be displayed on the left of the window. Use this type of formula when you either want to hide the navigator so that the user can't select options from it, or to provide more space on-screen for the view contents. | Formula | [email protected] | 04/19/2000 |
![]() | This code will hide a field (etc) if the user doesn't have delete rights. Slight modification will allow a hide for users with out edit rights. This might be good to hide the "Edit" button when the user doesn't have edit rights. | Formula | [email protected] | 04/19/2000 |
![]() | Hierarchical ReaderNames Lookup Implementing control of hierarchical ReaderName relationships in Notes R3/4 | LotusScript | [email protected] | 04/19/2000 |
![]() | Domino servers die native Notes hit counter | Formula,LotusScript,HTML | Anonymous | 09/08/2001 |
![]() | Determine the number of hours between two times. | Formula | [email protected] | 04/19/2000 |
![]() | How can you display the text of individual table cells using LotusScript in Notes R4? | LotusScript | [email protected] | 04/19/2000 |
![]() | There is no property in the view thtat lets you do this, but you can look at the design note for the view via this function: | LotusScript | [email protected] | 04/19/2000 |
![]() | How change a frames content with an @URLOpen. | Formula | [email protected] | 04/19/2000 |
![]() | Returns week ending day for a specific date. | Formula | [email protected] | 04/19/2000 |
![]() window? | Remove erased field's | Formula | [email protected] | 04/19/2000 |
![]() | To extract element 'n' from the field "Choices": | Formula | [email protected] | 04/19/2000 |
![]() | How do you change the new mail tune under NT? | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you do a data import/merge using Lotuscript? This function can be placed in an action button in a database: | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you do a data import/merge using Lotuscript? This function can be placed in an action button in a database: | LotusScript | [email protected] | 04/19/2000 |
![]() | Breaks a delimited string into its component elements and returns the elements in a string array | LotusScript | [email protected] | 04/19/2000 |
![]() | This function will give you a list of all roles a user is in, even if the user is in nested groups which are listed in the ACL. | LotusScript | [email protected] | 04/19/2000 |
![]() | Button code used to find the position of all of your characters: | Formula | [email protected] | 04/19/2000 |
![]() | How do you get the date for Easter of a given year? | Formula | [email protected] | 04/19/2000 |
![]() | The ... part in the code below marks where you can put code to access the active document. | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you remove an element from a Textlist field? | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you retrieve a column total for a category? | Formula | [email protected] | 04/19/2000 |
![]() | How do you select only Response documents in a view? | Formula | [email protected] | 04/19/2000 |
![]() | Using @DbColumn returns the total at the bottom of a view | Formula | [email protected] | 04/19/2000 |
![]() | This example will check that all required fields are filled in. If a field is not filled in, it will move the cursor in the web browser to that field. | JavaScript | [email protected] | 07/08/2000 |
![]() | How to Add Carriage Returns to a Text Field via LotusScript in Notes R4.5x | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Append One RTItem to Another via LotusScript Without a Save Prompt | LotusScript | [email protected] | 04/19/2000 |
![]() | The following sample script places the caption "This is a test. This is only a test." on two lines. | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Check via LotusScript Whether a Document is Open in Preview Pane | LotusScript | [email protected] | 04/19/2000 |
![]() | It seems as though comparing dates would be a straight-forward task; however, it is actually rather complicated. A quick, easy approach is to use simple comparison operators, but via this approach - the question remains of how you get the dates from Notes into the back-end and then manipulate it once it is in the script. The following instructions and sample code, however, demonstrate how you can do this: | LotusScript | [email protected] | 04/19/2000 |
![]() | This example will compare two date fields in document: | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Using LotusScript, you can create either a local replica of a server-based database or a server replica of a local database. | LotusScript | [email protected] | 04/19/2000 |
![]() | he only way to delete a profile document we've been able to find is to use the remove method in the NotesDocument class. | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Determine if Optional Arguments Have Been Provided for a Method. | LotusScript | [email protected] | 04/19/2000 |
![]() | HTML,JavaScript | [email protected] | 06/06/2000 | |
![]() | Illustrates one way to get a handle to a particular document (via a backend method) and then make the document the new UI document that displays on the screen. Specifically, the application performs the following actions: | LotusScript | [email protected] | 04/19/2000 |
![]() | How to figure out Browser Type with JavaScript | JavaScript | [email protected] | 04/19/2000 |
![]() | Use the AppendToTextList method of the NotesItem field to Fill a Reader Field with Multiple Names via LotusScript | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Get Data from an OLE Object via Notes LotusScript Front-End Methods | LotusScript | [email protected] | 04/19/2000 |
![]() | Below are two examples illustrating how to have a script pause for a specified amount of time and then continue. | LotusScript | [email protected] | 04/19/2000 |
![]() | Hide V2 style attachments from displaying to web browsers? | Formula | [email protected] | 04/19/2000 |
![]() | When you select the "loser" document and run this agent, it will be promoted to be a replication "winner". You can then delete the original "winner" document. Put this code into an agent that runs on selected documents: | LotusScript | [email protected] | 04/19/2000 |
![]() | Formats a date from 12/27/97 to December 27, 1997 | Formula | [email protected] | 04/19/2000 |
![]() | How to Open a Navigator in Notes R4 via LotusScript Product Release: | LotusScript | [email protected] | 04/19/2000 |
![]() | How to open a new window and navigate to a Web page using a Keyword List and JavaScript | JavaScript | [email protected] | 07/08/2000 |
![]() | How to provide context-sensitive help for your database. | Formula | [email protected] | 04/19/2000 |
![]() | The following code retrieves the values from the fields named Fname (First Name) and Lname (Last Name) and returns it to the browser when a person submits the form. The code also uses the graphic image 3.jpg as the background image and the graphic image R.gif as a hyperlinked image to the Lotus web site. | Formula | [email protected] | 04/19/2000 |
![]() | Using the Format function, you can store the date in a mm/dd/yy format, which zero-fills the date and allows for proper searching. | LotusScript | [email protected] | 04/19/2000 |
![]() | Append the time zone after the time. | LotusScript | [email protected] | 04/19/2000 |
![]() | It will check the documents that are being deleted and if a field exist called $Ref (which is on reponse docs) it will look at the parent and change the pro field to "" | LotusScript | [email protected] | 04/19/2000 |
![]() | How to use LotusScript to Mail a Memo with a Doclink to the Original Document. | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Use LotusScript to Prevent a User from Opening a View | LotusScript | [email protected] | 04/19/2000 |
![]() | How to Use the LotusScript NotesItem CopyItem Method | LotusScript | [email protected] | 04/19/2000 |
![]() | By concatenating multiple @DbColumn formulas, however, you can return multiple columns of data. | Formula | [email protected] | 04/19/2000 |
![]() | How to use @Commands in LotusScript. | LotusScript | [email protected] | 04/19/2000 |
![]() | How to View on the Screen a Rich Text Item Added via LotusScript | LotusScript | [email protected] | 04/19/2000 |
![]() | The Evaluate statement is designed to work with non-UI @functions only. The following @functions cannot be used with the Evaluate statement: | LotusScript | [email protected] | 04/19/2000 |
![]() | Gets dimensions of a JPEG or GIF image | LotusScript | John Toton | 02/12/1999 |
![]() | This function takes in a Notes Item in the signature line and returns the item as a string value the values are separated by a comma but that can be changed to any delimiter the user wishes to use. Additional checks for author and such may also be incorporated if the developer so feels. | LotusScript | [email protected] | 04/19/2000 |
![]() | Imports a text file (c:\temp\sample.txt) into a rich text Item named "Body". | LotusScript | [email protected] | 04/19/2000 |
![]() | Import excel Spreadsheet into a view and will update the phone number is the document already exists | LotusScript | Anonymous | 08/17/2000 |
![]() | This script imports information from a Word document into a Notes document while standardizing the doc's formatting. | LotusScript | [email protected] | 04/19/2000 |
![]() | Create a price list in notes from a comma separated file. Each line was one document. | LotusScript | [email protected] | 04/19/2000 |
![]() | Where do we get a list of subforms when we don't know from one minute to the next how many there are or what they are called? Simple, we use this LotusScript routine | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent increment elapsed business days without company holidays counted in. The formulae is simple and you can plug n play right away. Just remember you need a fields such RecvDate, HolidayCounter and Elapsed Days in the main form. And if your company does have db which has a listed holidays values in a document the below agent is good to go right away. Also, you can create a field the same document which will store company holidays dates and then you match with this dates field. Have Fun!!!!! | Formula | [email protected] | 07/12/2000 |
![]() | Converts a name to initials | Formula | [email protected] | 04/19/2000 |
![]() | This script imports information from a Word document into a Notes document while standardizing the doc's formatting. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Formula | [email protected] | 05/13/1999 | |
![]() | Sets up connectivity amoung an application suite set in same path. | LotusScript | [email protected] | 04/19/2000 |
![]() | Technique used to build generic interdatabase access using the formula language. Takes into consideration for local no path. | Formula | [email protected] | 04/19/2000 |
![]() | This agent prints one message or another depending on whether daylight savings is in effect.. | Java | [email protected] | 04/19/2000 |
![]() | 2. This example enables the agent named "Agent To Enable" if it exists in the current database. | Java | [email protected] | 04/19/2000 |
![]() | 1. This script prints the status for each agent in the current database: enabled or disabled. | Java | [email protected] | 04/19/2000 |
![]() | Returns true if string is contained in the array | LotusScript | Jamie Magee | 12/15/1998 |
![]() | This agent disables and enables the action logging. | Java | [email protected] | 04/19/2000 |
![]() | This agent disables and enables error logging. | Java | [email protected] | 04/19/2000 |
![]() | This agent gets names.nsf from the user's mail server if the program is running on a server, and from the local Notes directory otherwise. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent script sets the IsOverwriteFile property to true if the agent last ran over seven days ago. If the agent last ran within the last seven days, it sets the IsOverwriteFile property to false. | Java | [email protected] | 04/19/2000 |
![]() | 1. This script opens the over.txt file for logging. The existing contents of the file are removed before any actions or errors are logged. | Java | [email protected] | 04/19/2000 |
![]() | Given a positive integer, determines if that integer is a prime number (A number is considered to be prime if it has no factors other than plus or minus itself and plus or minus one). Returns a Boolean value of True or False. | LotusScript | [email protected] | 04/19/2000 |
![]() | This script counts the number of public and personal agents in the current database. | Java | [email protected] | 04/19/2000 |
![]() | This script counts the number of public and personal agents in the current database. | Java | [email protected] | 04/19/2000 |
![]() | This relatively simple alertBox function presents the user with a specified message and places the cursor back into the field that failed the validation. | JavaScript | [email protected] | 04/19/2000 |
![]() | JavaScript | 04/08/1999 | ||
![]() | The JavaScript failContains function looks like this: | JavaScript | [email protected] | 04/19/2000 |
![]() | The following function takes three parameters -- the string upon which it operates, the character it is searching for, and the character it is replacing that character with. It returns the new string product of this search and replace operation, and works in Navigator 3x and 4x, as well as IE 3x and 4x. This can be useful if, say, you are doing parameter passing to a Query_String field in a domino document via the URL, and need to replace the spaces in the text you are passing in the URL with underscore characters. If you are confined to using JavaScript to ac complish this search and replace operation, then this function will do the trick. | JavaScript | [email protected] | 07/08/2000 |
![]() | The following function takes three parameters -- the string upon which it operates, the character it is searching for, and the character it is replacing that character with. It returns the new string product of this search and replace operation, and works in Navigator 3x and 4x, as well as IE 3x and 4x. This can be useful if, say, you are doing parameter passing to a Query_String field in a domino document via the URL, and need to replace the spaces in the text you are passing in the URL with underscore characters. If you are confined to using JavaScript to accomplish this search and replace operation, then this function will do the trick. | JavaScript | [email protected] | 07/08/2000 |
![]() | The JavaScript function for failNull follows: | JavaScript | [email protected] | 04/19/2000 |
![]() | This function will return the field value (or value list) based on the element type | JavaScript | [email protected] | 09/15/2000 |
![]() | The trimBlanks function is a utility routine that simply takes the field value and trims any extra space values. | JavaScript | [email protected] | 04/19/2000 |
![]() | Allows user to select a date from a calendar, change months, years. | JavaScript | [email protected], [email protected] | 09/15/2000 |
![]() | Ensure that your site will load into the top level of the window, even if the author linking to your site fails to use the target attribute. | JavaScript | Lotus-Dev.Net | 12/17/1998 |
![]() | This formula reformats the user name as last name, comma, first name, taking care to handle hierarchical names. The formula looks up the reformatted user name in the Phone Numbers view of the current database and returns a list consisting of the values found in columns 2 and 3. | Formula | [email protected] | 04/19/2000 |
![]() | Keywords for 50 states and two-letter abbreviations | Text/Keywords | Jamie Magee | 11/25/1998 |
![]() | C/C++ | Anonymous | 12/31/2001 | |
![]() | Provides a link where a user can translate the current page into any language on AltaVista Translator | JavaScript | Jamie Magee | 02/12/1999 |
![]() | This example prints the last exit status of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the last exit status of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | For each agent in the current database, this example prints its name and the last time it ran. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the date and time that the agent last ran. | Java | [email protected] | 04/19/2000 |
![]() | Launch a URL without using InterNotes? | Formula | [email protected] | 04/19/2000 |
![]() | Lanzar el valor de un campo URL desde una vista | HTML | [email protected] | 06/21/2000 |
![]() | Lanzar una Url que se encuentra en un campo de un formulario desde una vista | HTML | [email protected] | 06/22/2000 |
![]() | Graphical pieces that you can combine to form 3d frames within a layout region. | Graphics | Jamie Magee | 06/08/1999 |
![]() | Checks to ensure that only response documents are being deleted. | LotusScript | [email protected] | 04/19/2000 |
![]() | Put this in a field's Input Validation formula | Formula | [email protected] | 04/19/2000 |
![]() | The list-processing functions of the @formula language provide some of the strongest processing capabilities of any built in feature of Notes. Translating them to JavaScript is fairly straightforward. List in JavaScript are implemented as arrays, but you use them in almost the same way you do the @formula language. Perhaps the most obvious use of these functions on a Web page is in string parsing, but your imagination and necessity may suggest many more. Here are the JavaScript versions of some list processing functions: | JavaScript | [email protected] | 07/08/2000 |
![]() | Compare two list and return only the values not found in both list. | Formula | [email protected] | 04/19/2000 |
![]() | Lists are one of the most powerful features in Domino. Here's an optimization technique. Instead of this formula: | Formula | [email protected] | 04/19/2000 |
![]() | 1. This agent prints the creation date and time of the current database in local time. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent sets the local date and time, then prints the date and time in local time and GMT. | Java | [email protected] | 04/19/2000 |
![]() | 3. This agent is the same as above but passes the date and time as integer values to setLocalDate and setLocalTime rather than as a string to setLocalTime. | Java | [email protected] | 04/19/2000 |
![]() | How do you lock a document that is being edited? Eric Koeler has written a set of functions for doing this in Notes 4.x. You can grab the code and a code sample at his web site. The Lotuscript code works by adding a lock field to the document the user wishes to edit and then immediately saving the document; when other users try to open the document, they will see that there is a lock field so they cannot edit the document. This technique will only work if the database is on a single server (no replication). There is also a small chance for a race condition if two users manage to read a document simultaneously without the lock. Finally, if the user's system crashes while editing this locked document, the document will remain locked unless you implement some sort of emergency unlock mechanism. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent logs actions to a mail memo. It performs a full text search on the current database, and logs one action for each document that matches the full text search query. Each time the logAction method is called, it adds a new line to the Body item of the mail memo. For example, if FTSearch returns a collection of three documents, the body of the mail memo looks like this: 10/25/97 12:26:37 PM Botany Agent starting 10/25/97 12:26:42 PM Document Petals placed in folder. 10/25/97 12:26:44 PM Document Stems placed in folder. 10/25/97 12:26:46 PM Document Leaves placed in folder. | Java | [email protected] | 04/19/2000 |
![]() | This agent searches for "Rocks" in the documents in the current database and logs an error message to logerror.log in the current Notes directory if no occurrences are found. | Java | [email protected] | 04/19/2000 |
![]() | This agent searches for "Rocks" in the documents in the current database and logs an error message to logerror.log in the current Notes directory if no occurrences are found. | Java | [email protected] | 04/19/2000 |
![]() | This demo uses OLE automation to create Notes mail from within Microsoft Excel, sending cell values in the body of the mail message. This is a great and easy-to-write example of how to use the Notes client with MS Office products, using the best of both products. You can cut and paste this VBA code example into Excel. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript Agent to Recalculate Documents on a Schedule | LotusScript | [email protected] | 04/19/2000 |
![]() | Demonstrates how to create and use a class called DisplayMsg | LotusScript | [email protected] | 04/19/2000 |
![]() | Use API routines exposed in Notes client DLLs to do just about anything to Design notes or other Notes objects. | LotusScript | Bill Ernest | 12/15/1998 |
![]() | LotusScript Notes AppendRTItem Method - Copy RichtextItem Font Information | LotusScript | [email protected] | 04/19/2000 |
![]() | Ever wanted to do a simple @DBLookup in LotusScript? Here's the code to do it | LotusScript | [email protected] | 04/19/2000 |
![]() | 2. This example prints the names of all agents in the current databaset. | Java | [email protected] | 04/19/2000 |
![]() | 1. This example prints the name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | 1. This example prints the name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | 2. This example sets the StartDateTime and EndDateTime properties of a lotus.notes.DateRange object through the property methods, then displays the value of the Text property | Java | [email protected] | 04/19/2000 |
![]() | 4. This example sets a value for a lotus.notes.DateRange object, then changes the lotus.notes.DateTime object that the EndDateTime property is based on. This implicitly changes the EndDateTime property. | Java | [email protected] | 04/19/2000 |
![]() | 3. This example writes a value to the Text property, then displays the LocalTime property of the StartDateTime and EndDateTime properties (which are lotus.notes.DateTime objects). | Java | [email protected] | 04/19/2000 |
![]() | 1. This example sets the StartDateTime and EndDateTime properties of a lotus.notes.DateRange object through the createDateRange parameters, then displays the value of the Text property. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent checks the result of getLocalTime against null to determine that the format of a DateTime value is invalid. | Java | [email protected] | 04/19/2000 |
![]() | 3. This script creates a new lotus.notes.DateTime object that represents today's date and then prints it in local time. The time component of the lotus.notes.DateTime object is not set. | Java | [email protected] | 04/19/2000 |
![]() | 4. This script creates two new lotus.notes.DateTime objects. The first represents January 15, 1900; the second represents January 15, 2000. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent creates a new lotus.notes.DateTime object and prints it in local time and GMT. | Java | [email protected] | 04/19/2000 |
![]() | This agent examines three international settings and displays a setting's value if it deviates from what the agent considers standard. | Java | [email protected] | 04/19/2000 |
![]() | 3. This example opens a Notes log and logs an error. The database agentlog.nsf must be based on the StdR4AgentLog template. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent opens a mail log and sends it to the current user when the log closes. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent opens a mail log, logs an action for each document in the current database, and sends the log to the current user when the log closes. | Java | [email protected] | 04/19/2000 |
![]() | This example displays properties of lotus.notes.Name that are not null. | Java | [email protected] | 04/19/2000 |
![]() | This example displays properties of lotus.notes.Name that are not null. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent performs a full text search on the current database and creates a newsletter. The agent formats a newsletter document for each matching document and saves it in the database Reports.nsf. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent performs a full text search on the current database and creates a newsletter. The agent formats a newsletter message containing a link to each matching document and sends it to the current user. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent performs a full text search on the current database and creates a newsletter. The agent formats a newsletter message containing a link to each matching document and sends it to the current user. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent performs a full text search on the current database and creates a newsletter. The agent formats a newsletter document for each matching document and saves it in the database Reports.nsf. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent performs a full text search on the current database and creates a newsletter. The agent formats a newsletter message containing a link to each matching document and sends it to the current user. | Java | [email protected] | 04/19/2000 |
![]() | This agent creates a new lotus.notes.Session object and accesses its properties. | Java | [email protected] | 04/19/2000 |
![]() functions, | This file contains somewhat low-level, self-contained, LotusScript functions, as well as some global constants used by these Functions. To use these Functions, add the following line to the Declarations section of your script module: | LotusScript | [email protected] | 04/19/2000 |
![]() | Validates a credit card number | LotusScript | [email protected] | 04/19/2000 |
![]() | Script agent shell to process newly arrived mail documents. Just plug in your own processing code. | LotusScript | Jamie Magee | 12/15/1998 |
![]() | Mails Link Through Outlook. This action button will create a link on the fly that will be saved to the users C:Drive as link.ndl then it will call the Subroutine AutomateOutlook. This routine will display the outlook mail modal with the link embedded in the body of the mail template. The user then fills in the To: field on the modal and sends the link. The Recipients of the mail must have Lotus Notes on their machine. When they click on the link in their Outlook mail. It will then launch Notes and the link. | LotusScript | [email protected] | 04/19/2000 |
![]() | Solution to the "From" Field problem in Web Agent | LotusScript | [email protected] | 06/22/2000 |
![]() | Web mail notification that a new document was created from the web. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | Don Bechtold ([email protected]) | 06/30/1999 | |
![]() | Make a view to use for checking for replication conflicts. | Formula | [email protected] | 04/19/2000 |
![]() | Agent to promote the loser of a replication conflict to be the winner | LotusScript | [email protected] | 02/13/1999 |
![]() | 1. This agent creates a newsletter consisting of links to all the documents in the current database that contain the word "arachnid" and mails the newsletter to the current user. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent creates a newsletter consisting of a picture of the document for each document in the current database that contains the word "arachnid." The documents are saved in Reports.nsf. | Java | [email protected] | 04/19/2000 |
![]() | Manipulating Rich Text | LotusScript | [email protected] | 04/19/2000 |
![]() | Use this formula in a view column to indicate that there are attachments associated with the document. | Formula | [email protected] | 04/19/2000 |
![]() | Allows retrieval, collation, cross-tabbing, sorting, normalization, HTML conversion, etc. of tabular data from RDBMS or Notes view. | LotusScript | Jamie Magee | 12/29/1998 |
![]() | LotusScript | [email protected] | 10/25/1999 | |
![]() | Code that you can place at beginning and end of an agent to see if it is leaking memory | LotusScript | [email protected] | 10/20/1999 |
![]() | Formula,JavaScript | Anonymous | 12/31/2001 | |
![]() | Month Column Calculations | Formula | [email protected] | 04/19/2000 |
![]() | Converts 1 to January, 2 to February, etc. | Formula | Jamie Magee | 10/31/1999 |
![]() | Moves all Orphan Documents to a folder called Orphans | LotusScript | [email protected] | 04/19/2000 |
![]() | Finds orphan documents and moves them to a folder | LotusScript | [email protected] | 04/19/2000 |
![]() | Moves an Item up or down in a list | Formula | [email protected] | 04/19/2000 |
![]() | Moving file attachments added via the web to a RT field using $$QuerySaveAgent | LotusScript | [email protected] | 04/19/2000 |
![]() | Here's an excel import, using OLE, that can be fairly easily modified to import anything that has OLE classes registered (it can be easily adapted to read every MS Project file in a directory, and pull out each task separately as a Notes document). | LotusScript | [email protected] | 04/19/2000 |
![]() | Here are two alternatives to using multiple OR statements. | Formula | [email protected] | 04/19/2000 |
![]() | When prompting a user and the next prompt is contingent on making an initial selection and not selecting CANCEL, follow this formula: | Formula | [email protected] | 04/19/2000 |
![]() | 1. This example prints the name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | 2. This example prints the names of all agents in the current databaset. | Java | [email protected] | 04/19/2000 |
![]() | Calculates the next payday based on bi weekly pay on Thursdays | Formula | [email protected] | 03/09/2004 |
![]() | Formula,LotusScript | [email protected] | 05/17/1999 | |
![]() | Add names to the ACL via LotusScript | LotusScript | [email protected] | 04/19/2000 |
![]() | Notes R4.5 LotusScript functions for synching an ODBC source with a Notes view. | LotusScript | Eric Koeler [email protected] | 04/19/2000 |
![]() | The NotesACL class is used to give you access to a database's access control list (ACL). Once the ACL is accessible, NotesACLEntry can be used to retrieve all of the individual entries in the ACL using it's methods GetFirstEntry and GetNextEntry . | LotusScript | [email protected] | 04/19/2000 |
![]() | This example will ask you for the name of a role. Once the role name has been entered, all of the names in the role will be displayed. | LotusScript | [email protected] | 04/19/2000 |
![]() | The example below retrieves all databases included in the data directory and any directories below the data directory, and displays their titles. | LotusScript | [email protected] | 04/19/2000 |
![]() | Retrieves the authors of a given document in a Notes document by using the NotesDocument property . Authors . | LotusScript | [email protected] | 04/19/2000 |
![]() | The example below uses GetFirstDocument and GetNextDocument to display the title of documents in the Intermediate view that contain the word "NotesDocumentCollection". | LotusScript | [email protected] | 04/19/2000 |
![]() | You can use the NotesUI classes to create a document on the fly . | LotusScript | [email protected] | 04/19/2000 |
![]() | Retrieves item values through the `back-end' document that corresponds to the currently open uidocument using the NotesUIDocument method, Document . | LotusScript | [email protected] | 04/19/2000 |
![]() | Save the on screen document that is set to a NotesUIDocument variable, use the NotesUIDocument method, Save . | LotusScript | [email protected] | 04/19/2000 |
![]() | Forces the on screen document into edit mode, using the NotesUIDocument property, EditMode . | LotusScript | [email protected] | 04/19/2000 |
![]() | This program displays the version number of Notes installed in the local Notes directory. | Java | [email protected] | 04/19/2000 |
![]() | Using the NotesView method FTSearch , documents can be located and added to a document collection. | LotusScript | [email protected] | 04/19/2000 |
![]() | Notify the author of a document when a response has been composed. | Formula | [email protected] | 04/19/2000 |
![]() | Use the following database to add new DB's to users desktop. | Formula | [email protected] | 04/19/2000 |
![]() | This agent prints the number of each action in the action message. | Java | [email protected] | 04/19/2000 |
![]() | Generates 1,2,3,4,5,6...N in a list | Formula | Jamie Magee | 12/15/1998 |
![]() | Translates a number value to the equivalent written text | Formula | [email protected] | 04/19/2000 |
![]() | Aqui veremos la cuantos días, meses y años hay entre 2 fechas | Formula | Anonymous | 08/17/2000 |
![]() | Aqui veremos la cuantos días, meses y años hay entre 2 fechas | Formula | Anonymous | 08/17/2000 |
![]() | This agent prints the number of the error number in the log message. | Java | [email protected] | 04/19/2000 |
![]() | During ODBC Connection gets Data Source from User. | LotusScript | [email protected] | 04/19/2000 |
![]() | Pushes LotusNotes data to an Oracle database! | LotusScript | [email protected] | 04/19/2000 |
![]() | Copies data from Notes to Excel using OLE automation | LotusScript | [email protected] | 04/19/2000 |
![]() | We have used "Olectra" as an Embeded Object to get a graphical display of charts. The values are passed to the properties of the object. The graph is displayed by calling the form containing the embeded object using ws.composedocument. | LotusScript | [email protected] | 07/10/2001 |
![]() | This agents write notes document into an Oracle database using ODBC | LotusScript | [email protected] | 04/19/2000 |
![]() | The @Replace will do a replace of an exact match (one-by-one) of the elements of a text string. But what if you need to replace one element with several elements, or several elements with just one? The following formula is based on the following fields: TargetField: the field containing the text to be replcaced Keyword: the "tolist" KeywordOld: the "fromlist". The formula should be defined in a button, not a field computation in order to work. | Formula | [email protected] | 04/19/2000 |
![]() | Open a document in edit mode if it exists. | LotusScript | [email protected] | 04/19/2000 |
![]() | This macro is designed to open a document that appears in a hidden view: | Formula | [email protected] | 04/19/2000 |
![]() | This routine puts up a common dialog that prompts the user to select a Freelance presentation to open. If the user selects a file then it creates a Freelance automation session and opens the requested doc. It chops up the name returned from the dialog into file name and path parts for the open command. There may be a more standard way to do this but I couldn't find it. | LotusScript | [email protected] | 04/19/2000 |
![]() | Open a view in full screen mode from a Navigator. | Formula | [email protected] | 04/19/2000 |
![]() | Opens Resume.doc on c:\ and runs a macro called macro1. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent opens the agent log and writes an action message to it. | Java | [email protected] | 04/19/2000 |
![]() | 2. This agent opens a file called over.TXT in the Notes directory. Each action and error gets appended to the file on a separate line after first writing over the existing contents of the file. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent opens a file called append.TXT in the Notes directory. Each action and error gets appended to the file on a separate line without writing over the existing contents of the file. | Java | [email protected] | 04/19/2000 |
![]() | To open a document from a button, in read mode, follow this formula For Example: If you would like to put a button on a Company form that will allow you to pick from a list of names associated with that company, and open the person's entry in read mode; | Formula | [email protected] | 04/19/2000 |
![]() | This agent script opens up a mail log. When the close method is called, the mail memo is sent to the owner of the agent with the name of the agent and the title of the database in the Subject. | Java | [email protected] | 04/19/2000 |
![]() | 1. This script opens AGENTLOG.NSF on the current computer. Each time an action or error is logged, a new document gets created in AGENTLOG.NSF. | Java | [email protected] | 04/19/2000 |
![]() | This example prints the name and common owner of all the agents in the current database. | Java | [email protected] | 04/19/2000 |
![]() | Increments each time it recomputes | Formula | Jamie Magee | 12/15/1998 |
![]() | This example prints the name of the database on which the agent is running. | Java | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Displays a percent complete progress indicator in the print area at the bottom of users screen | LotusScript | Jared Knapp | 02/13/1999 |
![]() | This action script allows the user to perform a full text search on the current database. It sends the user a newsletter with links to the top ten documents found in the search. | LotusScript | [email protected] | 04/19/2000 |
![]() | Performing a Search | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula will take any US phone number in any format, and change it to (###) ###-#### format. | Formula | [email protected] | 04/19/2000 |
![]() | take any US phone number in any format, and change it to (###) ###-#### format | Formula | Jamie Magee | 02/13/1999 |
![]() | Users are prompted for a first and/or last name to lookup. The script searches local and public address books and returns each name found in it's own window displaying the full name, department, and office phone number. | LotusScript | [email protected] | 04/19/2000 |
![]() | Auto formats US numbers if user does not | Formula | [email protected] | 02/13/1999 |
![]() | Button = Computer Purchase The following order of commands was imposed by how Notes processes different types of commands. | Formula | [email protected] | 04/19/2000 |
![]() | Replace with a field name where i put * and add you server . db and view & message . its should work . its handy to pull from NAB or a Company phone directory for workorders or helpdesk ticket | Palmi Lord | 07/20/2002 | |
![]() | This program prints the name of the platform. | Java | [email protected] | 04/19/2000 |
![]() | Presents a calendar of the current month when clicked | Formula | [email protected] | 02/13/1999 |
![]() | This formula prompts the user to select a value and then populate additional fields on a form based on the selected value, (in this case to select from a list of Customer names being displayed in a view using the @DBColumn formula). This formula is typically used in a button, and is not recommended for large volumes of data that needs to be populated into a form, (use LotusScript to speed the population of data if this is a criteria). | Formula | [email protected] | 04/19/2000 |
![]() | Checks the selected document from which we are creating reponse to ensure we have the correct parent form. If not Display error message and close response document. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula generates a list of dates. | Formula | [email protected] | 04/19/2000 |
![]() | Sets up keyword field with list of dates, all on the same day. Formula below set to calculate Fridays and return the next five Fridays. Formula can be altered easily to yield more dates, past dates, some past/some future dates, etc. | Formula | [email protected] | 04/19/2000 |
![]() | Checks document to be deleted and prevents the deletion if a response exist | LotusScript | [email protected] | 04/19/2000 |
![]() | Since I couldn't prevent a person from attaching a large file before the document is saved, I ended up putting this code into the PostSave event. I say, let the person save the doc, then interrogate the data, and if the file is too large, oh well, see ya..... I give them a message. I found that I have to close the UI instead of allowing users to stay in edit mode, as there's some residual pointer left over. Sometimes the pointer or image shows up as if there is an attachment, but errs out when you click on it. This also takes into account multiple attachments, and removes only the ones that are over the limit. Enjoy, Keith Blankenship | LotusScript | [email protected] | 09/13/2002 |
![]() | Causes browser to always reload a page from the server | Formula,HTML | Jamie Magee | 07/10/2000 |
![]() | LotusScript | [email protected] / [email protected] | 06/15/1999 | |
![]() | To prevent saving a document. Place this in Input Validation. This is the simplest way to keep docs from being edited/saved. | Formula | [email protected] | 04/19/2000 |
![]() | If you do not want your line to wrap within a table cell, follow this tip: Truncate the contents in a display field, and allow users to press the table cell popup to view the full text, which is stored in a hidden field. | Formula | [email protected] | 04/19/2000 |
![]() | When you delete a main document, its response documents are not automatically deleted They become "orphan response" documents. To prevent users from creating orphan responses, have the database object's Querydocumentdelete event trigger the following script: | LotusScript | [email protected] | 04/19/2000 |
![]() | On the Web instead of having your forms reload constantly, create a Frameset where one frame has a size of zero. Open a form in each frame. Using JavaScript to react to button presses or other actions, move the data you want to submit to the hidden frame and force the submit of that document. Now your UI doesn't refresh and the user still executes the submit action. | JavaScript | [email protected] | 07/08/2000 |
![]() | The best way to remove all of a user's private views on a db | LotusScript | Jamie Magee | 04/11/1999 |
![]() | This agent prints the program name. | Java | [email protected] | 04/19/2000 |
![]() | Displays and controls the Notes progress bar from LotusScript | LotusScript | Mark Dixon/Ives | 12/21/1998 |
![]() | Class file implementation of the code to control a Progress Bar. | LotusScript | Ian Sherwood | 03/26/2001 |
![]() | This fomula prompts a user to pick from a list of available forms to create a document. When used in a button, Notes will prompt the user with a list of available forms to pick from . | Formula | [email protected] | 04/19/2000 |
![]() | You can use this formula to prompt a user to select which view they want to see when they click on a hotspot of a navigator, (or from a button or action button). | Formula | [email protected] | 04/19/2000 |
![]() | You can use the @ Prompt function to prompt users to enter information into a form. For example, you can use a button to prompt users to enter information about their company bowling team without forcing them to move from field to field. This method is often used to make sure users enter information into required fields without the user worrying that they are missing a field. | Formula | [email protected] | 04/19/2000 |
![]() | The following script retrieves the contents of the currently selected cell, rounds it to two decimals, and then writes is back to same cell. This assumes that the data in the cell is numeric. | LotusScript | [email protected] | 04/19/2000 |
![]() | Created By: Teresa Deane on 02/07/96 at 03:58 PM Category: System Minimum required Notes: Notes 4.0 Author: Teresa Deane Company: Iris Associates E-Mail Address: [email protected] Description of the Agent: This agent manages the database size based on selections in the administration note. It is set to run at 1:00AM nightly. It is a system agent which ships with the Web Navigator template. Please refer to the Web Navigator Administration Guide for more information. Agent Script: | LotusScript | [email protected] | 04/19/2000 |
![]() | The following LotusScript which will take a value in the parent document and push it down into all the response documents. Place the script in the Querysave event of your parent form. | LotusScript | [email protected] | 04/19/2000 |
![]() | Quarter Column Calculation Formula | Formula | [email protected] | 04/19/2000 |
![]() | This script prints the name and query of every agent in the current database. | Java | [email protected] | 04/19/2000 |
![]() | Disallows deletion of any documents that contains a response document. | LotusScript | [email protected] | 04/19/2000 |
![]() | If a document selected for deletion has response it warns the user that those will also be deleted. It then pushes all response documents and response to response into a delete folder. | LotusScript | [email protected] | 04/19/2000 |
![]() | After I accidentally deleted an important document in one of our databases, I wrote this little script to prevent it from happening again. This script will disable deletion of any document (even by managers)marked as "Permanent" in a keyword, checkbox field on the document form. This agent runs in the QueryDocummentDelete event of the database. | LotusScript | [email protected] | 04/19/2000 |
![]() | The very-most-basic functions of an object queue, stack and enumerator. | LotusScript | Paul Everett/IBM | 12/17/1998 |
![]() | Will warn user of deletion of seleted documents | LotusScript | [email protected] | 04/19/2000 |
![]() | Sorts any array via a combination of Insertion Sort and Quicksort. | LotusScript | Lotus | 12/15/1998 |
![]() | Does a quicksort on an array! | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | function returns the value of the selected radio button/checkboxes | JavaScript | Jake Ochs | 04/06/2000 |
![]() | This button code can be placed in your Journal or any view. It randomly proposes a password. If you select 'Yes' it is saved to your ini file. If 'No' then the password is dicarded. | Formula | [email protected] | 02/01/2002 |
![]() | Database: A support desk application Purpose: Change form name if user is a supervsior. New form allows edit of assign field. | Formula | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | To refresh a view from within a document, you must perform both the backend NotesView Refresh and the frontend NotesUIDocument ViewRefresh methods (before exiting out to the view) | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent refreshes non-private http pages nightly at 3:00 AM provided that they have not been brought in already that day. This is a system agent which ships with the Web Navigator template. Please refer to the Web Navigator Administration Guide for more information. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | A common problem encountered by Notes developers is the limitation of the NotesUIDocument Reload() method. When you open a document and make changes to its back-end version, you can call the Reload method to display the updates in the front-end version. Changes to rich text fields, however, won't show up. As a workaround, you can close and reopen the current document automatically. For example, the following form action button script takes the current document, appends text to its Body field, closes it, then reopens it. This example assumes there is a view named "AllByUNID" which contains all the documents in the database sorted by UNID. | LotusScript | [email protected] | 04/19/2000 |
![]() | Eg: to remove all the letters "x", "y" and "z" from a text field (plain text only, not rich text!) | Formula | [email protected] | 04/19/2000 |
![]() | LotusScript | Anonymous | 10/17/1999 | |
![]() | This script removes the agent in the current database named "Agent To Run." | Java | [email protected] | 04/19/2000 |
![]() | This script removes the agent in the current database named "Agent To Delete." | Java | [email protected] | 04/19/2000 |
![]() | Removes file attachments from Notes documents that are older than X days old. | LotusScript | Jamie Magee | 10/20/1999 |
![]() | It is possible to remove a view entirely from a database. To accomplish this, use the NotesView method, Remove . | LotusScript | [email protected] | 04/19/2000 |
![]() | Removing an Item from All Documents in the Database | LotusScript | [email protected] | 04/19/2000 |
![]() | This set of Agents will update the database removing old documents. Because of the nature of background Agents, the second Agent is required to reset the status of each document. (Background Agents only run on those documents not yet processed by the Agent, so the second Agent resets a field, thus making it "new" to the first Agent on the next periodic basis) Warning: this will re-set the unread marks in the database! | Formula | [email protected] | 04/19/2000 |
![]() | You can removed the Stored Form fields in a document if you decided that you no longer want to store a form with a set of documents because of the additional memory and disk space required. To remove the fields, you can create an agent that looks for a particular value in a document and then deletes the specified fields in that document as shown below. You then assocate a new value in the new Form Field to indicate what form you want to use to display the data. | Formula | [email protected] | 04/19/2000 |
![]() | Rename a Notes view with LotusScript? The following example will rename a Notes view. IMPORTANT NOTE: The following is a sample script, provided only to illustrate one way to approach this issue. In order for this example to perform as intended, the script must be laid out exactly as indicated below. Notes Support will not be able to customize this script for a customer's own configuration. 1. Define an agent with the following script: 2. Launch the agent. 3. Close all windows related to the database. 4. Reopen the database. The view is now renamed. | LotusScript | [email protected] | 04/19/2000 |
![]() | Review by Jeffrey K. White for Rating: This book could be useful if the eaxeplms actually worked. I have barely reached the 50th page and all ready I have found more errors than should be allowed in an entire book. The eaxeplms are mis-quoted and several don't work. The book might be more helpful if the proof reader knew enough on the subject to correct the more obvious errors. If you buy this book be ready to experiment with the syntax which may be close but not always correct. | Formula,JavaScript,Java Applet,Graphics | Anonymous | 11/21/2012 |
![]() | Replaces lotus.notes.AgentContext | Java | [email protected] | 04/19/2000 |
![]() | Replaces lotus.notes.Session class | Java | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 06/11/2001 | |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | Restricts who can run this agent to those in at least one of the specified role(s) | Formula | Jamie Magee | 07/11/2000 |
![]() | It is possible to retrieve the name of the default view in a database using the NotesView property, IsDefaultView . Since IsDefaultView is a property of each individual view in the database, it is necessary to test each view in a database until the default view is found. | LotusScript | [email protected] | 04/19/2000 |
![]() | Retrieves the names of all the views in a database, use the NotesView property, Name in conjunction with the NotesDatabase View property and the ForAll statement. | LotusScript | [email protected] | 04/19/2000 |
![]() | While in a document, there may be a need for additional help. This action uses @Picklist to pull up the help view, the user selects which help document is needed, then brings up the actual document. A simple Save & Return action button on the help doc gets the user back to their original document. Need a sorted view using a temporary variable assigned to @Picklist as the key. Found in the Worldwide Coutry Registration database. | Formula | [email protected] | 04/19/2000 |
![]() | The example below will retrieve each column in the Intermediate view. The column title will be displayed if it exists, otherwise the user will be notified on the lack of a column title. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula retrieves value from a field and creates a dialog box containing a list, using the Formula One Toolkit function calls. In this case, the button, when pressed, goes into another database, called Name & Address Book, looks up a group document for the group Portfolio Managers, retrives all names in that group, then places them in a dialog box. TYhe user chooses one, which is placed in the other database where this button is. Found in WWCR on the Fund form, button labeled "PortFolio Managers" | Formula | [email protected] | 04/19/2000 |
![]() | The example below will demonstrate how to retrieve information from a parent document, along with any child (response) documents associated with the parent document. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example demonstrates how to retreive a parent document from a view, and then proceed to retreive information from all of the Parent's child documents. | LotusScript | [email protected] | 04/19/2000 |
![]() | This example demonstrates how to retrieve information from a parent document in a view, and all of the Parent's child and grandchild documents. | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns user to page from which a form was opened | Formula,JavaScript | Jamie Magee | 04/17/1999 |
![]() | The formulas below will return various subsets of a list. | Formula | [email protected] | 04/19/2000 |
![]() | Adds persons to roles, checks membership in Groups | LotusScript | Marcus Laubli | 12/15/1998 |
![]() | Below are a list of items to keep in mind while creating LotusScript agents that will be executed from a web browser. | LotusScript | [email protected] | 04/19/2000 |
![]() | The @Command function can only be run on one document at a time (i.e., You cannot select two or more documents that Compose a document for each of them). In order to use this command on multiple documents, follow these procedures: | Formula | [email protected] | 04/19/2000 |
![]() | SQL commands that can be used with Notes? | LotusScript | [email protected] | 04/19/2000 |
![]() | Usually used in an Action button or a button in a form, this formula tells Notes to Save a document, and then exit it. | Formula | [email protected] | 04/19/2000 |
![]() | This example uses the save data record to find the maximum weekly sales.The data records have Weeky_Sales and Name fields. The saved data record has MaxSales and MaxSales_Salesperson fields. The data record fields replace the agent record fields whenever Weekly_Sales is greater than MaxSales. | Java | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | This view action script changes the Status item on each document selected in a view. If someone else edits one of the documents at the same time, the document is not saved. Instead, a response document that contains the change to the Status item is created and saved. | LotusScript | [email protected] | 04/19/2000 |
![]() | Script Libraries - Examples | LotusScript | [email protected] | 04/19/2000 |
![]() | Searches for a term in a target string and replaces it with another string. | JavaScript | Jamie Magee | 01/31/1999 |
![]() | Searching Notes Databases | LotusScript | [email protected] | 04/19/2000 |
![]() | Searching the Web | LotusScript | [email protected] | 04/19/2000 |
![]() | You can get this to work by treating the Enums as strings. In particular, see the modified script below. | LotusScript | [email protected] | 04/19/2000 |
![]() | Selects people for hidden lookup view, based on values in their job title. This is used in the employee directory. | Formula | [email protected] | 04/19/2000 |
![]() | This formula will be used by db.search method to select documents by form and by fields that are equal to some variable sPrimary. | LotusScript | [email protected] | 04/19/2000 |
![]() | Field name is DeliveryPriority. Checks to see if last domain listed on Sendto field is Fax. If yes, then send high priority. | Formula | [email protected] | 04/19/2000 |
![]() | This formula sends a notification to another user with a doclink that takes the user back to the original document. This is an ideal way to centralize data in a database while notifying users by mail that there is work waiting for them in another database. | Formula | [email protected] | 04/19/2000 |
![]() | Sends and E-mail to author of current document! | LotusScript | [email protected] | 04/19/2000 |
![]() | 1. This script prints the name and server name of the current agent. | Java | [email protected] | 04/19/2000 |
![]() | 2. This script sets the server name of the current agent to the asterisk (*), indicating that the agent can run on any server. | Java | [email protected] | 04/19/2000 |
![]() | Editor's Note (11/30/95): This example uses 16 bit Windows API calls and will not work in the 32 bit. For the same functionality in the 32 bit version of Word Pro, change the Declare statements to the appropriate 32 bit Window API call. Place the following declarations in the Globals, and the Dialogevent code in your dialog box object, and the dialog box will be set to be always on top, even when you switch to another application. Note: this will probably not work with dialog bars, since they are child windows of Word Pro, not top level windows like normal dialogs. Note2: This will be slighly easier (and more robust) when the GetHwnd method is implemented for CustomDialog. | LotusScript | [email protected] | 04/19/2000 |
![]() | The purpose of placing an "FTGSetFields" field onto a form is to provide a single location where formula's would reside that either set or modify field values. The benefit is that all of this type of code would reside in one location. | Formula | [email protected] | 04/19/2000 |
![]() | Scenario: You have set A {1,2,3,4,5,6,7,8} and you have set B {1,2,3}, and you need to know what members of set A are NOT in set B. Follow this tip: Application: Very often people need to fill out timesheets or some other form on a regular basis. It's very easy to see who has filled out the required form for the required date. Just build a view. But how do you show who hasn't filled out the required form for the required date. You can't do it in a view since there are no documents to show. The solution is to calculate the names and show them in a special document created just for this purpose. Using DBLookups you can create your SetA and SetB list. SetA is a list of all the people that have ever filled out the form. The assumption is that if a person has filled out a form in the past, they must still be filling out forms (actually you can put in code to account for terminated people). Set B is created by looking up the names of people that have filled out the form for the date in question. You have an editable field for the date in question. Just enter the date, press F9. You've got your list of delinquents. You can also have a button to mail memos to the unlucky winners, to prompt them to get the required documents in on time. | Formula | [email protected] | 04/19/2000 |
![]() | 1. This script sets the value of the $HomeTown environment variable to "Tokyo." | Java | [email protected] | 04/19/2000 |
![]() | 2. This script sets the value of the MailServer system environment variable to "Tornado." | Java | [email protected] | 04/19/2000 |
![]() | This agent increments the current time by 2 months and appends this value to the PurgeDate item. | Java | [email protected] | 04/19/2000 |
![]() | checks docs created with a second form and does a collection depending on a field value then sets the status field of teh collected docs to closed. | LotusScript | [email protected] | 04/19/2000 |
![]() | Share scripts among elements in a database | LotusScript | [email protected] | 04/19/2000 |
![]() | Sometimes a document might be to big or to confusing to fill out as one document on the web. One way to break up this document is to create multiple subforms, and on the submit of the form change the subform and reload the page. | Formula | [email protected] | 04/19/2000 |
![]() | Sometimes a document might be to big or to confusing to fill out as one document on the web. One way to break up this document is to create multiple subforms, and on the submit of the form change the subform and reload the page. This method will involve a computed subform, the webquerysave or $$ querysaveagent event, and a field called ChangeSubForm. The Agent will assume that is the ChangeSubForm field equals SubForm2 then the document is finished and it should be submitted. | LotusScript | [email protected] | 04/19/2000 |
![]() | The following test script will evaluate whether you can read from an ODBC source using LotusScript | LotusScript | [email protected] | 04/19/2000 |
![]() | The following test script will evaluate whether you can write to an ODBC source using LotusScript. | LotusScript | [email protected] | 04/19/2000 |
![]() | 'Puts the app to sleep for the given number of milliseconds | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | This is documented, but I totally missed it, and I figure others might as well. In Ami Pro, we didn't really have to worry about data types; it was all handled internally for us. But with LotusScript, we sometimes need to do some conversions. An example is changing a number over to it's string representation. For this, you usually use Str$. But watch out! Str$ returns a leading space. So, Str$(1) actually returns " 1". Usually this won't matter, but in some cases it can come back to bite you. Here's some example code where Str$ doesn't work as expected because of the leading space... | LotusScript | [email protected] | 04/19/2000 |
![]() | Sorts an array of data using the Bubble Sort Algorithm | LotusScript | [email protected] | 04/19/2000 |
![]() | Sorts a Document Collection | LotusScript | [email protected] | 04/19/2000 |
![]() | Sorts an array of data using the recursive Quicksort Algorithm | LotusScript | [email protected] | 04/19/2000 |
![]() | The following is an example of how to use LotusScript code within NotesViP to sort an array. | LotusScript | [email protected] | 04/19/2000 |
![]() | Simple way to organize docs in a view. Place to the left of the column you want to sort, and make decending. Use your own field for "Status". | Formula | [email protected] | 04/19/2000 |
![]() | This formula will sort a text list (without numbers or punctuation). You can adjust the accuracy from 1 to 10 characters. This formula is designed to work in a field. Replace Values with your text list, and change the Accuracy variable to meet your needs. Long lists work faster with lower accuracy numbers. | Formula | [email protected] | 04/19/2000 |
![]() | For a specified accuracy, formula sorts a text list. | Formula | [email protected] | 02/13/1999 |
![]() | Selection sort, binary search, and merge-sort routines | LotusScript | Les Szklanny | 12/15/1998 |
![]() | This formula will sort a list of numbers with these limits: - Largest Number can be 9,999,999.99 - Largest number of elements is approximately 8000 - Decimal accuracy to 2 digits. These are the general limits. The formula will actually handle 9 numbers and 1 decimal "." per element. | Formula | [email protected] | 04/19/2000 |
![]() | Hilights text in a field and performs a spell check when button is pressed. | Formula | [email protected] | 04/19/2000 |
![]() | Determines the name of the user's mail server, if it's on a server or if it's local | Formula | [email protected] | 04/19/2000 |
![]() | STRING TOKENIZING. A very common programming problem is one where you have a string of characters, that you'd like to split into individual chunks (or tokens). Typically, white space (created by inserting spaces and tabs) is used to separate one token from the next. The Java language provides an easy way to solve this problem: the java.util.StringTokenizer class. You create a new instance of StringTokenizer, specifying a string to be tokenized. Then hasMoreTokens and nextToken are called repeatedly to obtain the next token from the string. | Java | [email protected] | 04/19/2000 |
![]() | The submitDocument function includes the input validation function calls to test the field values, as shown below: | JavaScript | [email protected] | 04/19/2000 |
![]() | This script takes two arrays and subtracts the smaller array from the larger array. | LotusScript | [email protected] | 04/19/2000 |
![]() | Concept Have you tried adding two list of numbers together? 1:1:1:1 + 1:1:1:1 = 2:2:2:2. Now lets split the resultant list and add the two list together. 2:2 + 2:2 = 4:4. Now do it again. 4 + 4 = 8. So if you start with the list 1:1:1:1:1:1:1:1 and use this process you would get your answer of 8. That's all there is to it. A little more to it. Obviously your list has to contain a number of elements equal to a power of 2. That's the first thing to fix. 1:1:1:1:1:1:1:1:1:1 1:1:1:1:1:1:1:1 1:1 1:1 1:1:1:1:1:1 1:1 1:1 + 1:1 2:2 Now concatenate the new list with the leftover list 2:2:1:1:1:1:1:1 Limits There is a self imposed limit of 8192 elements that can be added together. The formula can be extended to add together millions of elements but there must always be a limit. 8192 was chosen for two reasons. 1: A number takes 8 bytes in LN. A lookup can only return 64k. Only 8192 numbers will fit into 64k. 2: A field on a form has the same limit. I've found that the fact of being a list also takes some of that 64k space and further limit the number of elements. Formula Put the list in a field called values and pass it to the formula | Formula | [email protected] | 04/19/2000 |
![]() initialized | Sum number fields which have not been edited and initialized. | Formula | [email protected] | 04/19/2000 |
![]() | Allows your agents to insert your own HEAD element tags such as TITLE and META. | LotusScript,HTML | Bruce Elgort ([email protected]) | 12/03/1999 |
![]() | HTML | [email protected] | 02/28/2000 | |
![]() | Graphical tabs pre-dimensioned and colored for Notes layout regions | Graphics | Jamie Magee | 11/24/1998 |
![]() | Dynamically create a RTF table with user defined rows, columns, column width, font, size, center, italic and/or bold text attributes | LotusScript | Carlos Matos, Fusion Systems Japan | 12/15/1998 |
![]() | Telephone Formatting : (input Translation) | Formula | [email protected] | 04/19/2000 |
![]() | The following example tests for the browser type and version. | JavaScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 05/12/2000 | |
![]() | Formula,HTML,JavaScript | [email protected] | 10/23/1999 | |
![]() | Replaces lotus.notes. | Java | [email protected] | 04/19/2000 |
![]() | This button formula is part of a navigator. The script prompts the user and opens a view selected by the user. | Formula | [email protected] | 04/19/2000 |
![]() | When the recipient clicks the button, the script sends a mail message indicating "Yes" or "No" for the "RSVP." For testing, the name of the current user is used--in practice, you can use your name. | Formula | [email protected] | 04/19/2000 |
![]() | Each record in the database has OrderNumber, Date, and OrderTotal fields. The script finds all the documents in the database, then uses a loop and a comparison of dates to limit processing to today's documents. For each document, the script adds the OrderTotal to a dailyTotal variable. | LotusScript | [email protected] | 04/19/2000 |
![]() | 1. When the recipient clicks the button, the script sends a mail message indicating "Yes" or "No" for the "RSVP." For testing, the name of the current user is used--in practice, you would use your name. | LotusScript | [email protected] | 04/19/2000 |
![]() | This formula puts the name of the current weekday in the column, except that Saturdays and Sundays are treated as Fridays. | Formula | [email protected] | 04/19/2000 |
![]() | This formula reformats the contents of Person_Name to put the last name first followed by a comma, a space, and the first name. | Formula | [email protected] | 04/19/2000 |
![]() | This script imports information from documents in another database. | LotusScript | [email protected] | 04/19/2000 |
![]() | JavaScript | Mackie | 08/27/1999 | |
![]() | This agent calculates the number of days since a document was created. | Java | [email protected] | 04/19/2000 |
![]() | This agent prints the creation time of the current database. | Java | [email protected] | 04/19/2000 |
![]() | This agent prints the time zone in the creationDateSaved item of each document in the current database. | Java | [email protected] | 04/19/2000 |
![]() | The following formula allows you to "toggle" between values using a button. For example, a field that displays either a yes or no value is a good use of this technique. See the formula below using a Yes/No example: | Formula | [email protected] | 04/19/2000 |
![]() | Ever have a situation where you have too many buttons in the view action bar? Using a toggling mechanism helps to "compartamentalize" view action buttons according to their functionality. For example, in a sales application, you may have buttons that would help display only profiles, such as company or contact. You also may have buttons to display actions, such as creating letters, or new contacts. | Formula | [email protected] | 04/19/2000 |
![]() | How do you track who changed a critical field? | Formula | [email protected] | 04/19/2000 |
![]() | Add an audit trail of the modifications made to a critical field:- In this case the field is named "PRIORITY" | Formula | [email protected] | 04/19/2000 |
![]() | Simulates @Trim in JavaScript | JavaScript | Daryl Rochette | 11/04/1999 |
![]() | If this agent runs on selected documents, getUnprocessedDocuments returns the selected documents. | Java | [email protected] | 04/19/2000 |
![]() | This agent runs on all or selected documents. It puts all documents that contain the word "botany" in the folder "Botanist's Delight." | Java | [email protected] | 04/19/2000 |
![]() | This example searches all or selected documents for documents created after January 1, 1997 that contain "botany" in the Subject field, and places them in the "Botanist's Delight" folder. | Java | [email protected] | 04/19/2000 |
![]() | This example searches all or selected documents for documents created after January 1, 1997 that contain "botany" in the Subject field, and places them in the "Botanist's Delight" folder. | Java | [email protected] | 04/19/2000 |
![]() | This example searches all or selected documents for documents created after January 1, 1997 that contain "botany" in the Subject field, and places them in the "Botanist's Delight" folder. | Java | [email protected] | 04/19/2000 |
![]() | The following LotusScript which will take a value in the parent document and push it down into all the response documents. Place the script in the Querysave event of your parent form. | LotusScript | [email protected] | 04/19/2000 |
![]() the parent document? | How do you update a field in response documents after it is changed in the parent document? | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | This database keys on a record in Oracle and then updates the record from the notes Document. | LotusScript | [email protected] | 04/19/2000 |
![]() | This script updates the full text index of the current database if the database has been modified since the time the index was updated. | LotusScript | [email protected] | 04/19/2000 |
![]() | It will check the document is being saved and if a field exist called $Ref (which is on reponse docs) it will look at the parent and change the "Status" field to "Updated" | LotusScript | [email protected] | 04/19/2000 |
![]() | A button macro on the Main Document to compose a new response has the following formula: | Formula | [email protected] | 04/19/2000 |
![]() | This example is for an agent that runs on newly created and modified documents since the last run. The program gets the unprocessed documents, prints each Subject item, and marks each document as processed. The first time the agent runs, getUnprocessedDocuments returns all of the documents in the database. Thereafter, getUnprocessedDocuments returns those documents that updateProcessedDoc has not touched. | Java | [email protected] | 04/19/2000 |
![]() | For a variety of reasons, such as formatting, you want to keep a document in read mode, but you need to collect input from a user and update the document they are currently reading. In this example, we want to keep the user in read mode but update the document | LotusScript | [email protected] | 04/19/2000 |
![]() | You can use the ODBC (Open Database Connectivity) Version 2.0 standard to access data in non-Notes databases. Using formulas or scripts embedded in Notes objects, you can integrate the data from many external databases into Notes applications. For example, a customer call-tracking application in Notes can access customer financial data from an ODBC-compliant relational database management system. | LotusScript | [email protected] | 04/19/2000 |
![]() changes in Notes R3/4. | Updating Parent when Child changes A Notes formula for updating parents when a child changes in Notes R3/4. | Formula | [email protected] | 04/19/2000 |
![]() | When the QueryOpen event is triggered, the Notes document is already loaded into the memory but nothing is displayed on the screen yet. You can take this chance to change the values of some of the fields. For example, you can count how many times a document has been opened (or who opened it) without having to put the document into edit mode. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | The following example script opens the lotus.ini file and prints out its contents to screen: | LotusScript | [email protected] | 04/19/2000 |
![]() | When NotesUIWorkspaceDialogBox brings up a dialog box, the backend class is always there whether or not the underlying document is saved to the disk or not. When you click OK on the dialog box, the Querysave event will not be called, but the Queryclose event is called. For example, you want to do some calculations based on user's input and passed the result to the underlying document or determine which field not to pass. You can use [ noNewFields ] , [ noFieldUpdate ] to accomplish this to a certain degree, but here a way to mix saved and unsaved items. This function performs SomeComplicatedCalculation( ) on the item "Year" and then removes it so it is not passed back to the document. In this example, year is set as a default value on the underlying document and may be changed in the dialog box; however, when the dialog box is saved the original default shouldn't be modified. | LotusScript | [email protected] | 04/19/2000 |
![]() | The following agent prints the user name. | Java | [email protected] | 04/19/2000 |
![]() | This agent gets a Name object for the current user and prints the common user name. | Java | [email protected] | 04/19/2000 |
![]() | This agent gets a Name object for the current user and prints the common user name. | Java | [email protected] | 04/19/2000 |
![]() | This code allows a db Manager to assign various roles on the fly to a readers field on the document. The roles are called from a (GetRoles) form that is used as a dialog box to allow th euser to select various roles in the ACL. | LotusScript | [email protected] | 04/19/2000 |
![]() | 2. This agent example prints the value of a system environment variable. The second argument to getEnvironmentString is true so that a dollar sign is not prepended to the name of the environment variable. | Java | [email protected] | 04/19/2000 |
![]() | 1. This example increments the environment variable $SeqNo by one and prints the result. (This script would not be reliable on a server for maintaining a system of sequential numbers.) | Java | [email protected] | 04/19/2000 |
![]() | Lists are very powerful in LotusScript. You can use a list to get a multi-value field from a document and add the values to a list (thus ensuring uniqueness). You can then process many documents against the same list and when you are done, you will have a list of all of the values which appeared at least once in the set of documents you processed. | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | Using LotusScript to Read from Non-Notes Databases | LotusScript | [email protected] | 04/19/2000 |
![]() | Using LotusScript to Read from Non-Notes Databases - Challenge* | LotusScript | [email protected] | 04/19/2000 |
![]() | Using LotusScript to Write to a Non-Notes Database | LotusScript | [email protected] | 04/19/2000 |
![]() | The 'with' statement in JavaScript lets you preface an object and all of its properties and methods without a long object address, saving you time while you are coding. For example this function below uses the 'with' statement after the function is declared. The with statement passes the form object which allows the rest of the script to access the form's properties and methods without a full address. | JavaScript | [email protected] | 07/08/2000 |
![]() | The following information explains how to use the LotusScript Data Object (LS:DO) error methods. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent script runs on all newly created and modified documents, and its purpose is to modify the Status item of each document it processes. | LotusScript | [email protected] | 04/19/2000 |
![]() | This agent script runs on all unread documents, and its purpose is to put unread documents into a folder. | LotusScript | [email protected] | 04/19/2000 |
![]() | This view action script allows a user to approve multiple requisitions at once by processing the currently selected documents in the Requisitions view. UnprocessedDocuments returns the documents currently selected in the view. The script iterates over each document and, if the Approver item contains the current user's name, it sets the Approved item to "Yes." | LotusScript | [email protected] | 04/19/2000 |
![]() | Using $PaperColor to dynamically change background color of a document. | Formula | [email protected] | 04/19/2000 |
![]() | We have a view in a seperate database whose first column is $Ref. We want to pull a only those documents matching the parent I.D. that we pass but want to display to the user something readable. So we use Concatenated DbLookups in an @Prompt to let the user see the name they wish to select. We then parse out the selected documents I.D. so we can pull in its data in PostOpen code. | Formula | [email protected] | 04/19/2000 |
![]() | Use @Username in a view | Formula | [email protected] | 04/19/2000 |
![]() | Try the following code to validate your social security number. | LotusScript | [email protected] | 04/19/2000 |
![]() | How do you validate that a field has alpha characters only? | Formula | [email protected] | 04/19/2000 |
![]() | If you have a field (in this case called partNumber) which should contain a value (such as a part number) which must be of a particular length, then use this type of formula in the validation formula to check the field to make sure the correct number of digits has been entered. | Formula | [email protected] | 04/19/2000 |
![]() | This was used to validate a date field, several date fields were used in sequence and it was not required that they be filled at time of document compose. However this allowed the date field to be saved and prevented the default error message! | Formula | [email protected] | 04/19/2000 |
![]() | Validar campos cuando guardamos un Formulario | Formula,JavaScript | [email protected] | 07/10/2000 |
![]() | It is not possible to accomplish this completely in LotusScript, since LotusScript does not manipulate subforms. You must use of a formula in a computed subfield in addition to a LotusScript in the QueryOpen event of the form. | LotusScript | [email protected] | 04/19/2000 |
![]() | Enables the ability to allow Notes to send an email massage when someone opens a view. Great for doing an analysis on who uses a particular view and how often. Since this goes to your mail file, can create folders specific to the analysis so the data can be better presented. | Formula | [email protected] | 04/19/2000 |
![]() | LotusScript | Anonymous | 02/19/1999 | |
![]() | This View Selection Formula returns only documents created during the current calendar month. | Formula | [email protected] | 04/19/2000 |
![]() | HH69YV <a href="http://gqfsgqfqlsnx.com/">gqfsgqfqlsnx</a>, [url=http://jhwrhornaown.com/]jhwrhornaown[/url], [link=http://fvnqhajnjakl.com/]fvnqhajnjakl[/link], http://lzrueecqicro.com/ | LotusScript,HTML,JavaScript,Java,ActiveX/OCX/OLE | Anonymous | 11/02/2014 |
![]() | If users send mail to an Internet address - they get a warning message | Formula | Mackie | 01/31/1999 |
![]() | @function interfaces so that you can avoid using up the agent process. A computed-for-display field with the following formula will act as a counter for notes and web access with a timestamp and keeping the counter by document id fields within a single profile document: | Formula | [email protected] | 04/19/2000 |
![]() | Formula,HTML,JavaScript | [email protected] | 10/21/1999 | |
![]() | Button pops up a web dialog, asking user if they really want to delete the document. | JavaScript | Jamie Magee | 12/12/1998 |
![]() | Computes number of weekdays between two dates. | Formula | [email protected] | 02/13/1999 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | Weekending date for a specific date | Formula | [email protected] | 02/13/1999 |
![]() | In the following function getdateByWeekDayFromBack(1998,11,1,5) returns the last Thursday of Nov. | LotusScript | [email protected] | 04/19/2000 |
![]() | Returns the last Thursday of Nov. | Formula | [email protected] | 04/19/2000 |
![]() | Properties in LotusScript? How are they used? | LotusScript | [email protected] | 04/19/2000 |
![]() | LotusScript | [email protected] | 04/19/2000 | |
![]() | A detailed description of both Types and Classes is below. | LotusScript | [email protected] | 04/19/2000 |
![]() | Some applications require calculations based on the week of the year. Here's the ISO standard on week calculations: "Numerical representation of a period of seven calendar days, starting with Monday and numbered from 01 to 53, with number 01 assigned to the first week containing at least four days of the new year, and preceded by the letter "W" if needed in order to avoid misunderstanding." | Formula | [email protected] | 04/19/2000 |
![]() | Instead of While.NextRow, use Do at the beginning of the loop and the condition at the end, with a statement such as "Loop Until res.IsEndOfData." | LotusScript | [email protected] | 04/19/2000 |
![]() | Upon entering a field, a view is read to determine if the person can edit that field. The view that is read is created from a form that has the key eEngine value and the persons in the aTest_Eng (test engineers) field. | LotusScript | [email protected] | 04/19/2000 |
![]() | Windows Formula | Formula | [email protected] | 04/19/2000 |
![]() | Returns the Windows directory | LotusScript | [email protected] | 04/19/2000 |
![]() | Just like @word | LotusScript | mni | 09/10/2002 |
![]() | Creates a MSWord doc with header block from Notes field data | LotusScript | Mackie | 03/19/1999 |
![]() | You are working on a Y2000 project. Your application reads data from an external source. You want all the dates read in to be convert to mm/dd/yyyy format. If you are thing about using the following code | Formula | [email protected] | 04/19/2000 |
![]() | Working with Embedded Objects and Environment Variables | LotusScript | [email protected] | 04/19/2000 |
![]() | 2. This agent determines the earliest and latest creation dates for all the documents in the current database, and creates a DateRange object using these dates. | Java | [email protected] | 04/19/2000 |
![]() | 1. This agent gets the creation date of the current database into a DateTime object, prints the date-time in local time and GMT time, converts the time to zone 15 time, and prints the zone 15 time. | Java | [email protected] | 04/19/2000 |
![]() | In developing advanced applications, it's often important to access functions of the operating system. This is an example of calls to the registry. | LotusScript | [email protected] | 04/19/2000 |
![]() | 3RqfM9 <a href="http://foxqicuojbar.com/">foxqicuojbar</a>, [url=http://rugpphkcromr.com/]rugpphkcromr[/url], [link=http://zprymmyrjnft.com/]zprymmyrjnft[/link], http://kemlphfxqfxr.com/ | ActiveX/OCX/OLE,Graphics,SQL | Anonymous | 02/25/2016 |
![]() | These two JavaScript functions form a Y2K compliant date format checker. They will handle dates in US format mm/dd/yy or mm/dd/yyyy | JavaScript | [email protected] | 04/19/2000 |
![]() | Formula | [email protected] | 04/19/2000 | |
![]() | Given data source information from the ODBC.INI file, uses this information to activate the appropriate ODBC driver. The driver then locates the specified DBMS, passes the specified command to it for processing, and returns the data retrieved by that command. | Formula | [email protected] | 04/19/2000 |
![]() | Given data source information from the ODBC.INI file, uses this information to activate the appropriate ODBC driver. The driver then locates the specified DBMS, table, and column, and returns only the values in that column belonging to records whose value in the key column matches the specified key. You can optionally specify whether the returned list of values is sorted, whether duplicate values are deleted, and how null values are handled. | Formula | [email protected] | 04/19/2000 |
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 09/04/2007 | ||
![]() | Anonymous | 09/04/2007 | ||
![]() | 06/28/2000 | |||
![]() | 05/08/2001 | |||
![]() | Anonymous | 09/04/2007 | ||
![]() | Anonymous | 05/26/2000 | ||
![]() | Anonymous | 09/04/2007 | ||
![]() | 05/05/2006 | |||
![]() | Anonymous | 09/04/2007 | ||
![]() | 02/27/2013 | |||
![]() | 04/12/2013 | |||
![]() | 05/30/2013 | |||
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | 04/08/2005 | |||
![]() | 05/01/2013 | |||
![]() | Anonymous | 09/04/2007 | ||
![]() | 08/29/2008 | |||
![]() | 11/02/2014 | |||
![]() | Anonymous | 02/03/2004 | ||
![]() | LotusScript | Jannan | 02/14/2001 | |
![]() | Anonymous | 09/04/2007 | ||
![]() | 11/21/2012 | |||
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | 10/15/2006 | |||
![]() | 02/22/2001 | |||
![]() | 06/29/2013 | |||
![]() | 04/05/2013 | |||
![]() | Anonymous | 09/04/2007 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | 03/04/2015 | |||
![]() | Anonymous | 09/04/2007 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | Anonymous | 02/03/2004 | ||
![]() | 04/08/2005 | |||
![]() | 10/12/2006 | |||
![]() | 07/31/2013 | |||
![]() | Anonymous | 10/19/2004 | ||
![]() | Anonymous | 09/04/2007 | ||
![]() | Anonymous | 09/04/2007 | ||
![]() | 02/25/2016 | |||
![]() | 02/05/2019 | |||
![]() | 02/20/2019 | |||
![]() | 04/06/2019 | |||
![]() | 06/21/2019 | |||
![]() | 09/02/2019 | |||
![]() | 09/28/2019 | |||
![]() | 10/08/2019 | |||
![]() | 10/26/2019 | |||
![]() | 12/10/2019 | |||
![]() | 01/25/2020 | |||
![]() | 03/10/2020 | |||
![]() | 04/28/2020 | |||
![]() | 01/11/2023 | |||
![]() | 01/11/2023 | |||
![]() | 01/12/2023 | |||
![]() | 01/15/2023 | |||
![]() | 07/10/2024 | |||
![]() | 10/12/2024 | |||
![]() | 03/17/2025 |