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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gulliver

    Button to connection document

    I put this code in a button that the user clicks on. Sub Click(Source As Navigator) Messagebox "A new connection document to Server XXXXXXXXX will now be added to your Personal Address Book" Dim ws As New notesuiworkspace Dim session As New notessession Dim destdb...
  2. gulliver

    text will not wrap

    If you are using mail, you will need to make sure that the alignment setting in the Body field of the Memo form is correct. Wrapping often disappears when you have pasted something into the message and then continue keying in. If you have a problem with wrapping and incoming, put this code in a...
  3. gulliver

    Consistency Checks

    This normally happens when a user has their mail database open when Notes is shutdown or terminates abnormally. Using updall will tidy things up for you. Assuming that the mail database is in a directory called mail the command is load updall mail\user.nsf. Depending on the size of the database...
  4. gulliver

    Unread Email Color

    The $Inbox folder has a style (S) property where you can change the unread colour
  5. gulliver

    How Can I optimize multiple Replicator

    There is a .INI parameter REPLICATORS= . Put in the number that you require and recycle Domino.
  6. gulliver

    forwarding email

    I think your user has reached the database limit. In practice it is 980mb.
  7. gulliver

    notes mail

    In the BODY field of the Memo form, insert a default value eg @NewLine + "______________________________________________________________________________________________________________" + @NewLine + "Put what you want in here" + @NewLine + "Put what you want in here"
  8. gulliver

    Help.....Lost folders after R5 upgrade

    If you go to the design of the database and select Folders and highlight a folder, then click on Design in the tool bar and select Design Properties, then select the Design tab, you will see a tick-box called "do not allow design refresh/replace to modify". If this is ticked then the...

Part and Inventory Search

Back
Top