Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

Recent Contacts View Still Populates After Disabling User Preference, Clearing View And Deleting Dip Files


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 458 от 2011-02-25
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

Здравствуйте.
У меня такая проблема. При обновлении базы из шаблона пропадают некоторые формы. Если их тупо скопировать из шаблона и вставить, то при следующем обновлении они снова пропадают.
Кто-нибудь сталкивался с подобным? Посоветуйте что можно сделать. У меня Lotus Domino 8.5.
есть ли где-то в Lotus настройка, которая указвыет стиль письма? у одного пользователя в стандартном поиске, при вводе слов, они пишутся не с лева на право, а наоборот с права на лево
просто у себя не могу получить такой стиль набора текста
Интересные темы:
Список форумов:

Tips. Советы

Richard Moy was having trouble with his TCPIP settings in Notes 8.5.2. Everything had worked fine under 8.5.1, but something happened during the upgrade. The fix turned out to be simple, just not immediately obvious.

Read | Permalink
Michael Brown says this is fairly simple to do. He provides directions using Google Calendar and Awesync.

Read | Permalink
David Brown is wondering if there is a good, definitive list of prohibited characters for iNotes passwords. One of his users discovered (at least) one prohibited character.

Read | Permalink


EXPORT RICH TEXT TO WORD
Let us know how we can assist you with your migration.
  • Do you have Rich Text Fields that need to be exported?
  • Do you wish to combine main documents with their response documents and put them or store them together?
  • Do you wish for metadata to be combined with your documents?
  • Do you have multi-value fields?
  • Do you wish to enhance and clean up the data while exporting?
Email sales@integra4notes.com today.

Download our 15 day trial by registering on the Integra for Notes website.

This post on Computer Architechs explains the steps you need to take for a successful upgrade from Symphony 1.3 to Symphony 3.0 Fix Pack 1 when Symphony is embedded in Notes.

Read | Permalink
This Technote explains the potential for a DoS attack with Java JDK/JRE hanging in IBM Lotus Notes and Domino for versions 8.0.x and 8.5.x. The problem is reported in SPR# KLYH8DWMQU and is fixed in 8.5.3.

Read | Permalink
Mary Beth Raven explains how to expand a public e-mail group to verify who is in it and delete selected names before you send your message.

Read | Permalink


LEARN XPAGES WITH TLCC, THE LEADER IN NOTES AND DOMINO TRAINING
Tap here for more information and to try a free demo course!

Sorry about the long delay since the last article in which we covered how to add and edit database entries from within our custom "Animal" Class. I got distracted (see later). Now, let's add a form to let users actually add entries.

In Visual Studio add a new item to your project. Choose "Web Form based on Master Page" and call it "AnimalForm.aspx". Choose "Site.Master" as the template in the next dialog page.

You'll see a page like this one (comment is my own):

image

Notice the form comprises of two Content elements. These relate to areas in the Site.Master template and define where the . In the image above the Content element we put our form in is tied to a "place holder" called MainContent.

If you look in the Site.Master template you'll see a ContentPlaceHolder element with the ID of MainContent.

image

This ContentPlaceHolder inside a <div> with class "main". Anything you put in the second Content element on the Form's page will appear in this div.

Back in the AnimalForm.aspx page add some content, like so:

image

We've added a table with a row for name and type and one row for a Calendar item.

The form will look like this in a browser:

image

In practice I've never used a Calendar control, but thought I'd show you one in use.

Note that we don't need to add a form tag as there's already one in the Site.Master template.

Enter some values and press submit. Nothing happens. We need to add some logic to the AnimalForm.aspx.cs "code behind" file. Right click the ASPX file and choose "View Code". Now add a new method called SaveAnimal, like so:

image

Pretty simple, no? It just creates an animal. Assigns it values from the form elements we added and then saves it. At the point it's saved the Animal has an ID, so we can redirect to it.

Before this will work we need to switch back to the Form page and change the normal HTML submit button in to a Button element that points to our new method, like so:

image

Now you should be able to click save and the data is entered in the database.

I was going to go on and talk about how to create a link that lets you open an existing animal and edit it. But for reasons I'll get to, I don't think I will. In essence you simply create a link like /AnimalForm.aspx?id=4. This points to the same form as above but in the Page_Load event it would look for the ID parameter and - if it exists - load that Animal and fill the input boxes with its current values. Etc.

Classic ASP.NET Bad

Since starting this series of articles on (classic) ASP.NET I've fallen big time for both ASP.NET MVC 3 and Linq-to-SQL. The approach I'm showing you - of using DataSets and Stored Procedures - now seems like a nightmare in comparison. And I can't live with myself thinking I'm teaching you how to do it the "wrong" way.

What I plan on doing is finishing this "series" off by discussing a couple of things applicable to whatever approach you take -- such as setting up a server for deployment. Then I plan to talk about MVC and Linq-to-SQL. I think you'll like it.

Click here to post a response

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Bas van Gestel
Tags: advanced search search widget
Idea:
Wouldn't it be great if when searching mail you would have the option to e.g. search "Subject and Body" only, which translates into [subject] = "<search term>" OR [Body] = "<search term>"
 
Notes FT Search is great but for an end user it is really hard to learn to do a somewhat advanced search. Try telling your user to input the above search term.
 
At least there should be a way to easily search mail, calendar entries and contacts.
 
I love Notes and hate to read negative feedback an Notes hate web sites, but I have to admit search really isn't user friendly.

Author: Peter Presnell
Tags: eclipse projects
Idea:
As each NSF is opened in Designer Eclipse opens them as projects but they are not automatically closed.  Amongst the many side-effects of this is that all build errors for the previously opened NSFs continue to be displayed in the Problems tab.  I would like to see the option provided (as an option!) to automatically close each Project as soon as the last window for that NSF has been closed in designer.

Author: alexey zimarev
Tags: Alexey Zimarev
Idea:
Alexey Zimarev committed the international fraud and now he is under the investigation of a criminal police.
Alexey Zimarev falsified the court orders of the county court of London in order to shut down the web-sites:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info
And to steal the money.
All the evidences are published on the web-sites:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info

The difrector of Addforce Systems netherlands Alexey Zimarev is wanted by incasso for not paying around 18000EUR
In order to avoid paying, Zimarev changed his contract from the 1st Of July of 2010. And that is why Philips fired him!
All the details about the case including the copy of the court verdict could be found here:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info
 

Author: Tom Steenbergen
Tags: usability designer application
Idea:
I would like to see the icons in the DDE again, regardless of an application being touched or not.
It helps me find the application I am looking for.
 
In the DDE since 8.5.1 the not yet opened applications have three grey bars for their icons.
For those people that are used to searching visually for the application in the designer it has since become a lot harder to find the application again. Especially if you have a whole lot of applications in your DDE listed.
The new working sets help out a bit, but it could be better if we got back the icons regardless if the application was opened or not.
 
In a discussion with Maureen Leland, I learned it was to done to tell the difference between active and inactive application during a session in the DDE. If we want to keep this than maybe displaying inactive application icons in grey scales would be an option.

Author: Yogesh Kashid
Tags: NotesRichTextTable class
Idea:
 Currently i am working on a one  application which is "Schedule of ET members" , in this application i have designed one view whose columns are nothing but the dates of months.Here i have used color coding to define different schedule activities. Requirement needs printout for whole month with Legenda specification so I wrote code on one view button as follows:
@Command( [EditSelectAll]):
@Command([CopySelectedAsTable]):
@Command([Compose];"form2"):
@Command( [EditPaste] )
Above formulas is working, but problem is the table which is creating not showing properly because property of the table layout by default is fixed width. So to look it well user needs to set it fit with margins. So i think that there is need to add some more methods in NotesRichTextTable class or need to add some more formulas for the same. I am showing you the my Monthly schedule Document by default setting for the table & after manually settlement for the table by user.

Author: Yogesh Kashid
Tags: NotesRichTextTable class
Idea:
 Currently i am working on a one  application which is "Schedule of ET members" , in this application i have designed one view whose columns are nothing but the dates of months.Here i have used color coding to define different schedule activities. Requirement needs printout for whole month with Legenda specification so I wrote code on one view button as follows:
@Command( [EditSelectAll]):
@Command([CopySelectedAsTable]):
@Command([Compose];"form2"):
@Command( [EditPaste] )
Above formulas is working, but problem is the table which is creating not showing properly because property of the table layout by default is fixed width. So to look it well user needs to set it fit with margins. So i think that there is need to add some more methods in NotesRichTextTable class or need to add some more formulas for the same. I am showing you the my Monthly schedule Document by default setting for the table & after manually settlement for the table by user.

Author: Harald-René Flasch
Tags: facebook ideajam profile
Idea:
At the moment the following link is generated (provided my Facebook nick name):
http://www.facebook.com/profile.php?id=hfrmobile
 
But this seems not to work any more.
 
Correct would be:
http://www.facebook.com/hfrmobile

Author: Harald-René Flasch
Tags: report abuse comment idea
Idea:
e.g. see idea http://ideajam.net/IdeaJam/P/ij.nsf/0/55C5F6132E4A08918625783B005E3A67?OpenDocument
 
The very first comment looks like spam ... ^^

Author: Eric Forte
Tags: javascript xpages @functions
Idea:
The NotesDatabase JavaScript object method getFilePath() returns backslashes.  It would be nice to have a function like @WebDbName obviating the need to "flip" the backslashes to forward slashes.  We recently integrated SiteMinder into our work environment and one needs to add URL exception rules to the configuration, otherwise, SiteMinder treats it as a malformed URL, even though most browsers will tolerate the backslashes.

Author: Bruce Lill
Tags: login
Idea:
Currently the domino web configuration will only allow you to enter Notes form names. If XPages is the future then all basic Domino web functions (404 errors, etc) should be able to be done with XPages.
 
I shouldn't have to use classic web design to handle the login to my XPage site.

Stephan Wissel has created a new project - Plugins Deployment for IBM Lotus Domino (direct download) This project is an extension of the Update Site template that comes with Domino and is available on OpenNTF. The new version includes functionality to ...
Еще записи:
Интересные блоги специалистов:

Статьи и Документация

A Notes Administrator is trying to disable the Recent Contacts feature for his users. He has disabled the Contacts preference to automatically add Recent Contacts, Deleted all contacts from the Recent Contacts view, and deleted the DIP SER files in the <Notes Data Directory>\workspace\.metadata\.plugins\com.ibm.notes.dip\directory. The Recent Contacts view is still being populated.
Hi, I am currently using an iPhone connected to my travler server and when i get a calendar invite through on my iPhone i cant do anything with it there is no accept or anything Is this due to be available in a future release? Thanks This is already available in Lotus Traveler. ...
When a user updates a repeating meeting, they are unable to add the changes to all instances of that meeting
Calendar details are not displaying and getting an error when trying to open calendar entries after adding a group to the "Add a Calendar" section (Show Calendars).
In the R7 code stream when viewing the One Month view of your calendar, there was a vertical scroll bar on the right hand side of the view that allowed you to scroll forward or backward week by week. This is no longer available in the standard client in R8.0.x and R8.5.x.
If a message is recalled, will any output indicate that message recall took place?
When Notes 8.5.2 is configured with a local directory catalog, internal contacts that are listed in the dircat will not be added to the Recent Contacts. This causes the type-ahead function to not find the internal names due to only searching names.nsf.
A problem in the way that Java handles a specific numerical conversion may be exploited by a malicious user and cause an affected client or server to hang. Several IBM Lotus software products rely on the Java runtime engine or development kit provided by the IBM Lotus Domino server environment. Administrators must apply the appropriate fixes to prevent this exposure.
The information about the rmeval domino server task is quite brief. In this article I tried to summarize what I found about it. rmeval was introduced with domino 7 RMEval (Resource Model Evaluation) will run automatically when server operating system probes are enabled. This I what I found in ...
IBM will host an Open Mic conference call with Lotus Development and Support Engineers on 16 March 2011. The topic will be "All about Notes databases." Discussion points will include database in general, database design, ODS version compatibility, etc.
Oracle has issued security alert CVE-2010-4476 for Java Runtime Environment hangs when converting to a binary floating-point number. This knowledge collection contains links to technotes describing the impact to IBM Lotus products.
When trying to import iCalendar into a mailfile other than your own, you get an error that says "You can only process iCalendar attachment while in your mail file". Two workarounds are available to get around this error.
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...
The DCT rule update feature does not work if proxy/firewall settings are being used.
Также почитатай:
Найти документацию можно на сайтах:

В избранное