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
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 =...
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...
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.
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...
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
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...
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
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...
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...
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!
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...
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 ;)
Can anyone tell me how to get the value of a checkbox in Lotus script or Java script or formula?.
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...
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...
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?
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...
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?


