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

  1. andy570

    Place an "X" in a box

    Thanks for the help....I used the image source example and it works great.
  2. andy570

    Place an "X" in a box

    Okay, let me clarify. I have a form on one page. It is for a standard contract. The contract has several sections where a box needs to be checked. For example: Do you have knowledge of existing lead paint? (BOX) No, I don't (BOX) Yes, I do. When the form is processed both selections will...
  3. andy570

    Place an "X" in a box

    Is there a way to use a checkbox selection to place an "X" inside the appropriate box?
  4. andy570

    Connecting to the Exchange Server from online shopping cart?

    Thanks for all the help....I think I figured it out.
  5. andy570

    cfmail and exchange server

    Thanks for the help. Yes, every other website has no problem sending email...only this one which is trying to send email to the clients exchange server. Thanks again!
  6. andy570

    cfmail and exchange server

    Unfortunately, the Exchange Server and CF Server are not on the same network. According to the logs the CF Server is sending the mail. Since they are not on the same network will that require coding with cfldap to make a connection to the Exchange server? Thanks so much for the help.
  7. andy570

    cfmail and exchange server

    Thanks for the help. Once they have the Exchange server configured to allow the CF server to relay through it do you then just specify the server address in the cfmail code?
  8. andy570

    Sending Email from online shopping cart

    When we first built the cart it was using the pop3 and smtp via cold fusion. The client wanted to install an exchange server to handle all the mail. This is separate from the website. How do you setup the exchange server to allow CF to relay through it? Thanks for all the help.
  9. andy570

    cfmail and exchange server

    Maybe I can clarify it a bit. Once the order is made a confirmation email containing all the information is sent to sales@domain.com. The clients switched the MX records to use their MS Exchange server for all email. Does this effect the CFMAIL tag? Do you have to make a connection to the...
  10. andy570

    Connecting to the Exchange Server from online shopping cart?

    Maybe I can clarify it a bit. Once the order is made a confirmation email containing all the information is sent to sales@domain.com. The clients switched the MX records to use their MS Exchange server for all email. Does this effect the CFMAIL tag? Do you have to make a connection to the...
  11. andy570

    Connecting to the Exchange Server from online shopping cart?

    hello all, new to this forum. I have a problem hopefully someone can shed some light on. We have a client for whom we created an online shopping cart. Once the person places the order and checks out a confirmation email is sent. This worked fine until the client installed an exchange server...
  12. andy570

    Sending Email from online shopping cart

    hello all, new to this forum. I have a problem hopefully someone can shed some light on. We have a client for whom we created an online shopping cart. Once the person places the order and checks out a confirmation email is sent. This worked fine until the client installed an exchange server...
  13. andy570

    cfmail and exchange server

    Hello all, I have inherited a problem. We have a shopping cart which emails the contents of the cart to the sales address. However, our clients installed an exchange server to handle all the email and now they are not receiving any of the order confirmations. Below is the original code...
  14. andy570

    Possible to Pass Form Data to SQL Statement?

    Thanks, took the quotes away from the Form.Table and it worked fine.
  15. andy570

    Possible to Pass Form Data to SQL Statement?

    Just a quick question. Is it possible to pass form data to a sql statement. For example: on one page a drop down list with a list of the different databases and another area for the table. Can these be passed to the SQL statement with something like: <cfquery name="getinfo"...
  16. andy570

    String index out of range: -17

    Any ideas on how to fix this? This is the line it is referring to: DESTINATION="D:\WWWRoot\safescriptinc.com\www\Employees\HSF" Thanks
  17. andy570

    Cffile Upload then create hyperlink to doc

    Got thanks
  18. andy570

    Cffile Upload then create hyperlink to doc

    Hello everyone....I have a quick question. In my database I need to make a place to upload files in pdf format. Once they are uploaded then they need to be able to be searched and viewed. I don't want to the database to become too big so I was thinking of using a hyperlink field. Is it...
  19. andy570

    Best Way to Store Documents?

    hello I am a relatively new Access user. I am building a program to upload documents to a database. My question is this is the best way to achieve this by setting a field in a table to be OLE and upload to it....or to upload to a location and have hyperlink to that document? Thanks
  20. andy570

    Login Question

    Thank you for all your help....got it working.

Part and Inventory Search

Back
Top