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 wOOdy-Soft 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 FoxT2

  1. FoxT2

    CDO mail function help

    Hi, Ok here is the situation. I have MS Exchange 2003 (Version: 6.5.7638.1) on a MS Windows 2003 server. All clients have WinXP Pro with MS outlook installed. I'm trying to develop an application that can send emails without using MS Outlook. So I am trying the CDO mail funcion...
  2. FoxT2

    Help with SendSmtpEmail Function

    Hi, Anyone here know if it is possible to send attachments other than text files using the SendSmtpEmail function found at... http://fox.wikis.com/wc.dll?Wiki~SendSmtpEmail I need to send MS Excel and MS Word documents as attachments. And so far this function will not accept any...
  3. FoxT2

    Email Acounts hidden from the Global Address List.

    Ah Ok! I got it now. Thanks a lot guys! FoxT
  4. FoxT2

    Email Acounts hidden from the Global Address List.

    I have tried the properties on several users that all have an Exchange Mailbox and still nothing. I see no exchange tabs in Active Directory, however there is a "Microsoft Exchange System Objects" expandable folder listed under our domain name in the left panel.
  5. FoxT2

    Email Acounts hidden from the Global Address List.

    pgaliardo, I still do not see that option even with the Advanced Features turned on. My Active Directory version is... Active Directory Users and Computers Microsoft Corporation Version: 5.2.3718.0 Any ideas why I cannot see that tab? Thanks, FoxT
  6. FoxT2

    Email Acounts hidden from the Global Address List.

    Hi, Anyone know if it is possible to create an email account in MS Exchange 2000/2003 that will not show up in the Global Address List. I need to make some anonymous email accounts for certain users that do not want there email address to show in the Global Address List in MS outlook...
  7. FoxT2

    HTML command button setup

    Thanks for the suggestions Andeee, I will see if I can get that to work. FoxT
  8. FoxT2

    HTML command button setup

    Hi, I am working with a HTML page and am trying to get a command button to execute this string... "<%= oProp.ScriptPath+[?action=thanks] %>" I have tried it like this... <INPUT id="Button1" type="button" value="Button" name="Button1" onclick="<%= oProp.ScriptPath+[?action=iepthanks] %>">...
  9. FoxT2

    Web Software for a quiz

    Ok thanks, I just search google and found some good examples. FoxT
  10. FoxT2

    Web Software for a quiz

    Hi GUJU, It would be a multiply choice quiz with several categories. Maybe something like an IQ test. We have several policies and procedures that our employees must know in order to be certified. Would like to develop something that they could use on the internet to take the test. I'm...
  11. FoxT2

    Web Software for a quiz

    Hi, Anyone know where I can get a web based software package that you can setup for a quiz. What I'm attempting to do is create a quiz at our office that can be taken by employees loging in from the internet from anywhere. I realize that I could develop something from scratch, but did...
  12. FoxT2

    Need to open a .dpb file

    Hi, What do I need to open a .dpb file? What application uses a file with this extension? I have a .dpb file that I need to get access to for a customer. Thanks, FoxT
  13. FoxT2

    Turn strict mode off

    Hi, I have been told that turning strict mode off with fix a problem I am having with a database installation. However I am not sure where to do this. I was told that you goto MySQL instance config and reconfigure the server with the Detailed Configuration. And turn off strict mode...
  14. FoxT2

    Failed to connect to database MyData as MyUser@localhost

    Thank for the reply sleipnir, Ok I finally got it! MySQL 5.0 does not like PHP 4+ from my findings. It does work well with PHP 5+. By getting the PHP 5.1.4 installtion to work it has solved all my problems. FoxT
  15. FoxT2

    Upgrading from PHP 4.4.2 to PHP 5+

    Thanks again for the help sleipnir, Ok I finally got it! First off MySQL 5.0 does not like PHP 4+ from my findings. It does work well with PHP 5+. Secondly, I have had everything setup correctly from the beginning. Where I went wrong was I was using php_mysql.dll from a previous PHP version...

Part and Inventory Search

Back
Top