Questions tagged [notesview]
42 questions
2
votes
2 answers
Embedded view with documents corresponding to document in Lotus Notes
do you have a idea how can I solve this in Lotus Notes?
There is a document Form Person.
In this document I want to have a embedded view that shows notes only related to this person.
I created a Form Notes and a view Notes. I can embed the view…

Robert Moszczynski
- 1,081
- 2
- 16
- 26
2
votes
1 answer
NotesViewEntry different columns than notesviewcolum
I am writing an export to excel from any view. There are many samples available and works on "normal views". As soon as I have a view with a column with a static value it gets skipped.
I have a view with 4 columns, 1,3 and 4 are linked to fields on…

Johan
- 23
- 5
2
votes
1 answer
Lotus Notes: How to export the view (column values) in .xls instead of .csv
I would like to export the CSVview based from column values in .xls format instead of .csv format. Right now it exports in .csv. I tried replacing the filename to .xls but the file won't open to both MS Excel and Open Office. Could you please help?…

Dianne Joy Mercado
- 77
- 9
2
votes
1 answer
Documents that appear in more than one category are pasted multiple times when using Copy Selected As Table
I have to fix the problem in the title and after one day of research I realy don't know what else to try, what else to google ;)
The topic is discussed in an IBM TechNote.
But this answer isn't enough for me. I really need a workaround!
My…

JFM
- 57
- 7
2
votes
1 answer
Usernotes in ios
I want to create a user note form in my application,currently am using one textview inside a view its looking bad !! is there any other control suits for this purpose? Main aim is when user click the button a small textview will appear they can add…

Naveen
- 1,251
- 9
- 20
- 38
1
vote
4 answers
Merge multiple NotesViewEntryCollection and sort on date
I have some NotesViewEntryCollection that I want to merge into one collection, and then sort on date. All the collections are gathered from the same view, so there wont be a conversion problem.
Have tried to google this problem, but cant seem to…

matskn
- 1,290
- 6
- 17
- 30
1
vote
1 answer
Have text in row overflow into right column
I have a view with multiple columns that's showing documents with response documents underneath.
I have a field on the parent document that is long that i'm putting in the first column.
I've got another column that has a field specific to my…

George Duckett
- 31,770
- 9
- 95
- 162
1
vote
1 answer
@Name([CN];@UserName) is not working as expected in NotesView column
I've created a Notes View and I wanna show (for some reason) the current user's name in all rows using this formula:
@Name([CN];@UserName)
This was supposed to show the current user name regardless of the document of the current row, but it shows…

user1575786
- 69
- 6
1
vote
1 answer
Combining values in a Notes/Domino column that is categorized
I have a notes view that shows hundreds of peoples’ ages. I then created a categorized view so I can see how many people are in each age. This works fine.
Problem is, I want to group these ages into five year brackets (I.e. age 0 to 5, 6 to 10,11…

Inchman
- 25
- 4
1
vote
1 answer
Can't add icon to Action Right Click Drop Down Menu in Notes Client View
I am trying to add an icon to the Right Click, Drop Down Menu , on an Action, in a View. The icon shows up in the Action Bar (with no text, but that is how it's supposed to work) at the top (see image) but in the drop down menu, it does not appear,…

carlo
- 359
- 3
- 11
1
vote
2 answers
Compose a new document in a embedded view and set field value in Lotus Notes
I have the following situation:
The mask Person has a embedded view with documents of form Notes (notes about the person).
The mask Person has a Person_ID field.
I need an action in the embedded view that do the following actions:
Creates a new…

Robert Moszczynski
- 1,081
- 2
- 16
- 26
1
vote
1 answer
ViewNavigator Fails on Traversal Back to Category
I'm getting an interesting error in some code that is near identical (at least in structure) to code I have working, elsewhere. I'm getting a "Notes error: Entry not found in index " error, and it occurs in the line of my…

Eric McCormick
- 2,716
- 2
- 19
- 37
1
vote
1 answer
Lotus Notes: Getting "Object Variable Not Set" in the multiple doclink code below
The snippet of code below is that, the mail is first prepared, then a doclink is added for every document, and in the end the mail is being sent.
I am getting object variable not set at doc.SentTo = addresses.abbreviated
Dim s As NotesSession
Dim db…

Dianne Joy Mercado
- 77
- 9
1
vote
3 answers
Best way to build a custom table linked to a NotesView with sorting and paging
I have a view in my Xpage application that contains a lot of elements. From this view I need to build a table with custom rows (I can't just display the view, I need to build the rows to display myself because I need to compute data from other…

jeremy_krein
- 97
- 6
1
vote
1 answer
Lotus Notes: I'm Getting "Object variable not set" at the end of Do While Loop
I'm Getting "Object variable not set" at the end of Do While Loop. When I debug the agent, the pointer points at "loop" after the condition was met. The condition is that if the document is equal to 10 documents (less than 11), it must proceed. Can…

Dianne Joy Mercado
- 77
- 9