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 Mike Lewis 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: cayden2007
  • Order by date
  1. cayden2007

    How to set a coldfusion timer

    Hey GUJUm0deL, I need to do something similar with a form. I need to set up a form that only allows the user to fill out all fields before the time runs out. It will be a form that has questions to answer. The owner of the form don't want them to have enough time to search the internet...
  2. cayden2007

    If no buttons selected

    All, I am trying to figure out how to not have an action happen if something else is selected. I have a radio button on a form called schedEngActivity. If this is selected, I don't want the following code to initiate: If Me!installed_ops.Value = False And Me!installed_mss.Value = False...
  3. cayden2007

    input type question

    Here is the entire code for that shopping cart item: <FORM METHOD=POST ACTION="http://www.safepay.net/cgi-bin/shop/cart.cgi?"> <INPUT TYPE=HIDDEN NAME=merchant VALUE="bacastange"> <INPUT TYPE=HIDDEN NAME=name VALUE="(P-1) Purple, blue & rose"> <INPUT TYPE=HIDDEN NAME=sh VALUE="1">...
  4. cayden2007

    input type question

    Go to this page: http://www.bacastange.com/pendants_CANT_PURCHASE_YET.html You will see that I have a Add to Cart button. What I want to happen is when the button is clicked, it will take them to the shopping cart page and I want the words "shipping and handling information" to be a link to...
  5. cayden2007

    input type question

    Thanks so much for that. To answer your question, this input type is part of a shopping cart item, so all the input types are hidden. The only thing that is seen is the Add To Cart button itself.
  6. cayden2007

    input type question

    All, I am trying to add a popup link to input type code likeso: <INPUT TYPE=HIDDEN NAME=custom1 VALUE="1 inch x 1 inch purple, blue & rose <a href="javascript:ShowWin_1184393822437()">shipping and handling information</a>"> This does not work. Does anyone know how I could set this up...
  7. cayden2007

    inline frame with form

    target="_top">, seems to work. Thanks for all your HELP!!!!!
  8. cayden2007

    inline frame with form

    That worked somewhat, but now the problem I have is each time a product is clicked it opens a separate window for every product that is clicked and some people can end up with a lot of windows open. The initial new window is fine, but it would be good to keep everything in that initial new...
  9. cayden2007

    inline frame with form

    All, I have the following form: <FORM METHOD=POST ACTION="http://www.safepay.net/cgi-bin/shop/cart.cgi?"> <INPUT TYPE=HIDDEN NAME=merchant VALUE="bacastange"> <INPUT TYPE=HIDDEN NAME=name VALUE="(P-10) Blue, green & turquoise"> <INPUT TYPE=HIDDEN NAME=sh VALUE="2.95"> <INPUT...
  10. cayden2007

    Access 2007 problems

    I had to load Office 2007 again, because I took it off:) Here are my problems: 1. Open the database and I get this: An error occurred while loading 'Form_frm_SearchForm'. Do you want to continue loading the project. 2. I then say Yes 3. It gives me a Security Warning area where I can...
  11. cayden2007

    Access 2007 problems

    I will run Office 2007 again and come back with the error message. Sorry about that.
  12. cayden2007

    Access 2007 problems

    All, I recently purchased Office 2007. I have created a Access database using 2003. I have VB code throughout this database. I installed Office 2007 and tried to bring up my database and it conked out on me. It gave me some error message, but I could not open the database and I have...
  13. cayden2007

    Custom Autonumber

    I would like to do something similar like this thread: thread700-1221186 I would like to have todays date in this format: yymm in the beginning of the autonumber and make sure the date would not change when the next day or month comes into play. Can someone help me with this?
  14. cayden2007

    Date Formatting

    I need to format a date field on a form to this: yymm I need that to automatically show up it is a new record, and I don't know how to format it like that. Can someone help me?
  15. cayden2007

    changing a default value with a command button

    I am trying to figure out what I change in this code for it work for me. I changed this line: Forms(strFormName).strLastName.DefaultValue = "'" & strDefault & "'" to [code]Forms(strFormName).strPayment.DefaultValue = "'" & strDefault & "'"[code] I am getting this error: Run time error 2465...
  16. cayden2007

    changing a default value with a command button

    I want to place a command button on a form and be able to change the default value of a field using the command button. Is there an easy way to do this? Please help. Thanks, Jerome
  17. cayden2007

    Name Issue

    I found out what the problem was. I forgot that I had put some vb code in for that field on the OnExit Event that formatted the name that was typed in. I just removed that code and messed with the settings you described and everything works now. Thanks so much for all of your help!!!!
  18. cayden2007

    Name Issue

    I just checked it and it was enabled, so I disabled it and it still did the Auto Correct, so that didn't work. Any other ideas?
  19. cayden2007

    Name Issue

    All, I have a user with a last name spelled: LeDuc Everytime he enters his name in a field on a form, it changes it to: Leduc How can adjust to keep the spelling of his name this way: LeDuc? I tried to do a search to see if this has been asked before, but I really didn't know...
  20. cayden2007

    stretching an image in a table

    I will try that monksnake. Thanks and I will let you know how it comes out.

Part and Inventory Search

Back
Top