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 Chriss Miller 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. dizzle

    Border with straight edge and rounded inside

    I came up with a way to do it that is kind of makeshift but it works. I draw a rectangle with whatever color border I want. Then I draw a rounded rectangle in the middle of the first rectangle where I want my picture to show. Then I highlight both of those objects open the drop down modify...
  2. dizzle

    Border with straight edge and rounded inside

    I am trying to create an image border. I want the border around the picture to resemble a frame in the fact that the outside edges will be straight and at 90 degree angles. However on the inside where the border touches the image I want it rounded. I have found many tutorials for making...
  3. dizzle

    Passing layer name dynamically

    this is essentially what my html looks like, I have left of the contents of the calculator because they are not relevant to my question. I would like to have several divLayers(calculators) on this page, with each link passing the name of the layer. the code works now as is, with only one layer...
  4. dizzle

    Passing layer name dynamically

    i dont see how that work, because if you look at the second to last line of code youll notice that some of the events are firing on mouse down. so the name of the layer, which is assigned, is collected before the function showMe is activated. i was wondering if we could leave the code close to...
  5. dizzle

    Passing layer name dynamically

    ok, i agree but what about the dynamic naming of the layer problem?
  6. dizzle

    Passing layer name dynamically

    To show the layer: <a href="javascript:showMe();">Click Here</a> <br> well I know, but I am trying to support as many people as possible, no telling who will be looking at this site
  7. dizzle

    Passing layer name dynamically

    i am using javascript to display a pop up div layer. i am using a link to activate the div layer. the link directs to the javascript function ShowMe(), below is the javascript I have. As you can see, the layer name is hard coded in write now, but I want to pass it to the javascript, possibly...
  8. dizzle

    Importing access queries as SQL Server views

    Every time I try to import an access query to sql server it ends up in sql server as a table not as a view. is there any way i can keep this from happening?
  9. dizzle

    merging similar records?

    well what i was thinking about doing is selecting all from the table, and listing the items with checkboxes and let the user go through it manually and decide for themselves what records are similar, choose the ones they want to edit, then bring them up on another page. once they make the...
  10. dizzle

    merging similar records?

    i am programming a GUI for an old inventory system. One of my main problems with this database i have been given is the fact that a record for an inventory item may have been entered once or five times. just depending on how the previous users saw the information since there was no data...
  11. dizzle

    dynamic calls to database

    so i would essentially take that code and put it into the sql statement of my database connection on my asp page, or am i way off on how all this works?
  12. dizzle

    dynamic calls to database

    can you do a cross tab query in SQL Server?
  13. dizzle

    dynamic calls to database

    ive been thinking about trying something new(or new to me) and im not sure how to go about doing it. i was wondering if anyone had suggestions. i basically have two tables Teams TID TName DivisionID 1 Hornets 2 2 Bulls 2 3 Cavs 2 4 Hawks 2...

Part and Inventory Search

Back
Top