all of d_lotusscript
Posted on July 12th, 2005 in d_lotusscript, d_sonstiges, d_tipps
The final beta release for Notes and Domino and the Extended Products 7, Beta 4, is now available!
The Beta 4 release consists of:
- Notes and Domino 7
- Domino Web Access (DWA)
- DB2 Access for Domino (DAV support)
- Lotus Enterprise Integrator (LEI)
- QuickPlace
- Sametime
- Document Manager
- Domino Global Workbench (DGW)
- SwiftFile application
See the Lotus Notes/Domino 7 [...]
Read Full Post |
Make a Comment ( None so far )
Posted on May 13th, 2005 in d_lotusscript, d_tipps, domino
The Design Library, a Notes NSF file, is intended to be opened in the Notes client. It contains code samples for various useful functions and reusable design element descriptions. The latter provides documentation for a design element that you can add to one of your own databases by clicking a button.
A sampling of the functionality [...]
Read Full Post |
Make a Comment ( None so far )
Posted on May 7th, 2005 in d_lotusscript, d_tools, domino
Quick Elementer is a document based design element implementer. It is very much like the group objects in Teamstudio’s Design Manager (formally Teamstudio Librarian). Elementer will perform the task of coping and pasting design elements form one database to another. I created this because I am a big believer in code reuse using templates and [...]
Read Full Post |
Make a Comment ( None so far )
Posted on May 3rd, 2005 in d_lotusscript, d_tipps, domino
“Notes und Drucken, zwei Welten treffen auf einander.” So kann man das Thema Drucken bei Notes umschreiben, obwohl in der Version 5 die Druckfunktion etwas erweitert wurde. Was liegt näher daran, ein parallel installiertes Office für die Ausgabe zu nutzen. Aus diesem Grund entstand diese Klasse für die Word-Automation. Sie stellt Grundfunktionen bereit um Dokumente [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on April 1st, 2005 in d_lotusscript, d_tools, domino
Teamstudio Script Browser shows:
- all classes and functions from the main tree, with 3 tabs to sort the code by script library, by class, or by call. Selecting something in the tree displays the properties of that function/class.
- the name of the script library in which the function is found.
- the line number on which [...]
Read Full Post |
Make a Comment ( None so far )
Posted on January 9th, 2005 in d_lotusscript, d_tipps, domino
In this article, we discuss two ways to work with groups. First, we look at the built-in LotusScript class, NotesAdministrationProcess, available in Lotus Notes/Domino 6.0 and later. This class can add members to groups, rename them, and delete them (along with many other functions not related to groups). There is no function to remove users [...]
Read Full Post |
Make a Comment ( None so far )
Posted on December 9th, 2004 in d_lotusscript, d_tipps, domino
The “Main” view in the database shows all the error codes found in the resource DLL of the build, sorted by code.
The “GetAllCodes” agent (LotusScript) is what I used to retrieve all the codes. It requires a copy of the Looseleaf LSX to run.
download
Read Full Post |
Make a Comment ( None so far )
Posted on November 3rd, 2004 in d_lotusscript, d_tools, domino
speziell in größeren umgebungen mit vielen datenbanken wird es schnell unübersichtlich; man stellt sich fragen wie:
wo haben diese datenbanken repliken?
werden die datenbanken überhaupt noch verwendet?
sind einstellungen wie z.b. “AllowMoreFields” aktiviert?
klar kann man das alles “händisch” per administrator herausfinden; doch besser wäre es natürlich, wenn die daten automatisch gesammelt werden würden und man diese nur [...]
Read Full Post |
Make a Comment ( 4 so far )
Posted on September 27th, 2004 in d_lotusscript, d_tools, domino
Overview
The DatabaseProperties class was created to manage Notes databases in small to enterprise-wide domains using LotusScript and the Lotus C API to set most database settings on release 5 and 6 databases that you can set via the Notes client, but that you don’t manage via LotusScript directly.
Functions
You can enable/disable or change the name [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on September 11th, 2004 in d_lotusscript, d_tipps, domino
bei developerWorks gibt es eine beschreibung, wie man die google web api in domino applikationen einbauen kann; auf der Sandbox findet man ein passendes beispiel-script
Read Full Post |
Make a Comment ( None so far )