Lotus Development Questions and Answers

Recent IT Questions

41 - 60 of 70

Opening a view in Java Agent

I would like to know how do i open a domino's view in Java Agent?

Answer Question   |  Sep 5 2008  10:46 AM GMT
Lotus development, Lotus Notes View, Java agent
asked by Kapadiamehul

  10 pts.

Get the other value LotusScript

i have a Dialog list field called txtProg. Under Choises i have choosen for Use view dialog for choices Database: Current database View: Programma Column #: 1 Later the data will be saved with: doc.Programma=uidoc.FieldGetText("txtProg") Call doc.Save( True, True ) But my problem is i want to put...

Answer Question   |  Aug 28 2008  8:33 AM GMT
LotusScript, Lotus development
asked by Ruudboy

  50 pts.

check if choosen type is radio or tv Lotusscript

Set tcollection = workspace.PickListCollection( 3, False,ServerName$, DatabaseName$, "Programma","Nieuwe Playlist" , "Kies programma") If tcollection.count=0 Then Exit Sub People can choose a "Programma". The list contains all the programs with the type The user choose a programm how...

View Answer   |  Aug 27 2008  8:54 AM GMT
LotusScript, Lotus Notes 8.x, Lotus development
asked by Ruudboy

  50 pts.

Formula for resetting the counter monthly in Lotus Notes

this is currently my formula: Counter1 := @Elements(@DbColumn("":"ReCache"; "":"" ; "($CounterLookup2)"; 2)) + 1; which is to create a counter for the # of documents saved. But i want it to be able to reset back to 1 every 1st day of the month. Can it be done? where will i put it? thanks a lot.

View Answer   |  Aug 19 2008  6:22 AM GMT
Domino Designer, Lotus Domino, Lotus Notes
asked by Dominodesigner

  15 pts.

Saving attachments - agent

Hi, I'm trying to create an agent which saves any attachments from incoming emails from a specified address automatically to a network drive. I'm not a notes dev so I'm having a hell of a time working out where to start. Any help would be really appreciated

View Answer   |  Aug 14 2008  2:40 AM GMT
Lotus email, Lotus development, Lotus Agents
asked by Geeklicious

  5 pts.

Domino Designer - View Horizontal Scrolling is Locked

I am working in Domino Designer 6.5. The view I am working in has the horizontal scrollbar locked at left. Vertical scrolling does work. Any help is appreciated. Thanks!

asked by Jimb8799

  5 pts.

Export View to OpenOffice?

Hi! Idea is very simple, click on Action Button (code must be in LotusScript) when opened LN document, and then by clicking this Action Button all LN document data exports/converts/migrates on OpenOffice Writer document. Can anyone know how to do that? Tnx ;)

Answer Question   |  Aug 4 2008  5:55 AM GMT
LotusScript, Lotus development, Lotus Notes View
asked by Sugi3

  10 pts.

Please recommend good books on adding a web browser interface to Notes/Domino DBs

As many of us have learned, Domino development (e.g., adding web browser interfaces to Notes/Domino application DBs) is quite tricky and very different from basic Notes client development! The use of $$Return fields, $$ViewTemplate forms, using AJAX code to do field-level value lookups, using css...

View Answer   |  Jul 23 2008  2:40 PM GMT
Lotus Notes, Lotus development, Lotus Notes Database
asked by RICHMON

  180 pts.

LotusScript code to add Assigned Policy in directory

I need a script to populate the Assigned Policy field in a DOmino directory person record, if the Setup Profile is populated. Can anyone offer such a script? With 4000 plus users to edit, I really don't want to do it manually...

View Answer   |  Jul 9 2008  7:57 PM GMT
LotusScript, Lotus Domino directory, Lotus development
asked by Tas

  5 pts.

$stampAll

What is $stampAll ?

View Answer   |  Jul 8 2008  7:10 AM GMT
Lotus Notes 7.x, Lotus development, StampAll
asked by Lotus Notes Developer

  5 pts.

Lotus & Domino 7 Application Development Query

I have a multiple choice dialog field with 16 sorted choices, 8 beginning "Additional..." & 8 beginning "Repeat...". Users will select up to and including 4 choices (any combination of Additional or Repeat). I have 4 computed fields that I wish to inherit each choice made in the dialog list order....

Answer Question   |  Jul 1 2008  10:56 AM GMT
Development, Lotus Notes 7.x, Lotus development
asked by Supermum

  5 pts.

Refresh/Update on QueryOpen IF user = names field

The documents have complicated security, so I need to check if the user matches either of a few names fields first. If yes I need the documents updated (same as if user clicked and Edit button and saved and refreshed) so that certain fields that are pulling values from a view that draws from a...

View Answer   |  Jun 25 2008  7:46 PM GMT
Lotus development, QueryOpen, R5.0.13
asked by Joeydog

  90 pts.

Modify/Create View with sorting

I have a view and i would like to change the sorted column by creating new view or modifying existing view. i.e i have a view called "$User" and first sorted column in this view is "Full Name". Now i would like "UniqueID" column to be first sorted one. How to do this.

View Answer   |  Jun 2 2008  5:47 AM GMT
Lotus Domino, Lotus Notes, Lotus development
asked by Jacksaro

  40 pts.

Is there a good future for Lotus Notes Developers?

Any future for Lotus Notus Developers?

Answer Question   |  Jun 2 2008  5:06 AM GMT
Lotus development, Lotus developers
asked by KunaalP

  5 pts.

Open notes database in formula language

Hi, How to open a notes database(e.g names.nsf) and browse through records in Formula Language?

View Answer   |  May 30 2008  4:52 AM GMT
Web development, Lotus development, Formula Language
asked by Jacksaro

  40 pts.

How can I display an attachment as an object in a Lotus Notes field?

How can I display an attachment as an object in a Lotus Notes field on the web side? In the field, I should be able to display the file name and the image of the attached file.

View Answer   |  May 16 2008  12:47 AM GMT
Web development, Lotus Notes, Lotus development
asked by Domino Ask The Experts

  430 pts.

accessing pdf file data in lotus notes form

I have a pdf form in which i am allowed to enter the data. I want to know that how we can access ths data from a pdf file in the lotus notes form or same in views?

Answer Question   |  May 10 2008  6:33 AM GMT
XML, Lotus Notes, Lotus development
asked by Saket

  5 pts.

Create Agent To seach unreviewed forms in 24 hour date range

Greetings! I am brand new as a Notes Domino developer with very little programming background. That said, I have a customer that has asked me to create an agent to check the claim forms submitted in the past 24 hours (date Range). If a claim form is found to have no action taken in that 24 hour...

Answer Question   |  May 7 2008  2:11 PM GMT
LotusScript, Lotus development, Lotus Agents
asked by Mikes1212

  15 pts.

Creating a scheduled agent to change status of Lotus Notes documents after three months

I want to create a scheduled agent that will change the status of a Lotus Notes document after three months. This agent should run every day, while checking and identifying the document's creation date. After the three months, it would change the document's status. Can anyone offer any ideas on how...

View Answer   |  Apr 25 2008  5:41 PM GMT
Lotus development, Lotus Agents
asked by Domino Ask The Experts

  430 pts.

Alternate text and caption showing in Lotus Notes but not on the Web

I have created a graphic in Lotus Domino 6, under the "picture" properties button. I have added alternative text and a caption to the graphic. My problem is that the text is visible in Lotus Notes but not on the Web. Does anyone know what my problem may be?

asked by Domino Ask The Experts

  430 pts.

41 - 60 of 70