Нужен диалог для выбора директории, где будут храниться базы ... шас просто в текстовое поле ввожу путь руками ... кто-нибудь делал подобное, есть идеи?
Здравствуйте!!!Помогите мне, пожалуйсто!!!
Мне нужно создать Базу Данных, подскажите как в Domino Designer 8 в созданные папки затолкать определннные документы. Очень нужно(((
Если у вас есть какие-нибудь пособия по разработке различных баз данных, то я был бы очень раз, если бы кто-нибудь со мной ими поделился.
Кто-нибудь игрался с компрессией на порту? Какие там тонкости? Если на двух серверах включена копрессия на порту TCPIP то сжатие будет производить инициирующая сторона или оба сервера? Имена портов должны быть одинаковыми на обоих серверах?
Если я провожу репликацию вручную, то на какой порт она будет цепляться, если у меня есть порт с и без копрессии?
Уважаемые коллеги, помогите пожалуйста в решении задачи:
Существует первая БД и вторая БД. В первой БД есть представление, в котором должны отображаться документы второй БД. Как реализовать?
Добрый день.
сейчас рассматриваем вопрос по переходу на Lotus, встает вопрос как сохранить переписку из клиента MS Outlook, т.е. каким образом импортировать письма с сохранением папок из Outlook`а в Notes.
Заранее спасибо.
Имеется mail-in база, доступ к которой имеют несколько пользователей.
Если пользователь делает "reply" прямо из этой базы, то в отправленом письме в поле "from" стоит владелец mail-in базы, а не тот, кто отправил письмо..
Возможно ли сделать так, чтобы пользователи могли отвечать на письма прямо из mail-in базы от своего имени ?
At Lotusphere I demoed an application to read XML files and report a summary of their contents; the files in question are the "palette" files created by the Notes 8 Composite Application Editor tool. Like many XML files, this one has its quirks -- some attribute values in it are double-encoded,
so that e.g. "<" is represented in the XML as "&lt;" rather than the usual "<". Apart from that, though, this is a pretty straightforward sample of using object-oriented LotusScript code to manage multiple XML files to pull data out of them, extract and store XML snippets, and plug them back in and save. The application I envision for this is that you could store the XML for one or more components (in a field in a Notes database, for instance), and write code to automatically check whether
the user already had that component, and if not, insert it.
The interesting code is in the script library "Class CAEPalette", which is called from the (Display My Palette) agent. As the name suggests, the agent isn't making any modifications to the palette -- just pulling information from it -- but the methods to extract and insert chunks of XML are in the library. In particular, you might look at the CopyTree function, and the InsertXML function
which calls it; these are generally useful in cases where you're combining XML from multiple sources. If they aren't all children of the same DOMDocument, you can't simply call AppendChild or Clone.
Here's the application:
A reminder: before version 7.0.3 / 8.0.1, the LotusScript DOM parser didn't correctly handle apostrophes in attribute values when serializing. This may have some effect on this code, depending on the data in your palette files.
This article provides a high-level tour of IBM Lotus Expeditor Toolkit. Learn how to install and configure the toolkit, how to import a sample into the tools, and how to launch the sample in the included Expeditor Test Environment.
Get started using IBM Lotus Expeditor Toolkit for development of applications for IBM Lotus Notes V8 and IBM Lotus Sametime V7.5.1. Learn which installation options to select, how to configure the toolkit, and how to launch a sample application on your target environment.
Speaking at a campaign rally in Green Bay, Wisconsin, Democratic presidential contender Sen. Hilary Clinton today criticized rival Barack Obama's use of the GetNthDocument method in 2002. "It's clear he cares
nothing about efficient collaboration," said Clinton. "It's inexperience that leads to basic errors such as this, as well as just not caring. I care," Clinton said, wiping a tear from her cheek. "I care a lot."
Senator Obama was not immediately available for comment, but a campaign staffer pointed out that iteration is a complex issue, and that GetNthDocument is not a bad choice in all cases. "With some types of collections, it doesn't really matter," the staff member
said. "Besides, we could easily point out several occasions where Senator Clinton used the identical @DbLookup twice in the same formula, which is a really obvious error. Experience is important, but it's more important to be right," the staffer added, hammering in the campaign's main theme with a mallet.
John McCain, speaking on a local Milwaukee news program, dismissed the whole issue as irrelevant and silly. "Application development is not a key skill for the American
President," he said. "That's the job of Congress and the courts. The executive branch is about administration. Can they tune a server, is what the voters want to know. John McCain can tune a server," the candidate said, referring to himself in the third person, as is traditional.
This article discusses the Personal Wizards plug-in in IBM Lotus Expeditor. You can use a Personal Wizards model as an automation tool, as interactive documentation, as a tutorial or guided walkthrough, or as a debugging instrument for Lotus Expeditor applications.