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!

Recent content by Troodos

  1. Troodos

    Domino Web Access 7 - How to set up query

    - Make sure the access as 'Anonymous' is blocked on MOST databases - Security aspects in general for the server(s) - Server settings in particular (In e.g. you don't normally want users to 'browse' the file system to mention one area to check) - Update templates where relevant (Tip: Do not...
  2. Troodos

    Registration E-Mails show up in bulk mail

    Avoid certain keywords (check text and subjects), avoid use of HTML and avoid file attachment(s) - if possible... Brgds, TrooDOS
  3. Troodos

    Adjust date to 7-day calendar week

    Try this: dts = Format$(dDate.LSLocalTime,"dd mmmm yyyy") Brgds, TrooDOS
  4. Troodos

    Web Form for Email creation and registration

    The best practical approach is to create a 'request' queue; A form to fill in and post for the users, and which can be CHECKED and then TRIGGERED by the admin later. This way any 'bogus' users can be filtered out, but the level of automation can still easily be fulfilled AFTER the manual...
  5. Troodos

    Automating mail.box maintenance

    2 main options: You can schedule each task in the Domino Administrator 'Programs' or Trigger a batch file with the needed commands from the same area (Administrator 'Programs')... The easiest is probably to schedule each task as separate program tasks, but there could and would be some 'dead'...
  6. Troodos

    Calculating for no. of days to wait (like project scheduler)

    Why not calculate this directly in a view column? You have the field 'dueDate' and you can use @Today as comparison... In e.g. something like this (Field 'Confirmed' assumed to hold a confirmation flag): @If(Confirmed = "0" & dueDate > @Today; @Integer(@Date(dueDate) - @Date(@Today)) / 86400)...
  7. Troodos

    New Daylight Savings Time Issue?

    Normally not needed with a restart either... System date/time 'refreshes' 01:00 every night as 'default'. Brgds, TrooDOS
  8. Troodos

    server 6.5 autopopup

    In administrator? Try selecting 'administration | refresh server list | current domain' Brgds, TrooDOS
  9. Troodos

    Opening a DB SLOW for some

    Try to check the PORT settings on the slow machine. The more active port, the more the chanse for slow(er) access... Brgds, TrooDOS
  10. Troodos

    extending character limit

    This seems to be data 'composed' from different fields from a form? If so, try to access the FORM data instead of the view data and use the reporting tool to add in all the 'extended' text, in other words access the separate field values and use the reporting tool as 'filler' instead of the...
  11. Troodos

    2 INBOXES

    So this was a mailbox converted from another mailsystem once? Possibly Exchange? Rename your second Inbox to something not 'system related' (No $ in front of the name), and see if it solves it. If this second inbox is a result from a convertion, this could 'deal' with it. It's worth a try...
  12. Troodos

    Delivery confirmation request - Invalid information sent

    How to get rid of it and a little bit more: Recommend to turn off delivery confirmation for all internet mails. Recommended mostly because all the use and in particular 'misuse' of emails as is today, sales persons, possible spam, address collectings etc. and whatever else ideas and methods...
  13. Troodos

    "Adding entry ......64K. Entry not added"

    She could have activated the setting of expanding group members - And then numbers of users can be large depending on the members pr group. And this happens when addressing one single adressee as well? If that's the case, that sounds really strange... Brgds, TrooDOS
  14. Troodos

    Lotus Web Browser - done with errors on page

    If possible, try another browser from the same machine (in e.g. Firefox). If IE is or must be used, it 'often' creates 'strange' things due to security settings locally, and since you have one working and another one NOT working, try to compare the 2 sets of settings. I recommend Firefox if...
  15. Troodos

    extending character limit

    If you're using NotesODBC, no. The native plugin for Crystal has also limitations, and I recommend not to install that one, it stays with you 'forever'... Have you considdered IntelliPrint? More suited for Notes reporting / printing, and an eval can be downloaded from their site... Brgds, TrooDOS

Part and Inventory Search

Back
Top