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

    Stupid DOS question

    I can't remember how to send the results of a command to a text file. What do I do if I want a listing of all of the files in a directory? Sorry for the lack of challenge on this question. Still looking. t thibault0@lycos.com
  2. thibault

    mcdba exams - cost

    has anyone taken any of the microsoft cert exams recently? if yes, how much does one test cost? thibault0@lycos.com
  3. thibault

    xp_loginfo extended stored procedure

    i'm reading sybex mcse: sql server 7 admin study guide, chapter 12, page 545. it states that the replication agents call xp_loginfo to verify that the sql server agent has the appropriate permissions on various servers. it then states that the agent never actually starts running, so no error is...
  4. thibault

    run-when-idle jobs

    what are run-when-idle jobs? can you explain briefly or recommend a resource that I can study? tia, t:) bobbie thibault@hotbot.com http://pages.hotbot.com/edu/thibault
  5. thibault

    Autostart SQL Server Agent

    I'm running a desktop version of SQL 7 that came with the study guide I purchased. I want to make SQL Server Agent start automatically when I start the SQL Server Service. I can't find any instructions on how to do it, or figure out how to do it myself. I'm growing a little tired of starting...
  6. thibault

    document.frmOrder.reset doesn't work

    function setFocus() { document.frmOrder.reset; document.frmOrder.Store.focus(); // set initial focus vDate = new Date(); // set default date vMonth = vDate.getMonth(); vMonth = vMonth + 1; if (vMonth<10) vMonth = (&quot;0&quot; + vMonth.toString()); vDay = vDate.getDate()...
  7. thibault

    vDate = new Date(); // set def

    vDate = new Date(); // set default date vMonth = vDate.getMonth(); vMonth = vMonth + 1; if (vMonth<10) vMonth = (&quot;0&quot; + vMonth.toString()); vDay = vDate.getDate(); if (vDay<10) vDay = (&quot;0&quot; + vDay.toString()); vYear = vDate.getYear(); sDate = (vMonth +...
  8. thibault

    radio buttons exposure in netscape

    document.all refused to display the radio button option group in my form when openned in netscape. any clues on how to solve this problem? bobbie thibault@hotbot.com http://pages.hotbot.com/edu/thibault
  9. thibault

    break;

    what's up with break.&nbsp;&nbsp;not only does it not work &quot;anywhere&quot;, but it creates a script error so that, when i use it, nothing works.&nbsp;&nbsp;&nbsp;&lt;grumble grumble&gt; <p>bobbie<br><a href=mailto:thibault@hotbot.com>thibault@hotbot.com</a><br><a...
  10. thibault

    re form validation with onSubmit

    i tried using &quot;return false;&quot;.&nbsp;&nbsp;you're right that it doesn't submit the form when i use &quot;return false;&quot;, but it tells the users that it is submitting the form.&nbsp;&nbsp;i don't want it to do that. <p>bobbie<br><a...
  11. thibault

    can i override the &quot;subject&quot; of a &quot;mailto&quot; action & add a &q

    i have a form <br>&lt;FORM NAME=&quot;frmOrder&quot; ACTION=&quot;mailto:<A HREF="mailto:astack@hotbot.com">astack@hotbot.com</A>&quot; METHOD=&quot;POST&quot; ENCTYPE=&quot;text/plain&quot;<br> onSubmit=&quot;submitIt();&quot;&gt;<br><br>my boss wants the e-mail output to go to more than just...
  12. thibault

    addition formula is returning wrong result

    below is code from one of my pages.&nbsp;&nbsp;the cost() function is supposed to add up the values of tAdult, tChild, tSenior and pParking.&nbsp;&nbsp;then the display() function is supposed to display it.&nbsp;&nbsp;unfortunately, when you choose santa's village, 2 adults and 1 child it...
  13. thibault

    document.form.action = ... seems to be screwing up entire app

    my original action for frmOrder was mailto:<A HREF="mailto:thibault@hotbot.com">thibault@hotbot.com</A>, which worked perfectly &quot;onSubmit&quot;, even if you never closed the page.&nbsp;&nbsp;i added the emailConfirm() function to the &quot;onUnload&quot; method of the &lt;BODY&gt; assuming...
  14. thibault

    disregard the last newby quest: now my "onSubmit" won't work.

    onSubmit...i did it just the way the book did it, but when i submit i get no alert.<br>hmmmmmmm:¦<br><br>&lt;HTML&gt;<br>&lt;HEAD&gt;<br>&lt;TITLE&gt;Special Order Form&lt;/TITLE&gt;<br><br>&lt;SCRIPT LANGUAGE=&quot;Javascript&quot;&gt;<br><br>var vHolder = 0;<br><br>&nbsp;&nbsp;&nbsp;function...
  15. thibault

    another newby question: mailto isn't working- grrrrrrrr

    i can't get this script to work and i got it from the web site of the guy who wrote the book i'm using.&nbsp;&nbsp;argh!&nbsp;&nbsp;could somebody tell me why it won't work?<br>tia,<br>t<br><br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Form...
  16. thibault

    Newby question: using a variable for an instance

    i have used variables for instances in the past, but for some reason i can't get it to work in this short app with my checkValue() function.&nbsp;&nbsp;i have tried<br> document.frmOrder.vName.focus();<br> document.frmOrder.&quot;vName&quot;.focus();<br> document.frmOrder.[vName].focus();<br>...
  17. thibault

    output to a text file from "sql server"

    i know how to spool in oracle. at every other forum people keep telling me how to spool in oracle. i want to spool in sql server. any of you guys know how? say &quot;yes&quot;.<br> thanks<br> b <p>bobbie "in chicago"<br><a href=mailto:thibault@hotbot.com>thibault@hotbot.com</a><br><a...
  18. thibault

    sql server 7.0 - how do i spool?

    hi,<br> i've tried everything. spool, output, output to. i can't find anything in any of the books on how to send output to a text file.<br> help please:)<br> tia,<br> t <p>bobbie<br><a href=mailto:thibault@hotbot.com>thibault@hotbot.com</a><br><a href=http://pages.hotbot.com/edu/thibault>...
  19. thibault

    help! the peg group has disappeared. anybody know....?

    what is the progress equivalent of the sql command GROUP BY?<br> tia:) <p>bobbie<br><a href=mailto:thibault@hotbot.com>thibault@hotbot.com</a><br><a href=http://pages.hotbot.com/edu/thibault> </a><br>
  20. thibault

    *** that's more like it ***:-)

    no comment <p>bobbie "in chicago"<br><a href=mailto:thibault@hotbot.com>thibault@hotbot.com</a><br><a href=http://pages.hotbot.com/edu/thibault> </a><br>blonde (36-27-36) put that in just to see if anyone's paying attention:)

Part and Inventory Search

Back
Top