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!

Search results for query: *

  • Users: Elliott3
  • Content: Threads
  • Order by date
  1. Elliott3

    Get Server To Contact Users??

    Hi, Is there a way that I can get the server to contact a users computer on a network? I would have an app running on a network with say 6 people using it. It would be ASP and Access. All 6 users will have the window open on their desktops. When the database on the server is updated (has a...
  2. Elliott3

    Update Forms After Database Is Updated..

    Happy Holidays! I am working on a small app that several users will be using and will have open at the same time. The app will be open on all the users desktops most of the time. What I would like to do is to update all open forms after one user adds a record to the database. Is this...
  3. Elliott3

    Zipping files before download...

    Hi, Is there a simple way to zip a couple files on the server before the user downloads them? Can anyone point me in the right direction? CES
  4. Elliott3

    In a bind with phpmailer...

    I am trying to resend a number of emails at one time but it keeps timeing out... it seems to timeout when there are a number of attachments.. not always?? I am at a loss here.. any suggestions?? CES
  5. Elliott3

    fgets Testing for a new line??

    I am having a problem testing there is a new line encountered... I have $buffer = fgets($fp, 2048); I would ike to test $buffer to see if it is just a new line?? I have tried \n and \r and "" I am sure I am doing something silly here... any ideas? CES
  6. Elliott3

    phpmailer Bcc Without actually sending?

    Does anyone know if you can send an email with Bcc or Cc but only have it actually email the To recipient? So that when the To recipient receives the email it will appear as though other people have also received the mail? Any idea if this is possible? CES
  7. Elliott3

    phpmailer Received Date... Can You Change?

    I am migrating emails from an email client that cannot be imported into Oulook so I am trying to write a script that will resend all the emails but change the received date to the original received date from the header. I can currently change one of the received dates but this is only good...
  8. Elliott3

    Cannot post a file ove 1/2mb??

    I am having a problem posting a file via: <input type=file... if the file is larger than about a 1/2mb thenthe php page that it is posted to is never reached. all that is currently in the php page is echo "test"; and yet when you submit the window is stuck thinking(hour glass). some sort of...
  9. Elliott3

    osCommerce SESSION var problem...

    I have been trying to figure out this problem with sessioin variables all day... this is really the firt time ive looked at oscommerce but I am snapping it in among sections of a website.. What I need to be able to do is to simply create a session variable in a page within the 'store'...
  10. Elliott3

    Problem with SESSION variables???

    I have been trying to figure out this problem with sessioin variables all day... this is really the firt time ive looked at oscommerce but I am snapping it in among sections of a website.. What I need to be able to do is to simply create a session variable in a page within the 'store'...
  11. Elliott3

    $20 to anyone that can solve this problem...

    If you have a question... please ask... I'm at a loss here.. This is the thread: thread219-879146 http://www.tek-tips.com/viewthread.cfm?SQID=879146&SPID=219&page=1 CES PS - Ya, I know it's only $20 but it's still $20 and I will mail it!! Can anyone help.... I am interested in all suggestions!
  12. Elliott3

    PerlScript Error Help...

    Hi, I am a programmer but have never user perl and am working on a messy site. I was hopeing that someone could point me in the right direction with this error Iam getting... PerlScript Error error '80004005' (in cleanup) Can't call method "Value" on an undefined value...
  13. Elliott3

    Bbeginner Question...

    Hi... I have never programmed in VBA before and just trying to get started... How do I go about selecting records from a table say on the forms load even and place one of the values that is in the result into a text box on the for? Basically I would like to now how to interact with the table...
  14. Elliott3

    iFtpAddU.exe... anyone familiar??

    iFtpAddU is a utility that comes with ws_ftp server that allows you to add users via asp... I m able to view any users that I have added directly through the server but I am unable to add them through asp... Though the message i get does say that the user was added... it is not. I am assuming...
  15. Elliott3

    ASPExec...Error creating process Access is denied...

    Hi... I am trying to get this component to work on our new 2003 server with absolutely no luck. I have added the iusr_ account but still nothing.... Keep getting this error: Error creating process Access is denied maybe I do not have the permissions set on the correct area... any...
  16. Elliott3

    NT to Windows 2003 Directory Problem...

    Hi, I have been in the ASP forum trying to figure this out but to no avail... I have this html file and when you browse to it through the internet, it executes an asp file on the following line: <!--#exec cgi="/cgi-bin/myPage.asp" --> The above line is in a plain html file(note: the asp...
  17. Elliott3

    Looking for Calling Directory..

    Hi, Inside an html file I have: <!--#exec cgi="/cgi-bin/myPage.asp" --> at the start of this page I need to check for the directory that it was called from... ie the directory that the html document is in... but when I use Request.ServerVariables("SCRIPT_NAME") I get the directory of...
  18. Elliott3

    Permission Error Maybe??

    Hi, I am not very familiar with the following code that is in an ASP site I am working on... when the folloing code is executed: CREATE VIEW #Clinical_Trial_Listings AS SELECT DocTitle, Directory, vpath, filename, size, write, characterization, rank, CompanyType FROM SCOPE (' SHALLOW TRAVERSAL...
  19. Elliott3

    Problems Migrating From NT4 to 2003...

    Hi, I am working on a site that is being moved from an NT4 PC to Windows 2003... headache!! I am getting the following error: error '8002801d' /includes/my_include.asp, line 291 this is what's on line 291: oView.Add ScopeKey, sql oView is created as follows: Set oView =...
  20. Elliott3

    INNER JOIN differences from ACCESS

    Hi, I am changing over a database from Access to SQL Server and my SQL knowledge is still minimal... Are there any differences between an INNER JOIN in Access and SQL Server? CES

Part and Inventory Search

Back
Top