-4
votes
1answer
99 views

Extracting a specific value from a view. (javascript) [closed]

I have a custom control with edit boxes populated by data from a view when clicking on button1. This button1 extracts the data from the view via this code. var vw = database.getView('BrowserStats'); ...
2
votes
2answers
111 views

How to add a Script Library to XPage Custom Java control

I am trying to develop my own Java Custom Control in XPage following the guide on IBM (LINK). Everything works fine but now I want to do some client side JavaScript things where I want to use the ...
0
votes
1answer
75 views

Moving documents between two views

I have created a view which contains some documents. I want to be able to click on the check box next to specific documents and move them to another view (or somehow display them on another page) and ...
0
votes
1answer
78 views

Disable select boxes on load if form is in read-only mode using Javascript [closed]

I have a Lotus Notes view with several documents, when I select a document, the document opens the form which has a embedded view in it, with select boxes. I want the select boxes to be seen when the ...
2
votes
1answer
150 views

How do I get the size of my Rich Text Field?

I can get the size of the attachments using @Attachmentlength(), or Using NotesEmbeddedObject Class. But I am facing a peculiar problem. If I copy and paste a screen shot, or copy and paste an image ...
0
votes
3answers
336 views

lotus notes - mailto link issue

I am trying to get a mailto link working, but I'm having issues with lotus notes. My link: <a href="mailto:?subject=mySubject&body=myBody">Link</a> What happens is that the following ...
-2
votes
2answers
179 views

Lotus Notes 8 rendering <script> tag contents

I am developing a newsletter and I'm having to support ancient POS email clients such as Lotus Notes 8 and there's a strange issue whereby the contents of tags are written out as text. There is a ...
0
votes
4answers
299 views

Can I access Notes documents/collections via client side JS?

I wanted to know if it's possible to handle notes views and document collections via client side scripting in Xpages? The story so far....I am building a HR system that includes a full absence ...
0
votes
3answers
278 views

How to get a vaue of a notes text field in formula language?

I have a form on which there is a text field called "Role". Onload of this form i am assigning a value to this field using javascript: ...
0
votes
1answer
158 views

How to modify UL based on choices in xe:simpleValuePicker

I'm working with ax XPage that allows ad hoc exporting of views to Excel and I want to allow the users to not only pick which columns, but re-organize them as they see fit. While I can do this using ...
0
votes
1answer
235 views

Lotus Notes web form - textarea issue in IE

I have a lotus notes form that users access via the web, on this form is an area with textareas for the user to enter there details. Once the form has been submitted the value is stored in a notes ...
1
vote
4answers
272 views

Perform division of a 22 digit number in lotus script

I want to perform division of a 22 digit no. in lotus script. Can anyone please tell me how to do it? I am not getting the correct result. For e.g; dim num as Double; dim num1 as Double; ...
1
vote
5answers
862 views

PDF in XPages without using iText?

I am trying to make a PDF file. And also the notes documents are the contents. I have a clear idea with iText. But is there any other solution for making PDFs without using iText?
-2
votes
2answers
209 views

How to write code in javascript library?

I want to know how can we write the below code snippet in a javascript library: <SCRIPT FOR="eventlib" EVENT="MyEvent(strTest)"> alert("Uploading files...please wait"); </SCRIPT> ...
0
votes
2answers
176 views

Post request to server

I know that it is very funny and foolish. But tell me that Is their anyway to write the javascript code in script tab of Firebug, That will invoke serverside action. ** Simply tell, Can I write ...
5
votes
3answers
288 views

How do we find the programmatic name of a view's column?

For some of my requirements, I have a notes view, Its column name is different from programmatic column Name.. So I wanna to find the column's programmatic name from Xpage., I searched the ...
3
votes
5answers
767 views

How do I close my window in Xpage?

Actually I am using the following code for closing my current window: window.close() The thing is, it is working fine in IE, but it is not working in FF and Chrome. Is their any great solution for ...
1
vote
3answers
995 views

How to change the mode of Editbox from read mode to edit mode in Xpage?

Actually, I have set true to the property- Read-Only in Xpage for a particular field. And I have tried to change its mode to edit in client side javascript. But I am not able to change. I used the ...
0
votes
4answers
870 views

How to dynamically change the style in Xpage??? Actually I want to blink a label with different color?

Tween is not working in Xpages ,I have used the setTimeOut function for delay. But which is not working as of my concern. alert is working and getting delayed while using setTimeOut function. But ...
0
votes
1answer
275 views

How can I execute a javascript function using lotus formula?

I am on the web, not client. I need the user to press a button to execute some formula code and then execute this javascript: function submit(){ var fein = ...
1
vote
4answers
217 views

Searching in a category filtered view

I have a view that is categorized by Country and then sorted by customer name - customer name is not unique (it is the list of jobs, so customers appear often). I can filter the view easily with a ...
0
votes
2answers
1k views

Automate mails in Lotus Notes

We need to open up the Lotus Notes client from a JSP page. Currently in the JSP we are opening up the Microsoft Outlook Client using ActiveXObject(Outlook.Application) The from email, to email, ...
0
votes
1answer
220 views

Javascript copy event and mailto

I have a form with submit button ,on click it should copy all the email addresses available in the mailto: to the clipboard and open the default email client ,in my case it is LOTUS notes.As i ...
1
vote
1answer
443 views

Print Multiple Selected Documents in View via Web lotus domino

i would like to print selected documents in a view in a way that each document are compiled in a single print. It's like 1 document on page 1 and second document on page 2. I after i print this ...
0
votes
2answers
1k views

Lotus Notes hide/show div

I cannot manage to make asmall piece of javascript working in a lotus notes 6.5 email. I'm building a html, send it by mail as a html, and inside I would like to have some links to hide/show a few ...
0
votes
1answer
139 views

Notes 7.0.3 Client throws Error in compile JavaScript on a form with not much JavaScript. Any ideas as to a potential cause?

Straight to the question and then the background. What would cause a Notes 7.0.3 client to throw a JavaScript error "Error in compile JavaScript"? Followup Question: what's a good tool for ...
0
votes
1answer
1k views

Lotus Notes Xpage, how to get event handle (onKeyPress) in SSJS?

I am new to xpages in Lotus Notes and need to work with the "onKeyPress" Event. With the following CodeSnippet Client Side Javascript works fine. if (thisEvent.keyCode!=13) { doNothing(); } ...
-1
votes
1answer
942 views

How to check/uncheck a checkbox with javascript in lotus notes

How to check/uncheck a checkbox with javascript in lotus notes? I´ve tried a lot of different javascript codes but none worked.... the input type checkbox is insidea form called form1.. thanks
0
votes
1answer
840 views

using dojox grid in xpages

how to use dojox datagrid in xpages? If anyone have code snippet please send it to me at thinkfatafat@gmail.com I am trying with the following code but getting nothing at the output: ...
2
votes
2answers
1k views

Invoking a Javascript from Lotus Notes on click of a button

I am building a Proof Of Concept for a component that was earlier built in vb6. Since the component has complex UI elements, I am not really sure how far i can reproduce the same thing with Lotus ...
0
votes
4answers
769 views

Lotus-Notes: Reset Radiogroup via Javascript

I'm currently working on a Lotus Notes solution. We're just using Web forms so client side operations are done via Javascript. What I want to accomplish is to reset a Group of Radio Buttons. There ...
0
votes
4answers
3k views

How to copy html source of a link to the clipboard and parse as a link in Lotus Notes?

How do you copy the html code of a link to the clipboard and parse it as a link in Lotus Notes? For example, in Javascript put <a href='http://www.stackoverflow.com'>StackOverFlow</a> ...
2
votes
0answers
76 views

SP3 installed, vs. SP3 slipstreamed, difference in default security settings?

A Lotus Notes installation, Domino 7x, which ends up trying to start a IBM SameTime 7.5.1 chat client, fails on some machines. Specifically, it fails on Windows XP machines that has SP3 slipstreamed, ...