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 bkrike 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: loveday
  • Content: Threads
  • Order by date
  1. loveday

    Storing Image Names in db and displaying in acees form

    Hello Dear experts, I have only done what I am about to ask in asp, not in access as front end tool. We have a bunch of images stored on our server (folder). We have built an access application which allows the display of images per record. For instance, if you open an access form or...
  2. loveday

    Unspecified error

    I beg of you experts for your patience and expertise in resolving this error. I have been dealing with this now for 2 days. It really is kicking my tail. I have 3 segments of code. I will post the one that is having the error but if you have questions that relate to other pages, I will...
  3. loveday

    function to spit out shipping charges

    Hello gurus, Can I ask for a big favor of you, please. I created 2 tables: One table is called shipping and another is called products. The products table houses all of our products including shippingWeight of each product. The shipping table is a lookup table for shippingWeight. It has...
  4. loveday

    Printers installation

    I am not sure if I am in the right forum for this question but please direct me if I am not. I upgraded my hard drive from 4 gigs to 80 gigs and re-installed windows 2k professional, everything seems to work fine. I even downloaded and installed critical updates and patches from microsoft...
  5. loveday

    Calculating shipping and handling charges

    Can someone, please assist me one more time? I have a page called checkout.asp as part of an ecommerce site we are building. The way we have it written so far, it calculates tax and adds the tax to customer's total purchase based on a 5% tax. Right now, we are trying to change that; we don't...
  6. loveday

    Displaying either a single value or all values

    Dear experts, I have a table structure with following attributes: route_Name, blockNmae, blockID, route_ID RouteID is a unique id but blockID is not. A route_Name is associated with blockName. This means that route_name can have one blockName or many blockNames. So, you could have a...
  7. loveday

    Formatting a table

    Please forgive me for this cheap question. Please take a look at the code below: <table width='100%' border=1 cellspacing=0 cellpadding=0 bordercolor="aqua"> <tr> <td class=bodytextcolor width='33%' align=center nowrap> <img src="Images/dress_search.jpg" align="center"...
  8. loveday

    using CASE or DECODE

    hello Oracle gurus, It's been quite awhile since I have worked with Oracle. Today, I have been asked to modify an existing code but I am stumped as to how to proceed. Per code below, The changes that I am asked to make says that there is a parameter called new_fresh. If new_fresh = 'R' ( R...
  9. loveday

    weighing equipments

    We have just completed building an ecommerce site for a client. Only problem delaying the launching of the site is determining shipping and handling charges. My client is a pharmaceutical company that sells, among other things, equipments. Some of those equipments weigh as little as less than...
  10. loveday

    Bypassing customer page

    Happy holidays to you and greetings to all. When we developed our ecommerce site, we did so without the need for requiring that customers register before making purchases. As a result, the process follows: A customers comes to our site, browses through our catalog, see an item he or she...
  11. loveday

    ssl installment

    hi all, Our web hosting company provides an ssl certificate but that forces my client to change his hosting plans to a more expensive one. Is there a way to purchase one and setup it up on my client's site?
  12. loveday

    inserting value as percentage

    I have a field name called fldPercent. This field name is created so we can insert a discount percentage for a given product. This way, we can query the db to obtain the percentage for a product like thus: select cprice-cprice*fldPercent from table but I need to know the right datatype for a...
  13. loveday

    Page layout is off

    I am using this page as a "specials" page. A page where products that are on specially discounted prices are stored. So far, all my products are lining up like this: image1 image2 image3 image4 ..... THe more images you put on this page, the more they line up on one...
  14. loveday

    animated phases

    The code below displays various phases of a project and then animates the currently selected project phase. I also want to have a finger point up to the currently animated project phase. That is where I am having problem right now. The line of code: <SPAN style="display: none;"...
  15. loveday

    validation rule not working

    I have been trying to modify my code so it checks for each payment type before the processing card. I am doing the processing with the code below: If (Request.Form("paymentm") = 'MC' OR Request.Form("paymentm") = 'Disc' OR Request.Form("paymentm") = 'Visa') AND (Request.Form("cardno") = "" OR...
  16. loveday

    Code is always storing first record

    Good people, I am really stumped this time and need your urgent help. I am doing street inventories whereby a street name (we call it route_name in this code) can be associated with one or more block_names. What I have done so far is code it in such a way that if you select a route_name, all...
  17. loveday

    Windows setup is hanging

    Hello all, I have come here with a great deal of hope and expectations. I tried to upgrade a friend's windows 98 to win 2k. Recently, the pc started having problems booting up or shutting down. At first, I installed spybot anti spyware which seemed to have improved performce a bit. But then...
  18. loveday

    Nightmarish wish list code

    I have been battling this wish list code for only God knows how long but just can't seem to get over the hump. First I searched the forum and found wish list functions and subs with dlls by Cassidy. I just couldn't much with it. Then gradually, I started putting the pieces together but...
  19. loveday

    Payment gateways

    Hi all, I know this question has been asked several times before. I certainly have browsed through the faq and posts and have found some useful info about payment gateways and usage. I ask that you, *please* help walk me throught the process of using a payment gateway. My client wants to go...
  20. loveday

    Order search - not working

    I found this to be very upsetting. If a record matches customer's search code, display the record otherwise, display a message indicating that record is not on our database. That shouldn't be that hard, yet anytime I open the page to test it, first thing I see is the message that says "This...

Part and Inventory Search

Back
Top