Simple code, but I end up using it often - this will save me retyping and might help someone else too dt := @Now; day := @Right("0"+@Text(@Day(dt));2); month := @Select(@Month(dt);"Jan":"Feb":"Mar":"Apr":"May":"Jun";"Jul":"Aug":"Sep":"Oct":"Nov":"Dec"); day + " " + month + " " + @Text(@Year(dt))
This formula computes a link using a standard format; it assumes one attachment per document. attName:="MS Word document":"MS PowerPoint presentation":"Acrobat (pdf) document":"MS Excel spreadsheet"; attType:=".doc":".ppt":".pdf":".xls"; "<a class=\"download-link\" href=\""+cpAttURL+"\">"+cpAttachmentLabel+"</a> <span class=\"gray-dark\"><small>("+@Text(@Round(@AttachmentLengths/1000))+"KB, "+ @If(@Member(@Right(@AttachmentNames;4);attType)=0;"document"; attName[@Member(@Right(@AttachmentNames;4);attType)])+ ", "+@Do( dt := @AttachmentModifiedTimes; day := @Right("0"+@Text(@Day(dt));2); month := @Select(@Month(dt);"Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"); day + " " + month + " " + @Text(@Year(dt)) )+")</small></span>"
If you want to redirect users depending on where they come from, country where they are connected, you can use the free tools at http://iplocationtools.com I will use a modified version of this Java-agent as the default page for every user not specifying which country-site they want. The user's IP address is normally found in the variable REMOTE_ADDR, in our case it is in X_HTTP_FORWARDED_FOR as the Domino server is behind a proxy/load balancer. This agent perform a 301 redirect (good for SEO) to the URL you choose. Please also explore the other info you can get from the http://iplocationtools.com service. I'm just using country but you will also get city, state and position in lat/long. /Mats
Ситуация следующая. Есть несколько удаленных пользователей со слабыми каналами связи. Лотусу выделено от 16 до 32 Кбит/с. Почта храниться локально, реплицируется с сервера. Репликация очень часто завершается неудачей с сообщением "Сервер не является...
Ситуация следующая. Есть несколько удаленных пользователей со слабыми каналами связи. Лотусу выделено от 16 до 32 Кбит/с. Почта храниться локально, реплицируется с сервера. Репликация очень часто завершается неудачей с сообщением "Сервер не является...
Здраствуйте! стоит задача по внедрению Lotus Sametime. Сервер Lotus Domino 7 и Lotus Sametime Server 8.0.1 Дистрибутива Lotus Sametime Connection пока нету, но возможнно ли в клиентской Lotus Notes 7установить и настроить это хозяйство. Знаю что в Lotus 8, sametime уже имеется.
Прошу Вас помочь с этим вопросом! контакты hc1@mail.ru
JUST OUT! DASHBOARD REPORTING INSIDE LOTUS NOTES! The new IntelliPRINT Dashboard Reporting lets you quickly create real-time dashboards from inside your Lotus Notes applications! Easily create analyzable reports that users can drill-down and customize, reducing the time you spend on endless report iterations.
IBM has launched its own YouTube channel, Collaboration4You. Right now there are 16 short (most are less than a minute) videos on different aspects of collaboration.
Mikkel Heisterberg offers some tips on configuring Eclipse on Ubuntu 8.0.4 for Notes plug-in development. Since configuration is almost identical to that for Windows, he's updated an older post.
Using the workspace.OpenFileDialog method lets you filter file types before attaching them to a Notes field form. You can modify this method further by limiting the size of attachments. Get the steps and LotusScript you need here.
Chris Miller has posted a screen-shot of the error and that isn't quite what it says. He also posted a link to Ray Davies' post on how to fix the problem.
Here's one about Rich Text that I've come across more than a few times over the years with Lotus Notes.
You have a need for a Rich Text field on a form, but qualified such that it only appears in certain circumstances. Our natural response is to add a hide-when to the section of the form that the field is in.
This could well be quite a complex hide-when that tests not only @UserRoles values to see what the users access levels to the database is, but also looks at a status field that evaluates part of the application workflow -- just the sort of thing that happens in many Lotus Notes applications.
"You'll definitely do some swearing hen you then realise that you can't fix it programmatically."
You test the form, and initially it works just fine. Then you start to see some strange effects: text appears when it shouldn't, or doesn't appear when it should.
I just hope you see weirdnesses in your development testing, and don't find out about it instead from your end users via the helpdesk.
WCM should allow users to insert content rating. We have a site that users WCM on the back and Portal on the front and has evolved like a wiki. All of the members of the team, upto 250 of them can author content. Since the site evolved as a wiki, the need, for rating of the content, has become all the more important.
WCM should have something built in. We have designed a custom solution for this using Adobe Flash, AJAX and wcm api. However, this comes at an overhead.
A component, which allows one to choose, rating type, stars or numbers(1 through 5) implemented as a component is not difficult to build and make it available out-of-box.
When using the native web service consumer in Notes/Domino 8, there seems to be no way to manipulate the SOAP header sent with each request.
Most web service APIs for cloud based services like Force.com and S3 assign a session ID and service endpoint *after* authentication, and then require client code to set this information in the SOAP header for subsequent requests. This is not possible using the Notes/Domino web service consumer.
I realise that there are many alternatives for web service consumption (Axis/Java, Stubby, Expeditor), but what then is the point of the "native" consumer if it cannot participate in real world SOA integration?
When I have a one-on-one meeting which I schedule, and the person accepts yet later declines, by design it remains in my calendar (I believe). A few times this has happened and I've forgotten to go back and cancel so I think there is still a meeting as it remains in my calendar.
It would be nice if when the (last) person declined that I am given the choice to remove the calendar entry from the calendar (would only be appropriate when there is only one other person in the meeting). Seems like a little extra logic involved, however not impossible.
This article reports on IBM® Lotus Notes® Traveler 8.5 performance for both 32-bit and 64-bit environments. It also compares the performance of the Lotus Notes Traveler 8.5 (32-bit) server and the Lotus Notes Traveler 8.0.1 (32-bit) server.
SPR# YXIG7FZR2K - Fixed a problem where compression buffer usage expands up memory usage and causes system crashes. This fix caps the memory usage per note to 256K.
SPR# TBAE6VJTFC - Fixed a problem that caused multiple room owner notifications to be sent when cluster failover for R&R was done and a database was already under local RnRMgr control.
SPR# TKIE5LQ8G2 - With this fix, a flag is set to "prohibit the design refresh or replace to modify" on a newly created image resource, so that the upgrade will not remove the image. This regression was introduced in 6.0.1.
When a quota is applied to a Lotus Notes mail file, the owner cannot send a new calendar invite with an attachment of more than 35KB using Lotus iNotes.
In Lotus Notes/Lotus Domino 8, it is possible to use a desktop settings policy to enable "Replicate when Notes starts" and "Replicate when Notes ends"? If users have this setting enabled, is it possible to disable it using this type of policy?
C/C++ Code Variable Notes,ini string UI Functional Area UI Control INI_STACK_VAR "StackedIcons" Workspace Properties menu - right click on workspace Stack Rep
In Lotus Domino 6.5.6, 7.0.1 fix pack 1 (7.0.1.1) and 7.0.2 releases, an "@ERROR" is returned to a dialog list in a field over the web when dealing with more than 64K worth of data. In prior versions of Domino, the list was correctly returned even if the data exceeded 64K.
Your Domino server has crashed and is not starting. You receive the error "Unable to invoke program" when clicking the desktop icon to start the server.
Abstract This white paper provides a high-level overview of Alloy architecture, benefits, requirements for deployment, deployment and customization options, and an example of an Alloy deployment plan.
One of the new security features provided with micro broker v3, which is shipped with IBM® Lotus® Expeditor 6.2, is the ability to encrypt network data transmitted to and from the broker using the industry-standard Transport Layer Security/Secure Sockets Layer (TLS/SSL) protocols. This article describes several ways to secure your micro broker communication using this new feature.
You are installing a non-English version of the Notes client. After the installation completes, the English templates are installed instead of the templates specific to the language of the installation.
Trying to authenticate with a Domino server through POP3 with SSL options enabled using Thunderbird, you receive the error "Sending of username did not succeed. Mail server xxxxxxxxx responded: Unknown command: "User".