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 SkipVought 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. arcangel

    Date a table was LAST updated

    Any idea on how to get the date a table was last updated?
  2. arcangel

    Error with: <CFDIRECTORY ACTION=

    &lt;CFDIRECTORY ACTION=&quot;DELETE&quot; DIRECTORY=&quot;\DIRNAME&quot;&gt;<br> <br> When the above tag is executed, it gives me the following error msg:<br> &quot;The process cannot access the file because it is being used by another process&quot;<br> <br> As far as I know, it is NOT in use by...
  3. arcangel

    Problem deleting a sub-directory from server

    I tried to delete an EMPTY sub-directory using CF studio 4.0.1. and I get an error saying &quot;Directory is NOT empty&quot;. Of course it doesn't let me delete it anyway. I tryed the same from w/in a template I created and I get the same error.<br> Any ideas?
  4. arcangel

    Passing a CF variable to a Javascript

    In the examples below, example 2 works, but example 1 DOES NOT. I need #2 to work. Any ideas?? THanx.<br> <br> Example 1<br> -----------------<br> &lt;CFSET sOutput="Hello world"&gt;<br> &lt;SCRIPT LANGUAGE=JAVASCRIPT&gt;<br> newWindow.document.writeln(#sOutput#)<br> &lt;/SCRIPT&gt;<br> <br>...
  5. arcangel

    ARRAYS: Displaying the content of one cell

    I use a one dimension array that is populated in a user input screen. When I try evaluate the content of each cell, I get error msgs. Here is the code:<br> <br> &lt;CFSET nCount=1&gt;<br> &lt;CFLOOP CONDITION="nCount LTE 10"&gt;<br> #arBoxType[nBox]#&lt;BR&gt;<br> &lt;CFSET...
  6. arcangel

    Locking of a single record (row) while being displayed.

    I'm having problems with a MULTI-USER application that requires constant update of customers' information. I need to LOCK a record while the information is being updated on the screen so other users cannot access it. Upon submition, I want to update the table and UNLOCK this record.<br> Can...

Part and Inventory Search

Back
Top