Помогите,пожалуйсто, найти примеры приложений для Lotus Domino!!!Я студент, начал заниматься разработкой приложений. Очень хотелось бы посмотреть какие-нибудь не очень сложные, полезные и грамотно написаные приложения.
Если кто-нить даст ссылочку, то буду очень признателен!
заранее огромное спасибо!!!
Добрый день.
Внезапно возникла следующая проблема: под одной учетной записи лотуса при создании исходящего док-та высвечивается сообщение: Внимание! Возможно документ не будет реплицироваться на другие сервера!
При этом созданные документы не попадают на сервер.
Это событие происходит на всех компьютерах из под одной учетки, уровень доступа не менялся.
Подскажите, в чем проблема и как ее решить?
Можно просто удалить учетку и создать заново? з.ы. также есть еще вопросик, при доступе к бд исходящие(совсем другая учетка) вылетает окно: пользователь не зарегистрирован в бд справочник организации, хотя он там явно зарегистрирован
You can find best practices for Domino Web application development on the Lotus Domino Web Application Development wiki. There is a lot of Domino 8.0 information there now but expect this site to be
Jen Heins, with ITSO, led a team of residents, made up of IBMers and partners, to collaborate over the last four weeks to populate the wiki with Best Practices for Building Domino 8 Web Applications so that the wiki provides value from day one! Here are some of the topics you will find in the wiki.
Over time, users will be able to easily publish new and updated information, resulting in more accurate and current content. We expect to see this wiki quickly expand to include information for Domino 8.5 as it becomes available.
Omh: oxystile 1. Нет, именно цвет изменить нельзя, но ты можешь нарисовать картинку такого вида (цвета), как тебе надо. 2. Насколько я знаю, зелёный цвет рамки не настраиваемый.
да собственно не сложно ... если заюзать WSH script (выполнить команду и дождатсья завершения) и написать чтото вроде ( C:\rar a 1.rar readme.rus.txt
)
Код: Set WShell = CreateObject("WScript.Shell") ReturnCode = WShell.Run("C:\rar.exe a C:\1.rar C:\readme.rus.txt", 1, True) Msgbox "заархивировали"
где C:\rar - путь к архиватору а - заархивировать
( самая простая команда ) 1.rar - результирующий файл ( лежит на диске С ) readme.rus.txt - шо архивировать ( лежит на диске С )
collection: 1) в настройках конфигурации использование SMTP для отправки сообщений во внешние домены Интернета: ВЫкЛ + Relay host for messages leaving the local internet domain, ну и tell router update config 2) Rules tab does not display on Server Configuration document when viewed using the Admin client and in some cases the Notes client Technote (FAQ)
Problem When using the Domino Administrator
client, the Rules tab does not display when you select Messaging Settings on the Configuration tab. This issue occurs after you upgrade the design of the Domino Directory to the 6.5.4 or 7.0 pubnames.ntf. You may also notice that after a Configuration document is edited from the Domino Administrator client, the Rules tab no longer appears when the document is viewed from the Notes client.
Steps to reproduce 1. Open the Domino Administrator client. 2. Select the Configuration tab. 3.
In the left pane, select the Messaging -> Messaging Settings tab. 4. In the main pane, select the Restrictions and Controls tab. The Rules tab should appear at this point.
Solution The change in behavior where the Rules tab does not display when the configuration information is viewed from the Domino Administrator client, is the direct result of the fix introduced in Notes/Domino 6.5.4 and 7.0 for SPR# TSNG5W2AJC. To create and/or modify rules, you should use the Notes client.
Note: The SPR TSNG5W2AJC is relative to undesired behavior when using the Domino Administrator client to work with rules. For details on these issues, refer to the document titled "Error on server rules - Function ActionEditRule - 4412: NotesError - Cannot locate field" (#1161905).
The change in behavior where the Rules tab may not display when the Configuration document is viewed from the Notes client, is an unexpected regression issue caused by the fix for SPR# TSNG5W2AJC. This regression has
been reported to Quality Engineering as SPR# STAA6HJ846. The issue occurs only in cases where the Configuration document was previously edited and saved from the Domino Administrator client.
To avoid the regression issue in the future: Edit the ($MessageSettings) form and change the ActForm field from type "Editable" to "Computed For Display".
To fix Configuration documents already in this state: The issue occurs because the ActForm field is present. To resolve the issue,
delete the ActForm field from the Configuration document. There are two approaches to accomplish this:
1. Create a Formula agent, designed to act on selected documents, and give it the following formula:
Field ActForm :=@Deletefield
Select the affected Configuration documents and run the agent.
OR
2. Code can be added to the ServerConfig form so that it deletes the field when the Configuration document is opened. Edit the ServerConfig form and add the following
LotusScript code to the QueryOpen event:
Dim doc As NotesDocument Set doc = Source.Document If Not doc.Isnewnote Then If doc.HasItem("ActForm") Then Call doc.RemoveItem("ActForm") Call doc.save(True, True) End If End If
Уважаемые коллеги! Помогите пожалуйста решить такую проблему.
Требуется направлять почту с Lotus через сервер провайдера. В конфигурации сервера в Relay host for messages leaving the local internet domain: указываю сервер провайдера, почта все равно идет напрямую. Поднимал новый сервер, прописывал сервер провайдера, все получается. Скажите в чем может быть проблема, может где какую галку лишнюю поставил? Также в Router/SMTP пропала вкладка Rules, причем
уже не первый раз пропадает. Как возвращал уже не помню
Денис Кириченко: С помощью какою функции в LotusScripte можно выбрать символ из слова, т.е. не использовать функцию Left$ или Right$, а вот типа GetChar("ABC";2) что бы получит B.
Several months ago, a Shreveport, Louisiana police officer was caught on surveillance camera using a taser -- an occasionally deadly weapon -- on a citizen who was just standing there. So far from acting in any sort of threatening manner, the victim of this assault was talking on his cell phone, apparently not aware of the presence of the officer. See the details here. One might expect the response of the Shreveport police department to this blatant and unprovoked assault might be to promptly dismiss the officer and institute criminal proceedings for assault. Not in Louisiana. The officer was suspended for 45 days without pay and as best I can determine, is still working for the Shreveport police.
In case you want to communicate with the city officials of Shreveport, this page contains link to the various city departments, and this page, contact links for the mayor and city council.
Здравствуйте!!!Помогите мне, пожалуйсто!!!
Мне нужно создать Базу Данных, подскажите как в Domino Designer 8 в созданные папки затолкать определннные документы. Очень нужно(((
Если у вас есть какие-нибудь пособия по разработке различных баз данных, то я был бы очень раз, если бы кто-нибудь со мной ими поделился.
Уважаемые коллеги, помогите пожалуйста в решении задачи:
Существует первая БД и вторая БД. В первой БД есть представление, в котором должны отображаться документы второй БД. Как реализовать?
Добрый день.
сейчас рассматриваем вопрос по переходу на Lotus, встает вопрос как сохранить переписку из клиента MS Outlook, т.е. каким образом импортировать письма с сохранением папок из Outlook`а в Notes.
Заранее спасибо.
Кто-нибудь игрался с компрессией на порту? Какие там тонкости? Если на двух серверах включена копрессия на порту TCPIP то сжатие будет производить инициирующая сторона или оба сервера? Имена портов должны быть одинаковыми на обоих серверах?
Если я провожу репликацию вручную, то на какой порт она будет цепляться, если у меня есть порт с и без копрессии?
Имеется mail-in база, доступ к которой имеют несколько пользователей.
Если пользователь делает "reply" прямо из этой базы, то в отправленом письме в поле "from" стоит владелец mail-in базы, а не тот, кто отправил письмо..
Возможно ли сделать так, чтобы пользователи могли отвечать на письма прямо из mail-in базы от своего имени ?