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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 163 от 2009-04-06


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

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

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

comp.soft.prog.lotuscodesrore

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

This simple little rating system uses a little CSS to give the user a visual system of rating a document out of five stars (although you can customise to as many stars as you like). Clicking a star submits an Ajax call to rate the document and feeds back to the user the updated rating. Best of all, it all works without JavaScript (and even CSS) -- it's completely accessible....

6 Dec 2007 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

The WebSession class makes coding WQO and WQS Agents a doddle. If you're not using it yet you should be...

11 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

We've all heard of drop-down menus, which are all well and good. What about things you want to appear when needed on the page that aren't part of the site navigation? Use flyouts! This demo shows how. Download and see how the login/admin links on the top right of the page function....

15 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

Updated version of DEXT with new demos and tweaks - including:

  • Colour-graded views based on document age
  • XSS-Proof Forms
  • Multiple key type-ahead view lookup
  • Ability to create file attachments without need for disk I/O permissions
More to come......

5 Dec 2008 | View Demo | Download Demo

-- Delivered by Feed43 service

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

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

Установлен клиент 8.0.1 с Sametime, как вырезать из самого клиента все, что касается чата? Его нет в компонентах и модулях
Дабарый день!

У нас в Administrator'e есть возможность purg'ить индекс для отдельных view.

Никто случайно не знает, со стороны LotusScript что-то похожее возможно?
Полагаю, тут надо будет смотреть в cторону NotesAPI.

Спасибо!
В клиенте Lotus Notes 6.5.4 создана учетная запись SMTP с подключением через удаленный доступ к сети RAS в среде WndowsXP (модемное соеденние). В результате по расписанию в репликаторе через "Получение почты интернет" происходит дозвон и обращение к удаленному сереру для получения почты. Но для доступа в сеть должен быть запущен VPN клиент (без его запуска достучаться до удаленного сервера не возможно, а постоянно запущеннном держать его нельзя так как он проверяет наличие соединения, что тоже нельзя). Необходимо при соединении запустить стороннюю программу из Lotus Notes, в пораметрах это сделать нельзя. Или же при выполнении задания "Получение почты интернет" обращаться не стандартному RAS а к какомоту Dialler, который в свою очередь запускает дополнительную программу при установки соединении. Может кто подскажет как это реализовать?
В клиенте Lotus Notes 6.5.4 создана учетная запись SMTP с подключением через удаленный доступ к сети RAS в среде WndowsXP (модемное соеденние). В результате по расписанию в репликаторе через "Получение почты интернет" происходит дозвон и обращение к удаленному сереру для получения почты. Но для доступа в сеть должен быть запущен VPN клиент (без его запуска достучаться до удаленного сервера не возможно, а постоянно запущеннном держать его нельзя так как он проверяет наличие соединения, что тоже нельзя). Необходимо при соединении запустить стороннюю программу из Lotus Notes, в пораметрах это сделать нельзя. Или же при выполнении задания "Получение почты интернет" обращаться не стандартному RAS а к какомоту Dialler, который в свою очередь запускает дополнительную программу при установки соединении. Может кто подскажет как это реализовать?
Заменить у БД или Шаблона дизайн с включенной опцией "Hide formmulas and LotusScript"
вот инструкция
http://www.notesnet.ru/nn/notesnet.nsf/note/031C6143531198F3C3256D67006E2D3B
Заменить у БД или Шаблона дизайн с включенной опцией "Hide formmulas and LotusScript"
вот инструкция
http://www.notesnet.ru/nn/notesnet.nsf/note/031C6143531198F3C3256D67006E2D3B
Интересные темы:
Список форумов:

Tips. Советы

Almar Diehl was going to give a Quickr demo but, shortly before the demo was to start, no one could log in. The problem was identified just in time and password policies have been changed.

Read | Permalink


POWER TOOLS 4.0 - GET THE MOST OUT OF NOTES AND DOMINO
Tap here to learn more about this set of 73 administrative utilities for Lotus Notes & Domino.

THE VIEW's Admin2009 and Lotus Developer2009, April 15-17 in Boston, offer you three days of learning and networking. Sign up now.

Read | Permalink
Yesterday Patrick Picard upgraded his Notes client to 8.5. Today he's looking at views containing messages that shouldn't be there. So, what did he do wrong?

Read | Permalink

Mick Moignard has a large database, over 20G, that's started to experience delays in updating. Before he tears everything apart, he's looking for ideas on how to determine what the actual problem is.

Read | Permalink

The jury's out on whether I am using a Web Service correctly. Although what has been discussed has confirmed that, as I suspected, strictly speaking, what I am proposing (consuming a Web Service from within the same Domino application) isn't using them like you're supposed to.

Why Use a Web Service?

To prove how simple it can make life as a developer to use a Web Service I'll work backwards from my Flex application to the Web Service in the Notes database in which the Flex app lives.

Remember I showed you the Accounts Flex app and mentioned that I'd used a Web Service to provide the functionality behind the new flag column I added to the "view":

ScreenShot003

The flag icon lets you toggle the value of a field called "Flagged" in the back-end document from "1" to "0".

In Flex the code for the icon looks like this:

ScreenShot002

It's an image, as you can see. It has an "on click" event defined. When you click it the Flag method of the Web Service (which has been given the name "serverActions" in Flex) is called and the row's document's UNID is passed along with a boolean to tell the server whether to toggle on or off.

That's the beauty of it. It might be immediately apparent but what you see above is so much simpler than the other ways of doing this.

Once the Web Service is defined in Flex I can add a new function to it in Domino Designer and strictly define the number and type of parameters it should accept. I can then switch straight to Flex and call the function from there. No need to add a new HTTPService (URL to pass the new function call to) and/or add functions inside Flex to handle the passing/receiving of the data.

In short it just makes things simpler. It doesn't offer much else really. Whether there's a performance hit, I don't know. Not that I've noticed. Have a go at toggling the flags in the Accounts app and see what you think. It's as responsive as I'd expect it to be of any internet-based app.

What's The Web Service Look Like?

Here's the backend LotusScript in the Web Service:

ScreenShot004

All very straight-forward. It's probably a bad example as there are probably easier ways to toggle the value of a single field, but imagine you want some other complex business logic to take place at the same time. You can contain it all within one design element.

Summary

Not sure how to summarise this. Despite three days on the topic I don't feel like there's any closure. I still feel like I'm doing wrong. But hey, does it really matter. As long as I always do it a way that means it remains secure then I don't see the problem. It makes development easier and that has to be a good thing?

Click here to post a response

Have you ever been in "Mail Jail"? It's a term used by many people for when we go over our mail quota. Mail quotas are useful for many corporations, because they limit the amount of disk space used
Еще советы:
Смотри советы на сайтах:

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

Author: Patrick Kwinten
Tags: mail search views
Idea: <div>I would like to see search that expands the view/folder I have open.</div>
<div>&nbsp;</div>
<div>Sometimes I am looking for related documents that can be in my inbox, draft, folders or sent. I do not want go through all the views / folders separate to see if a related document is in there (the number of folders is quiet a lot)</div>
Author: Matt Buchanan
Tags: mail reply to all mailing list bcc blind copy
Idea:
I thought it might be quite cool to have an option on mailing lists - something along the lines of 'Force BCC for any mails sent to this mailing list' - the idea being that if a mail is sent to that list via the To: or CC: fields, when it hits the server the router will automatically move it to the BCC: field.
 
I think this would be particularly appropriate for large organisational distribution lists, and would prevent misguided users sending replies to potentially thousands of people.

Author: Greg Charland
Tags: RWW LFS webconfig VPN RDP VNC remote access security
Idea:
I like the remote administration page in webconfig. It's a nice way to view the computers in your network and connect to them. I also like the option of VNC to control different client types. Nice stuff for admins!
 
But what do our end-users get? either
a) VPN that exposes our entire network to any crapware that's infected the user's home PC...
b) they use a solution like LogMeIn or GoToMyPC that bypasses our logging and access control...and often costs money on a monthly basis.
 
I ask you to look at SBS Remote Web Workplace. Remote-enabled users can connect into a web page hosted on the in-house server, authenticate, and connect to their office PC. The Windows version obviously uses RDP but it's proxied so that TSGrinder doesn't see RDP exposed.

Author: Jitendra Sachdeva
Tags: calendar room reservation
Idea:
Currently only chair person can add resources & rooms to a meeting note.  If an attendee can reserve a room based on his/her convience it would be a great addon.

Author: Marvin K
Tags: BlackBerry Web Mobile Template
Idea:

RSS feeds work pretty well on the BlackBerry--but if you click read story on any blog that uses the 8.5 blog template, it goes to the website and it looks pretty lousy.  The tag and header sections hog up the top of the webpage, and then you have to zoom in to the middle column to try and read the main stories.

Not only would we benefit from having to design it ourselves--but some IBM blogs like NotesDesignBlog.com would also benefit.  Maybe it's more work than I was expecting--but it seems like if IBM has Domino Web design expertise internally, it's probably pretty do-able.

Does anyone know of someone who's already done it (externally) and shared their code?


Author: Peter Presnell
Tags: xpages DXL
Idea:
XPages has a cool feature allowing the developer to view the xpage as source code in addition to "WYSISWG".  I think it would be amazingly powerful if IBM could extend all other visual design elements (Forms, Views, Pages, Framesets, Outlines etc.) to provide this same capability .  This would mean the issues of DXL would be resolved!! Developers could then implement mass changes using search/replace rather than using XSLT etc.  E.g. I could take an action bar from one view and copy all of its attributes into another view.  It also provides a convenient way to review what is in the design and quickly change it.

Еще записи:
Интересные блоги специалистов:

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

Your BES server crashes when a call is made to ConvertNotesBitmap() function.
A Lotus Domino server crashes on the replica task when performing updates on a particular database with Error Message = PANIC: LookupHandle: null handle .
The Domino Attachment and Object Service Estimator crashes when running on a Lotus Domino 8.x or 7.x server running on Solaris. This issue has been fixed in the Version 1.2 of the DAOS Estimator Tool.
If a database is moved to another server, there is no automatic way of changing the server name for a database icon to the new server name. It has to be done manually.
In Lotus Notes/Lotus Domino, if you change the Subject line of a meeting that was previously set up and accepted in the Resource Reservations (R&R) database, the changes made do not update in the R&R database. Why does this happen?
You are using the Domino Web Administrator (webadmin.nsf). You find that you can view the contents of the server's notes.ini; however, you cannot edit it even though you are the Domino administrator.
A new error handling code can cause crashes in a Lotus Notes client or Lotus Domino server. Errors are now generated with additional supporting information. This additional information is ignored by some functions (for example, in LotusScript) and can lead to a crash when another error is encountered and processed. The crash shows nnotes.SprintfOutput or nnotes.UNIsprintf in the stack.
Lotus Domino server administrators using the Refresh Server List feature in the Domino Java Console are unable to obtain the most recent list of servers in the domain. You must physically delete the old server names from the dconsole.ini.
You log into Lotus Notes 8.0.1 (Standard Configuration) and connect to the Sametime community when the following error appears: "An internal error occurred during: BuddyListPolicyJob"
Your 7.x Notes client does not pull ID recovery information down from an 8.x Domino server.
How to push out Sametime auto status changes in the Lotus Notes 8.x Standard client.
Starting in Notes 8, BCC recipients do not have the option to "Reply to All' from within open messages.
In Lotus Domino, users are not being issued their Certificate Authority (CA) certificates. Why does this happen?
This article describes how a fictitious home improvement company, Renovations, plans for and deploys the Notes ID vault. It describes the questions its IT staff answers during the ID vault planning ph
Также почитатай:
Найти документацию можно на сайтах:

В избранное