Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Julie845

  1. Julie845

    Domino R6 service stopped with error 2351

    I have trouble with my domino server, the domino server appears to work, however, it no longer responds to notes client, the server control doesn't accept keyboard input and the lotusdominodata is stopped. The operating system (w2000) remains responsive. In the event viewer, I've got this error...
  2. Julie845

    calendar day

    Pascal My problem is link with my daylist, to have it correctly displayed on different item, I use the "show multiple values as seperate entries" option. I don't know where and how the system stores the date information to manage this option. With the code, I have only a blue --> with...
  3. Julie845

    calendar day

    I have a calendar view with a text list field. The view is fine working, I have a from and a to dates, the system creates item the list like 09/01/2004 09/02/2004 09/03/2004 09/04/2004 09/05/2004 I have to produce an icon based on the day 09/01/2004 (icon 112 a blue -->) 09/02/2004 (icon 117 a...
  4. Julie845

    View calendar notes 6.01

    I have created a calendar view with the first and second column as needed My view is fine working if between my from date and my to date, there are 2 days max. Ex. 08/15/2004 00:01 am to 08/15/2004 11:59 PM ---> fine working 08/15/2004 00:01 am to 08/16/2004 11:59 pm ---> fine working...
  5. Julie845

    create 2 documents in 2 differents forms based on 1 selected document

    Here you have As you could see, I have specify a "logical" delete instead of my Remove method Sub initialize Dim session As New NotesSession Dim workspace As New NotesUIWorkspace Dim db As NotesDatabase Dim doca As NotesUIDocument Dim docB As NotesUIDocument Dim docc...
  6. Julie845

    create 2 documents in 2 differents forms based on 1 selected document

    Pascal I have fixed my problem this morning, some day as you know you have to do something else and came back later with an open mind. The only trouble I still have is to delete the original document. I have tried to use call doca.remove the system says "not a member: REMOVE any idea why ...
  7. Julie845

    create 2 documents in 2 differents forms based on 1 selected document

    Dear all I'm turning around.... I have a really simple thing todo and I'm not able to find what is my mystake with this I have a document in a formA If the status of this form is updated I would like create a FormB with several items coming from formA and on the same operation, create a FormC...
  8. Julie845

    disable export option on file menu

    I would like disable the "export" option from the file menu I'm using lotus notes 6 Have you already do this ? Do you know how I can do it ? thanks for your help Julie
  9. Julie845

    agent to read a view and use the unique id to find inherit document

    I would like update my "inherit values" on a form with an agent. I have already one view with the records(parents) updated by my user with a specific flag to trace them. I have a view where my children are listed. Now, I have to generate the agent to read the first view, access the...
  10. Julie845

    Import 123 worksheet as "response document"

    Pascal, I have found another way to do it, I have first import my 123 file and after that I have change the $ref value. thanks anyway for your idea.. cheers Julie
  11. Julie845

    Import 123 worksheet as "response document"

    I would like import 123 worksheet as "response document" The problem is how to define the correct parent with each on my record ? The system at this time pushes all my "response document" under the selected document in my view. Have you an idea ? thanks

Part and Inventory Search

Back
Top