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 Chriss Miller 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 minoad

  1. minoad

    ACT 2006

    My company sells specific items which each are customized for each quote. For instance Windows 1 Lenght 2.5 Width 3.6 I would like to show this in the quoteing process, however it is not readily apperent how to change these items. Any ideas would be appreciated. Thanks Micah A. Norman
  2. minoad

    SetDWordValue issues

    OK. I have lost my mind. I created the problem with a typo. Sorry for the post.
  3. minoad

    SetDWordValue issues

    I am attempting to use a script to enable rdp on xp pro. I have written two reg files that do the trick yet i need to convert these to a vbs file. This is the code: regVal = 0 Set objReg = GetObject("winmgmts:\\" & strCompName & "\root\default:StdRegProv") intRc = objReg.SetDWORDValue(HKLM...
  4. minoad

    EDB

    I would like to open the database associated with the windows 2003 terminal lic. server. This file is in a EDB format. I have found refrence indicating that this is an odbc compliant format, however i cannot find any information on how to open it to view the data. Any ideas would be...
  5. minoad

    Relay

    All changes to resolution have been made. Assuming the email server has a ip address of 5.5.5.5, i have reversed 5.5.5.5 to email.companyx.com, and have created a forward lookup of email.companyx.com and pointed to 5.5.5.5. I am still not getting anything through to aol. Any ideas? Micah A...
  6. minoad

    Relay

    That is the strange thing. The emails to aol are just hanging up in the queue. Thier are no messages. The error I get on the queue is about as generic as they come, "Thier has been an SMTP protocol error." Relay is off, authentication for all outgoing is on. I think the issue is with...
  7. minoad

    Relay

    I am running exchange 2003. I am interested in having this server act as my smtp server. When i turn on anon access for my internal users i was getting several servers returning relay denied. I enabled authentication and this fixed my problem. However now when sending to AOL users the email...
  8. minoad

    SQL input

    This is driving me up a wall. Below is my SQL. For whatever reason when it gets to the final line with dateMonthYear it is asking me to enter it. Yet i have already created it using the " as DateMonthYear" any ideas why it seems to forget this fact. Micah A. Norman SELECT [Salutation] & "...
  9. minoad

    SQL input

    what i need to do is use this data in a report that relies on this query. Is thier any way to pass this to a report. Also if i use the same parameter again wont it require the user to enter it a second time?
  10. minoad

    SQL input

    I am trying to rig a very poorly written access database. One of the queries in this database is using information supplied by the user via an inputbox. The input box is being generated in the sql as the below snippet shows: - Between [Enter Start Date (_ _/_ _/_ _ _ _)] And [Enter End Date...
  11. minoad

    Enterprise Wide Signature

    Thanks for the information. Very much appreciated. Minus the sarcasm of course. Micah A. Norman
  12. minoad

    Enterprise Wide Signature

    I am trying to setup a signature that will go out with all messages from all users on the domain. Is anyone aware of a way to setup a default signature for all users on the exchange server Micah A. Norman
  13. minoad

    Exchange to pop

    That solved the problem. I appreciate it,thanks alot. Micah A. Norman
  14. minoad

    Exchange to pop

    Is anyone farmiliar with a program or a way to forward from Exchange 2003 to POP accounts? I have found dozens of progs that go pop to exchange, but not the other way around. Micah A. Norman
  15. minoad

    Object lifetime

    It seems that as with the arrays, i am also having issues with object lifetime. I would like the constructor of class1 to create 60 instances of class2. This is fine as long as i only refrence those objects from within class2.cpp. Is it possible to create an instance of an object and make it...

Part and Inventory Search

Back
Top