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 wOOdy-Soft 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: xjs
  • Content: Threads
  • Order by date
  1. xjs

    Firefox cannot read secure stylesheet with XHTML doctype

    Hi all, I have been searching the web looking for a solution and can not find the answer I need. I have an XHTML web page coded with an XHTML strict doctype that references a style sheet on a secure server. IE6 renders this page as expected but Firefox 2.0.0.3 seems to ignore the stylesheet...
  2. xjs

    Web page reverts to previous version using Dreamweaver to FTP

    I use Dreamweaver MX 6.0 to FTP files between my local hard drive and a remote server. Occasionally, I find that a web page which has been saved locally and uploaded to a remote server mysteriously reverts back to a previously saved version of the file on BOTH my local hard drive and remote...
  3. xjs

    getString()

    i want to use getString() to optimize code. i have "WHERE" and "ORDER BY" in my SQL statment but don't want those fields to display on my table. strSQL = SELECT FIELD1, FIELD2 WHERE FIELD3='something' ORDER BY FIELD4" i want to display only FIELD1 and FIELD2 in a table...
  4. xjs

    Getting the result of an aggregate function using DAO

    This seems to be an easy one but I can't find what I'm looking for. Can anyone provide the syntax to reference the result of an SQL statement that uses an aggregate function with DAO? SELECT SUM(Cost) FROM table... How do I reference or get the result of "SUM(Cost)" from this query...
  5. xjs

    Need result of aggregate function on form using DAO

    This seems to be an easy one but I can't find what I'm looking for. Can anyone provide the syntax to reference the result of an SQL statement that uses an aggregate function with DAO? SELECT SUM(Cost) FROM table... I want to update the value of a text field on a form but am not sure how to...
  6. xjs

    Rounding down / truncating numbers in ASP

    Does anyone know how to strip a decimal so that a rounded down integer is returned? Would I have to parse text from the number and remove the decimal and everything to the right of it? It sounds like it should be easy but I can't find what I need on the web. Am I missing something? Thanks.

Part and Inventory Search

Back
Top