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!

Search results for query: *

  • Users: achai
  • Content: Threads
  • Order by date
  1. achai

    How to put checkbox in the front of each cftree item

    How to put checkbox in the front of each cftree item and print this java applet?
  2. achai

    How to embed a video and audio file into a VB form?

    How to embed a video and audio file into a VB form?
  3. achai

    How to embed a video and audio file into a VB form?

    audio should have record the voice function.
  4. achai

    Drift layer function error in Netscape.

    I have a drift layer javascript function works wrong in Netscape, not fine in IE. when move scroll bar, layer drifts(including images and text), but actually links are still the original place. when you move mouse over, then you can find this problem. Can you help? thanks ------------------...
  5. achai

    javascript reset window

    It shows error, how to reset window and make them those menubars all invisible. don't want to use open new window function. thanks ------ <SCRIPT language=&quot;JavaScript&quot;> function resizewindow() { window.resizeTo(490, 500); window.setResizable(false)...
  6. achai

    open popup window and pass hidden value through javascript

    how to mix open popup window javascript and pass hidden value through javascript. I have to use hidden value instead of using link ( like newwindow.cfm?hidden=#value#), cause this value is very long. URL can't be too long. thanks
  7. achai

    radio checked, then layer change

    something wrong with this javascript. help. thanks ------- <HTML> <HEAD> <TITLE>DDC Buttons</TITLE> <SCRIPT> function ButtonPress(buttonnumber) { document.layers.cust.document.write('data'+buttonnumber); } </SCRIPT> </HEAD> <BODY> <table> <tr><td><input type=&quot;radio&quot...
  8. achai

    output question

    if I want get result from database, three records a line. like: <tr><td>#1#</td><td>#2#</td><td>#3#</td></tr> <tr><td>#4#</td><td>#5#</td><td>#6#</td></tr> how do i write this? use cfloop? thanks
  9. achai

    Cfusion_encrypt

    &lt;cfif Cfusion_encrypt(&quot;#attributes.pword#&quot;, &quot;#key#&quot;) EQ login.password&gt;<br>--------<br>pword is the password user entered.<br>login.password is in database. but looks weird. some number and alphabets. no logic.<br>Is there anyone knows what's Cfusion_encrypt's...
  10. achai

    debug ADO error

    error:<br>&quot;Microsoft OLE DB Provider for ODBC Drivers error '80040e4e' <br>Operation Canceled&quot;<br>----------------------------<br>code:<br>&lt;%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set oConn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set oRs...
  11. achai

    evalute function

    i saw many evalute function in fusebox. <br>what's it for. what's the different result, if i don't use it.<br><br>e.g.<br>&lt;cfset &quot;caller.attributes.#urlname#&quot; = &quot;#evaluate(&quot;url.&quot;&&quot;#urlname#&quot;)#&quot;&gt;
  12. achai

    delimiters problem

    &lt;cfquery datasource=&quot;iru&quot; name=&quot;route&quot;&gt;<br>select table1.routefrom, table1.routeto, table1.sites, table2.sitename, table2.sitecode<br>from&nbsp;&nbsp;table1, table2<br>WHERE (table1.routefrom like '#form.routefrom#%' and table1.routeto like '#form.routeto#%')<br>and...
  13. achai

    debug &quot;Unterminated string constant &quot;

    erro:<br>Microsoft VBScript compilation error '800a0409' <br><br>Unterminated string constant <br><br>/facilities/iru/company.asp, line 18 <br><br>strSQL = &quot;SELECT * FROM companies BY...
  14. achai

    search engine

    does anyone know how to write search engine? I wrote like <b>&quot;where name like '%#typeinname#%' &quot; </b><br>if i search for <b>dallas</b>, i can find out <b>dallas - houston</b>.<br>but search for <b>dallas houston</b>, i can't find out <b>dallas - houston</b>.
  15. achai

    startrow

    I'm trying to write next #maxrows#<br>erro shows:<br>startrow<br>can't convert to data type
  16. achai

    Division by zero

    erro shows:<br>ODBC Error Code = 22012 (Division by zero)<br>[Microsoft][ODBC Microsoft Access 97 Driver]Division by zero (null)<br><br>who can tell me what's wrong with database?<br>
  17. achai

    when value is null

    &lt;cfquey datasource=.... name=&quot;thisname&quot;&gt;<br>select ID, date1, date2, date1-date2 as Slip<br>from table<br>order by ID<br>&lt;/cfquery&gt;<br><br>&lt;cfoutput query=&quot;thisname&quot;&gt;<br>&lt;tr&gt;&lt;td&gt;#dateformat(date1...
  18. achai

    trim function

    database--table1--field1---&quot;dalla - denver&quot;<br>database--table2--field1<br>--------------------------<br>&lt;cfquery datasource=.. name=&quot;form&quot;&gt;<br>select table1.field1, table1.&nbsp;&nbsp;...table2.field1...<br>from table1 table2<br>where .......<br>order by...
  19. achai

    how to make dynamic tablename

    I tried to set a select form, according to different value go to different table. tablename=select form value. but erro shows:'The Microsoft Jet database engine cannot find the input table or query 'DATA'. Make sure it exists and that its name is spelled correctly.&quot;<br><br>file...
  20. achai

    deadline reminder

    how to make a deadline reminder?<br>table:project-&gt;field:deadline<br>many dates in deadline field. can i write coldfuion query to ask system to remind me two days before each deadline.<br>or use Scheduled Tasks.

Part and Inventory Search

Back
Top