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 SkipVought 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. finkelman

    Using .gif with AspJpeg

    I have 2 images in the directory, home_logo.jpg and image.gif. When I call the .jpg using: <IMG SRC=&quot;resize.asp?path=d:\mysite.com\html\home_logo.jpg&width=100&quot;> It works. When I call the .gif using: <IMG SRC=&quot;resize.asp?path=d:\mysite.com\html\image.gif&width=100&quot;> It...
  2. finkelman

    Using .gif with AspJpeg

    Hi, I am using the AspJpeg component to resize my images. When I use .jpg images it works perfectly, but when I use a .gif image, I get a broken image. I call the image using: <IMG SRC=&quot;resize.asp?path=d:\mysite.com\html\home_logo.jpg&width=100&quot;> Here is the resize.asp page: <%...
  3. finkelman

    Skip Loop

    Is there any way for me to sompare the second database inside the loop, and to something like this: hide = rs_store_check(&quot;hide&quot;) if hide = -1 then rs_select_Accessory_Group.MoveNext end if Will this skip this record and move on to the next?
  4. finkelman

    Skip Loop

    Hi, I have the following question. I have 2 tables. When I am looping through the records from table1, I would like to have it check within table2, if the &quot;hide&quot; field in table 2 for the current record is set to &quot;1&quot;, it should skip this record and move on to the next. I...
  5. finkelman

    Filter To Dropdown

    Hi, I would like setup a filter that will take all the States found in the results and create a dropdown menu. Here is what my SQL statment looks like. <% 'RETRIVE CURRENT VALUES FROM THE DATABASE store_id = 10 sql_Select_customers = &quot;SELECT first_name, last_name, Address1, Address2...

Part and Inventory Search

Back
Top