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

    Foxpro Multi-Threading

    Does anyone know much about multi-threading in Foxpro? I have a program that evaluates a table with articles in it against another table with various keywords. I scan over the articles, and search for keyword matches. This process, at times, can become very time-consuming, so I've been trying...
  2. Jeff80

    Foxpro compiling dbf's on open

    I recently had to reinstall Foxpro 9.0 on one of our computers, and now it is doing something strange. Any time I try to open a DBF file by double-clicking on it, Foxpro comes up with an error saying that "<filename>.fxp is not an object file." For some reason, Foxpro is attempting to compile...
  3. Jeff80

    Stripping bad characters for RSS feed

    I'm trying to code a script that generates a RSS feed, but the data being output keeps throwing XML parse errors. I think I've narrowed it down to possibly line-feed or carriage return throwing the error, but it might be anything. I've been passing the data through the below code to try to get...
  4. Jeff80

    rawurlencode and ampersand's problem

    I'm trying to include a title in the url of a link that contains an ampersand. For example, the link would look like: http://www.blah.com/blah & blah/blah.html I'm using rawurlencode on the "blah & blah" part to make the link safe, but when I click on the link, it tries to load the page...
  5. Jeff80

    Full-text Search Help with Order By

    Because MySQL does not optimize by any index when the query contains a full-text search, any ORDER BY's slow the query significantly. To get around that, we are currently taking advantage of subqueries and an extra table. We're using tables search_contents and search_results. The former has all...

Part and Inventory Search

Back
Top