LotusScript Questions and Answers

Recent IT Questions

41 - 60 of 148

Foreign views into frameset

how to specify content of named element of foreign database in outline such that it can embed in a frameset such that when click on outline entry,view is display on right side of the frame

Answer Question   |  Oct 29 2008  2:07 AM GMT
LotusScript, Lotus Notes View, Foreign View display
asked by Rajya

  5 pts.

Lotus Agent errors

Hello, I planned an agent with the following code: Sub Initialize Dim session As New NotesSession Dim view As NotesView Dim doc As NotesDocument Dim db As NotesDataBase Dim nowD As NotesDateTime Dim creatD As NotesDateTime Set db = session.currentdatabase Set view =...

View Answer   |  Oct 17 2008  6:50 AM GMT
LotusScript, Lotus development, Lotus error messages
asked by SAN67

  15 pts.

Debugger Doesn't Work In Form

What would cause the LotusScript Debugger not to function on a form? I have one form (db default) that contains many buttons programmed with LotusScript that will not go into the debug mode when clicked. Other buttons on different forms works fine with the debugger. This one form just runs the...

Answer Question   |  Oct 14 2008  6:02 PM GMT
LotusScript, Development, Development tools
asked by Mgl

  5 pts.

Lotus Notes create script to send calendar in email

is this possible?

View Answer   |  Oct 13 2008  2:39 PM GMT
LotusScript, Lotus Notes 5.x, Lotus Notes 6.x
asked by YmdkC

  55 pts.

LSXODBC and MS-SQL Stored Procedure Parameters

Using LSXODBC and ODBCResultSet, how do you pass parameters to a stored procedure using result.Execute or result.ExecProcedure? I am looking for a working example not just syntax.

Answer Question   |  Oct 8 2008  5:57 PM GMT
LotusScript, ODBC, SQL Server stored procedures
asked by Mzrn1x

  5 pts.

how to send a rich text field in a mime stream for email

I want to email the contents of a rich text field and send an URL link in the same document. When I send the rich text field through the mime code it does not maintain the spacing of the original text. I am using the mime code to send the URL link because I want to send the link with the format of...

Answer Question   |  Oct 8 2008  4:51 PM GMT
LotusScript, MIME, Rich text
asked by DenWeb

  5 pts.

Set as Homepage by Script?!

Is it possible to do the "Set Database as Homepage" function by lotus formula, or lotus script? Or does anyone know where it is stored, i think in bookmark.nsf, but don't find where. Has anybody an idea?! Thank you very much in adavance, best regards Klaus

Answer Question   |  Oct 3 2008  6:15 AM GMT
LotusScript, Bookmark.nsf, Formula Language
asked by Berlinklaus

  10 pts.

Can I rebuild a view index using a LotusScript agent?

I have a datebase containing around 250,000 documents up to 12 months old. The last 30 days documents are updated by and hourly agent by deleting and recreating them (using data imported from sql query) as this seems to be faster than searching for and updating each document. Another agent runs...

View Answer   |  Sep 16 2008  9:39 AM GMT
LotusScript, Lotus Notes View, Lotus Agents
asked by Tangoste

  5 pts.

Time Check.

Hi All I have an scheduled agent. I want to check in this agent if the day is Sunday and the time is between 5:00 AM to 10:00 AM just exit do not continue the agent. Please provide me a solution. Thanks Ayushi

View Answer   |  Sep 10 2008  4:33 PM GMT
LotusScript
asked by Ayu18

  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.

Export to Power Point

Hi, Anyone knows how to export to Power Point? I have a few code, but not the intire code, and I can't find it on internet. If someone knows, please give a simple code of exporting to Power Point! Thanks a lot!

Answer Question   |  Aug 15 2008  12:35 AM GMT
LotusScript, PowerPoint, Domino
asked by Avanci

  5 pts.

How to view the selected document into the open office?

Hi, Can anyone tell me ... I have created OpenOffice button in my lotus designer.... I have created some views also.... Now wat i want is? When i select a view , in that i will select a single document now when i click the open office button the selected document should move to the open office...

Answer Question   |  Aug 5 2008  4:09 AM GMT
JavaScript, LotusScript, Domino Designer
asked by Sugi3

  10 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.

How to get the value of a checkbox

Can anyone tell me how to get the value of a checkbox in Lotus script or Java script or formula?.

View Answer   |  Jul 31 2008  1:03 PM GMT
JavaScript, LotusScript, Lotus Notes 5.x
asked by Rajalakshmi08

  240 pts.

How to stop autoreply replying to myself

I use Lotus I have setup a simple agent for a general email address that handles customer enquiries. I have used formula's that reply to the sender using the From field formula (From) and the subject field formula (Subject). I have found that there is an instance where our website sends emails to...

Answer Question   |  Jul 13 2008  1:09 AM GMT
LotusScript, Lotus Notes
asked by Hjeffery

  5 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.

How to disable mail forwarding to external email address

Hi. My users are setting up agents to export their mail to external emails. any ideas how to counter this while still allowing them to create "out-of-office" and "archive" agents?

View Answer   |  Jul 8 2008  1:01 PM GMT
LotusScript, Lotus Notes 7.x
asked by RHS

  15 pts.

Using LotusScript to create and open a View

I am having a problem creating a View using LotusScript (CreateView method) and then opening it (OpenView). I can successfully create the view, I can see it, I can get it to perform like an object, but when I want to open it in a frame (immediately after creating) via NotesUIDatabase.OpenView, the...

Answer Question   |  Jun 26 2008  7:48 PM GMT
LotusScript, OpenView, CreateView
asked by Domino Ask The Experts

  430 pts.

LotusScript to change location document name

I know this is possible but I don't know how its done. I need to run some LotusScript that will allow me to only change the location document name to my company's name on our Lotus Notes client. I already have the script that deletes the location doc. Can anyone offer me any suggestions?

View Answer   |  Jun 26 2008  7:32 PM GMT
LotusScript, Lotus Notes
asked by Domino Ask The Experts

  430 pts.

41 - 60 of 148