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

    Setting "default" domain for website logins

    Hey gang, Hopefully, this is an easy one. I have an intranet site hosted on a win2K Advanced Server box. There are a number of "secure" areas of the site that we restrict using windows authentication. Well, when a user hits it with a Win2k (or earlier) box, the correct domain (say...
  2. scotth4v

    MS word char set problem.

    Hi Gang, I have a bugtracker built using servlets/xml/xsl. Anyway, I have a problem: when people cut and paste out of an MS Word document into the description field, certain characters get translated into weird characters. For example: If I were to type Scott's "test" in Word, then cut...
  3. scotth4v

    blank space validation

    A long time ago, I saw a post (that I can't find now) about someone wanting to validate against all blank spaces in their fields... they had done it by using a huge, ugly, long if comparison.. if ((myvar == ' ') || (myvar == ' ') || (myvar == ' ')...) ect. I was really busy at the time, so...
  4. scotth4v

    Intranet Directory using ASP/LDAP

    Hi gang, years ago I wrote an intranet app (company directory) in ASP pulling info out of an access DB, then, later another guy on my team used LDAP to have it pull off of our exchange server instead. Anyone have and documentation on how to do this (pull from exchange)? I'm running a win2k...
  5. scotth4v

    FSO recursive directory listing

    Hi Gang, I have written a little page for our intranet that just spits all of the contents of a folder onto a webpage w/links so that I don't have to maintain it when marketing adds docs, etc. Well, what I'd like to do is make it recursive, so if they add subfolders, it will also list them and...
  6. scotth4v

    escaping/replacing single quotes

    Hi gang, I've got a little bug that I band-aided a long time ago, but would really like to fix. I built a bugtracker using Servlets/XML/XSL/SQL 7. Here's my problem. When a user creates a new project in the BT, if they use an apostrophe, it breaks a SQL insert somewhere in the chain of events...
  7. scotth4v

    changing filenames in a Multipart request ?

    Hi Guys, Following your wonderful advice, I've incorporated O'Reilly's multipart request classes to add file upload fuctionality to my bugtracker project. It works beautifully, however, I found a slight bug and was wondering if any of you have come across it, and if so, what are some possible...
  8. scotth4v

    thoughts on adding attachments...

    Hi Gang, I'm a definite novice in the realm of Java so I'm not real sure what's out there, but I've built this Bugtracker using Servlets/XML/XSL under Apache/Jserv/MS-SQL7. One of the feature requests is to have a GUI-driven method for attaching files to the bugs (screenshots, files, etc). I've...
  9. scotth4v

    Filtering records

    Hi gang, More bugtracker questions :) I have a query that returns a list of names. If the people meet the search criterion on more than one occasion, their name will be on the list multiple times. Is there a way in the XSL to filter it so that it only returns their name once. One thought was...
  10. scotth4v

    Paging through results

    Hi Gang, I've built a bugtracker using servlets to pull data from my SQL 7 db and return the data as XML, format it with a series of XSL templates and display it. So far it's working great. Now I'm implementing a search feature. I could execute a search query that could potentially return...
  11. scotth4v

    Data Size limit?

    Is there a size limit to the amount of data that can be processed/stored by xsl/xml? I've got a servlet that builds xml files and displays them with a series of xsl templates. Well, now that it is getting more data, it has started cutting off the list after about a page of displayed results...
  12. scotth4v

    Hi Gang, How would I preserve t

    Hi Gang, How would I preserve text formatting (ie. carriage returns, space, etc) that someone enters into a textarea before the servlet inserts it into the DB? Thanks -Scott
  13. scotth4v

    Preserving Text formatting in Text field

    Hi Gang, How would I preserve text formatting (ie. carriage returns, space, etc) that someone enters into a textarea before I insert it into the DB? I'm pulling the data out as XML, so that's part 2 of the bugaboo... hahaha Thanks -Scott
  14. scotth4v

    inserting special characters

    Hi Gang, How would I insert a non-breaking space into an XSL stylesheet? &quot;&nbsp;&quot; I know the <,>,&, etc. must use the &lt; etc, but what about other HTML special chars? Also, since XSl views HTML as XML and must have all attrributes double quoted... how would I add a...

Part and Inventory Search

Back
Top