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 Shaun E 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: Kurt111780
  • Content: Threads
  • Order by date
  1. Kurt111780

    InfoPath formatting Date

    Hello, Basically I want this displayed at the top of my infoPath form. So if I open the form on a Tuesday and save it, it will still say the below. Also when i reopen the form, that should not change. It should only be updated when I start a new form. Like this Week#: 41 --- Starting...
  2. Kurt111780

    bmp company logo distorted

    Hello, On one computer, when a use prints a packing slip, the bmp logo is distorted. When they logon a different machine, same user name, then the logo looks normal. Seems to be a problem with a certain pc. any ideas? Thanks It's only easy when you know how. www.seedandgarden.com
  3. Kurt111780

    wireless network throughout office

    Help me understand how WDS works. Will what I want to do work with Netgear WAG302 or WG302? What I want to do is connect 3 access points to my network at 3 different locations so wirless clients can roam freely between them. I also need to have WPA-PSK enabled along with Access control list...
  4. Kurt111780

    New Public IP - Need to Modify in Pix 515e

    Hello, Our IP addresses changed. The public ip assigned to the pix changed, the ip assigned to the dmz changed also. How do I modify this in the Pix 515e? It's only easy when you know how. www.seedandgarden.com
  5. Kurt111780

    Make One Note available through a web browser

    Hello, There wasn't a form for One Note so I hope someone here can help. I am thinking about using one note. The problem is I don't use one computer all day. I need my notes to be available from any computer with internet access. How can I make one note available in a web browser? Thanks...
  6. Kurt111780

    convert php to ASP.NET C#

    Hello, How could I convert this to asp.net c#? <?php $pageID = $_GET['pageID']; // Execute Query $msSqlQry = mssql_query("SELECT * FROM myLinks WHERE txtPageID = '$pageID'") or die ("Unable to run query"); // Iteration loop, for each row in rowset...
  7. Kurt111780

    C# Populating TreeView On Demand QuickStart

    Hello, I'm using this QuickStart TreeView control to display the contents of a folder. http://www.asp.net/QuickStart/util/srcview.aspx?path=~/aspnet/samples/ctrlref/navigation/TreeView/TreeView10.src How can I modify it so that when a file is clicked the file is opened or downloaded...
  8. Kurt111780

    Checkbox Array convert from php

    In php I have a file browser with checkboxes. When the from is submitted the selected checkboxes are put into an array. How can I do this in ASP.Net C# ? Here is my php code: <input type=\"checkbox\" value=\"$hPath\" name=\"file[]\" /> Then on the page it submits to: $arrayFileName =...
  9. Kurt111780

    how to backup sql server 2005 express database

    Hello, I'm new to SQL Server and I want an easy way to backup the database daily. I used SQL Server Management Studio Express and created a database.bak file. Do I have to do this everyday I want it backed up? Thanks, Kurt It's only easy when you know how. www.seedandgarden.com
  10. Kurt111780

    http header large download fails

    Hello, I have script that uses http headers for downloading files. It seems to work fine when on the same network but when outside the network downloading at 50kb/sec the download fails. Its a 22.0 MB file and it gets to about 3/4 the way through every time before it fails. Here is my header...
  11. Kurt111780

    batch program for each file in directory

    Hello, I'm not sure if this is the right forum. I'm using windows xp and need to create a simple command line program. This is what it needs to do for each file in the directory. fileName1 representing the first file in the directory. For each file in myDirectory do myCommand fileName1...
  12. Kurt111780

    php SQL Server connection

    Hello, I am new to php and SQL Server. I am having trouble getting php connected to SQL Server. What i did: Installed PHP 4.2 using installer for IIS Installed SQL Server Express on same server copied the php_mssql.dll to php folder copied ntwdblib.dll to System32 folder uncommented...
  13. Kurt111780

    LCD Widescreen vs two screens

    Hello, I like the idea of two screens, being able to view two apps at once. I would really like instead to have a widescreen lcd that acts as two screens. I dont want to be rearranging apps to fit on both sides. Do any of the lcds have software that you can split it down the middle so it...
  14. Kurt111780

    smtp server email headers

    Hello, When my server sends out an email, in the header is this. Received: from myServerName([127.0.0.1]) by myServerName.myDomain.local with Microsoft SMTPSVC(6.0.3790.1830); How can I change that to display the public ip and domain name? Thanks, Kurt It's only easy when you know how...
  15. Kurt111780

    smtp server email headers

    Hello, When my server sends out an email, in the header is this. Received: from myServerName([127.0.0.1]) by myServerName.myDomain.local with Microsoft SMTPSVC(6.0.3790.1830); How can I change that to display the public ip and domain name? Thanks, Kurt It's only easy when you know how...
  16. Kurt111780

    test smpt server for websites

    Hello, I installed the smtp server on windows server 2003. This is the 2nd server I've installed this on. The first one works fine. On this server I can't get my web app to send an email. How can I make sure the smpt relay server is working properly? Thanks, Kurt It's only easy when you...
  17. Kurt111780

    sending mail

    Hello, I just installed php, and smtp server on windows. I have a script that sends an email message but I keep getting the error. Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in...
  18. Kurt111780

    hidden firewall??

    Hello, I have two xp pro workstations with sp2. On one I used to have kerio personal firewall. It has been uninstalled for some time now. The other machine had windows onecare beta. On both these systems I have removed the firewall and turned off the sp2 firewall. This seems like a...
  19. Kurt111780

    sql server 2005express or 2000

    Hello, I've never used sql server before. I usually use an access database or mySql. I have a legacy php app using mysql and I'm moving it to a windows server and plan to use sql server instead. I am either going to install sql server 2005 express or use 2000 which is already on a seperate...
  20. Kurt111780

    installing php

    When installing php on windows server 2003 the message pops up "This script does not work with WScript." Is this normal? Then it sets CScript as the default or something. Is this normal and can I leave it like that? Thanks It's only easy when you know how. www.seedandgarden.com

Part and Inventory Search

Back
Top