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!

Recent content by gareth7

  1. gareth7

    raising custom error's with mssql 2k

    Thanks for the reply. I'm actually looking for something a bit more detailed cfcatch.nativeErrorCode is the variable I want to test, but I don't know how I set this with the RAISERROR statement in the stored procedure
  2. gareth7

    combined verity and database search

    I have a table with a large text field which I use verity to index. This is fine to search on it's own, but the table also contains other columns that I'd like to filter by where this is usually done with a database query. How can I combine them both? Are there best practices? The table would...
  3. gareth7

    raising custom error's with mssql 2k

    I'm using stored procedures in mssql server to do my database updates. The stored procedures run various checks and use the RAISERROR statement if something fails I want CF to be able to tell which error was thrown by the database, so it can act accordingly. Does anyone know how this would be...
  4. gareth7

    verity - can you adjust weighting??

    Thanks for getting back to me. I'm moving on to CF7 soon and I hear that Verity has been given a major overhaul. Hopefully this will be one of the new features
  5. gareth7

    How to purge large .log files ?

    I've got a similar problem with a large transaction log - but my database is just a test development server. There's no point backing this up as the data is of no use. I just want to reclaim disk space. I tried deleting the log file in enterprise manager, but it said I couldn't delete the...
  6. gareth7

    xslt problem

    I tried adding spaces and get the following error message: A [Transformer] object cannot be created that satisfies the configuration requested. This could be due to a failure in compiling the [XSL] text. javax.xml.transform.TransformerConfigurationException...
  7. gareth7

    xslt problem

    I've a problem with trying to output special characters with cold fusion and xsl. All the xsl forums I've seen say to use the following code to output the "<" character: <xsl:text disable-output-escaping="yes">&lt;</xsl:text> But cold fusion is giving me the following...
  8. gareth7

    Booking System - Database Design

    I'm doing an online booking system for B&B accomdation. Originally they just had a start date and end date for which days of the year they are open. They now want to incorporate extra dates they may be open or closed - i.e. multiple open and close dates. Could someone give me ideas on how to...
  9. gareth7

    verity - can you adjust weighting??

    I am indexing a database query and would like to adjust the score given for certain fields. Does anyone know if this is possible? An example would be indexing the columns report_title and report_contents. I would like words found in report_title to score higher than words found in the...
  10. gareth7

    administrator won't add scheduled tasks

    I ended up using the <cfschedule> tag to write a short script. Hope this helps
  11. gareth7

    Can't start CF Admin

    I'm a bit stuck. A cfx tag I bought required the JDK to be updated to 1.4. I installed this from sun and changed the Java Virtual machine path in CF administrator. Unfortunately, I think I put the path in wrong as the CF server won't restart. I can't change it because the CF administrator...
  12. gareth7

    html style sheet in word

    I'm building an intranet reporting tool that creates reports and saves them as word documents. It does this by pasting chunks of html into an empty word document. The problem is that the html loses it's formatting in word as there is no longer a stylesheet to reference. Is there any way of...
  13. gareth7

    administrator won't add scheduled tasks

    I'm trying to set up scheduled tasks using the cold fusion administrator, but I keep get the message: &quot;You need to enter a valid Start Date in order to proceed.&quot; I've tried all date formats but it's not accepting any of them. It won't even accept the default value it gives itself...
  14. gareth7

    run a subpage in it's own thread

    Thanks for the suggestions. I'm not quite sure how the pop-up/frames method is meant to work. Do you mean to send the form submission to a new frame/window while the original frame is redirected to a separate page? Is there some way to hide the new frame so that the user doesn't think things...
  15. gareth7

    run a subpage in it's own thread

    I am building an application where the user submits a form. The next page will make several lengthy database calls and run scripts using cfexecute. As there can be a large amount of work for these scripts to complete, I would prefer if the user is immediately redirected to another page while...

Part and Inventory Search

Back
Top