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....
Here's a little-known feature of Notes. You can use it to impress all of your friends and managers with your very impressive speediness. Have you ever gotten an email from your boss that looks so
The Domino Configuration Tuner can help you avoid server crashes. This one-hour call is designed for an open question/answer format so there is no formal presentation.
NEW! LEARN DOMINO 8 ADMINISTRATION AT YOUR PLACE AND PACE! Upgrade your admin skills for Notes Domino 8 - right at your own computer - with TLCC's new distance learning courses. This comprehensive course will bring you up to speed on the new admin features in Domino 8 and prepare you for the certification exams. An expert instructor is a click away!
Stephan H Wissel was asked about the best way to split a database when it got too large. He offers four ideas on how to split a database and retain its usefulness.
Quickr entry and full place is awsome! However a big value would be to make it easy for the user out of the box to make Entry Places private, by whole place or selceted documets.
Author: Paul Hudson Tags:acl Idea: The current 32kb limit on ACLs isn't sufficient for our setup and it would be great if the limit could be doubled to 64kb.
Rational:
We have 20,000 database that provide a website for every module taught in the institution over the last 5 years. Staff and students are registered as individuals on our module websites and we provide teaching staff with tools so that they can assign access levels to resources and create actions that change student's access levels based on their actions - for example failing a quiz might open up extra support materials. These access levels use ACL roles.
We have some very large class sizes in our Business School which are too big for the current ACL limit. For websites where our processes detect an overflow, we create overflow groups and move the students into them. However, it does mean we have to switch off the functionality to assign 'levels' to resources. Increasing the ACL size would allow us to use 'roles' to manage access to content.
I'm trying to call a stored procedure on my DB2 database. I wrote the procedure and I think it works (it compiles!!!). Anyway, when I try to call it from a lotusscript agent I can't get it to work. All that is returned is: "1544 Cannot find connector 'db2'". Anybody have any suggestions?
Sub Initialize
On Error Goto handler
Dim Session As New NotesSession
Dim SessLC As New LCSession
Dim src As New LCConnection ("db2")
Dim fields As New LCFieldList
Dim results As New LCFieldList
Dim fieldIn As LCField
Dim fieldOut1, fieldOut2 As LCField
Dim Count As Long
Set fieldIn = fields.Append("inParm", LCTYPE_NUMERIC)
fieldIn.value = 1
Set fieldIn = fields.append("OutParm1", LCTYPE_TEXT)
Set fieldIn = fields.append("OutParm2", LCTYPE_TEXT)
Print "Calling the stored procedure..."
If (src.call(fields, 1, results)=0) Then
Print "Stored procedure called successfully."
Set fieldOut1 = results.getfield(1)
Set fieldOut2 = results.getfield(2)
Call src.fetch(results)
Print FieldOut1.text(0)
Else
Print "There was an error...."
End If
src.disconnect
handler:
If (sesslc.Status <> LCSUCCESS) Then
Print "The LC error occured: " ; sesslc.Status & ": " & sesslc.GetStatusText
Elseif Error$ <> "" Then
Print "the LS error occured: ";Error$
Else
Print "Completed ok"
End If
End
End Sub
The following error appears when using the 'Remove Flag' option to remove a follow up in the localized 8.5 mail template: "IllegalFunctionCall error". The error occurs in a number of different languages, including Brazilian Portuguese, Spanish, French and Polish.
You are unable to access your Notes mail file. He receives the error "This database is currently in use by another person or process, and cannot be accessed at this time. In order to share a Notes database, it must be accessed via a Domino Server by all users of the database".
This instrucctions are to syncronize a Blackberry Device with Lotus Notes 8.x using a USB cable. The idea is to replicate contacts, ToDo List, Calendar and the Personal Journal.This is not an online r