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 TouchToneTommy 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: finkelman
  • Content: Threads
  • Order by date
  1. 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: <%...
  2. 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...
  3. 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