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: *

  • Users: MagnumVP
  • Order by date
  1. MagnumVP

    Hiding Labels and Boxes based on Checkbox

    Ok...figured it out. Here is the VBA Code. First you need to place this code so it processed the information when the form opens. Private Sub Form_Open(Cancel As Integer) If Me.CheckBox.Value = False Then Me!Label86.Visible = False Me!CheckBox86.Visible = False Else...
  2. MagnumVP

    Hiding Labels and Boxes based on Checkbox

    Ok so far so good. I'm almost there. I've added the following to the "Form_Open" so the boxes will be hidden at first; Me!Label86.Visible = False Me!Comboxbox86.Visible = False I'm using it under the After Update portion; If Checkbox.Enabled = True Then Me!Label86.Visible =...
  3. MagnumVP

    Manage printers through AD

    You have to enable "Advanced Features" under the view menu in ADUC. It will allow the objects to become containers and you will see the printers installed on each machine. From there you can assign AD permissions to the object. Don't forget, there will also be the permissions that are applied...
  4. MagnumVP

    Hiding Labels and Boxes based on Checkbox

    I want a label (Label86) and a ComboBox (ComboBox86) to hide when the checkbox is checked. In the VBA Code I have tried; If Checkbox.Enabled = True Then Label86.hide() Comboxbox86.hide() Else Label86.show() Comboxbox86.show() End If I've also tried If...
  5. MagnumVP

    Migration from 5.5 then Messages Queue

    I have completed my Migration from 5.5 to 2003. Moves all the users over and everything worked fine. I have two connectors Internet Mail and Calendar. I can receive mail but not send mail. All the messages just get stuck in the queue. They resolve the names and establish their own queue but...
  6. MagnumVP

    Change OS Language

    Is it possible to Change the Language (menu's, toolbar etc...) of a Windows XP Home edition (OEM) English SP2 to Spanish. Example: "My Computer --> "Mi PC" "Start" --> "Inicio" If so...how? I've already gone to Control Panel -->Language and added all the Spanish in there. My keyboard...
  7. MagnumVP

    Slow Delivery of Email

    I'm sure I'm not a relay check out the telnet session: 220 somewhere.com Sat, 23 Oct 2004 09:14:09 -0700 helo 250 somewhere.com Hello mail from:MagnumVP@somewhere.com (Used Actual User Internal Email Address) 250 2.1.0 MagnumVP@somewhere.com ....Sender OK rcpt to:peterparker@hotmail.com 550...
  8. MagnumVP

    Slow Delivery of Email

    I have an Exchange 2003 server used for Internal and External Email. For some reason over the past week the email has been extremely slow to be delivered to internal users. Normally when an internal user sends an email to another internal use it takes less that 30 seconds to popup in that...
  9. MagnumVP

    Attempting to Understand Terminology

    I'm installing CRM for our test lab prior to implementing it into our production server. I'm still having trouble understanding some of the terminology. Can someone please explain to me what a QUEUE USER is? The documentation that comes with CRM is terrible for terminology. Is a QUEUE USER...
  10. MagnumVP

    Outlook 2003 error question

    Try this; http://support.microsoft.com/default.aspx?scid=kb;en-us;Q240697
  11. MagnumVP

    Auto Replies not working to external mail

    To enable Out-of-Office replies to the Internet: 1) Start Exchange System Manager. 2) Double-click Global Settings, and then click Internet Message Formats. 3) In the Details pane, right-click a domain name, and then click Properties. The default SMTP domain is "*". 4) In the Properties box...
  12. MagnumVP

    Messages Pending Submission

    For some reason I let it be over night and it fixed itself. I walked in the next morning and *POOF* everything was good. Who knows what happened... To monitor the message queues, try going to the monitoring tab of the Server and add SMTP Queue Growth. I haven't tried it myself but that might...
  13. MagnumVP

    CSU/DSU and Router

    I'm looking to replace my CSU/DSU and Cisco 2621 router with an all-in-one product. The reason is because they are beginning to act up and drop the T1 connenction between us and the ISP. They are also at least 5 years old and have never been replaced. Does anyone have any recommendations?
  14. MagnumVP

    Allow Relay for Authenticated Users

    I have created a second SMTP Virtual Server that allows relaying of messages once the user has authenticated using Outlook Express or Outlook (via the internet POP3 & SMTP) However, the user can successfully send the message to the Exchange server but the message just sits there in the Queue...
  15. MagnumVP

    Differences Beetween Office 2000 and 2003

    That might work....thanks
  16. MagnumVP

    Differences Beetween Office 2000 and 2003

    Of course, but all I could find was a XP (2002) to 2003 differences.
  17. MagnumVP

    Differences Beetween 2000 Pro and XP Pro?

    Anyone know of an article or Bullet points that show the difference between Windows 2000 and XP.
  18. MagnumVP

    Differences Beetween Office 2000 and 2003

    Anyone know of an article or Bullet points that show the difference between Office 2000 and 2003.
  19. MagnumVP

    Growing STM File

    My STM file grows out of control during business hours. It will grow from 2GB to 11Gb in 6 hours while the EBD file stays relatively the same. What tools can I use to figure out why this is doing it? Any PerfMon tools? Third Party? I'm guessing that it is a large amount of Non MAPI...
  20. MagnumVP

    Messages Pending Submission

    In my Queue I have 1747 message (and growning) under "Messages Pending Submission" and 58 messages (and growing) under "DSN messages Pending Submission" When I open Outlook from a client, every looks fine. When anyone send a message to an internal or external recipent it exits Outlook and just...

Part and Inventory Search

Back
Top