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: *

  1. sparky68

    CSS & Lists

    i'm not sure if this is the right group for this message... if there if a better place for this please let me know. i want to put styles on a list. like this: ul.disc { list-style-type: disc } that will set the type for the whole list, but how do i set a font in css for the list items...
  2. sparky68

    Strange Error

    Here is everything... The page works... However at times I get the error that I listed below... I have a second sql on this page which works fine, but that reads from a table not a query... I am guessing that obdc isnt liking using data from a query... I tried using jet with same results...
  3. sparky68

    Calculations

    whats the best way to preform calculations on a page using data from a db? like if i had 3 numbers, wanted them sum'd and avg. is it best not to have the page do it but instead have the db do it in a query and update the table?
  4. sparky68

    Record count

    i have a search in a db...i want to add on the form "x of y results found"...i have a query that gets search results but how do i get its count? and how do i count the number of records in the table to get the "y" number?
  5. sparky68

    i have a search in a db...i want to

    i have a search in a db...i want to add on the form "x of y results found"...i have a query that gets search results but how do i get its count? and how do i count the number of records in the table to get the "y" number?
  6. sparky68

    Photo Page Admin

    On a site I made it has a photo album page. I want to create an admin page. Heres what I want to do: 2 drop down boxes...1 listing albums...2 listing photos based on what you chose for album...then a place for pic display...box for description...box for file name...and a spot to ul files… it’s...
  7. sparky68

    redirect after ? seconds

    is there a way to have a redirect automaticly after so many seconds?
  8. sparky68

    sql select

    I’m trying to pick a different sql line when a querystring exists or not…heres the code: if request.querystring(&quot;ID&quot;) <> &quot;&quot; then recordtoview = request.querystring(&quot;ID&quot;) strsql = &quot;SELECT * from news ORDER BY news.newsDate where news.newsid =&quot; &...
  9. sparky68

    Error checking and messages

    I am adding error checking to conferm delete of a record, or invalid data on edit or add, like blank fields. I want to popup a msg box with the error msg. how do I make the popup box?
  10. sparky68

    Looking for a calendar

    I am lookin for a calendar. I need it to have view, add, edit and delete features. Plus I'd like to have reoccuring dates, for holidays and meetings that are the same day or date. I am hoping theres an existing code for this.
  11. sparky68

    Connection in a function

    It’s been suggested that I put the db connection lines into a function, then include that file on the pages its needed in. has anyone done this? I cant find and code examples on this anywhere.

Part and Inventory Search

Back
Top