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 strongm 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. jkellow

    Trouble w/ inserting into ORACLE table with autonumber field

    I too am using auto number from a sequence. I am including my code, see if it help you. Jim Kellow (jkellow@stemco.bfg.com) <CFif findcustheader.recordcount LT &quot;1&quot;> <CFQUERY name=&quot;Getorderseq&quot; DATASOURCE=&quot;#DSN#&quot;> select #DBowner#.webseq.nextval as webseq1...
  2. jkellow

    structure mystery-recording user logins

    Following code is on our tstsrv and devsrv. It creates a structure entry for each new user on the devsrv but on tstsrv it only creates a structure entry for current user. I have checked every setting on the coldfusion server and made them the same. Rebooted both systems, no joy. Why does the...
  3. jkellow

    How to display all session variables (and structures)

    Did you by any chance try what you are asking me to do? I did copy/paste, changed only the occurances of #session as you said but alas, got following message from CF. Thanks jkellow Error Occurred While Processing Request Error Diagnostic Information Loop error Invalid collection...
  4. jkellow

    How to display all session variables (and structures)

    I have tried everything I can find on the subject but can't seem to find how to show every session variable and any session structure(with keys and values). Following is latest attempt it displays variables fine but blows on structures. I have tried IsStruct everyway but the right way. Thanks...
  5. jkellow

    &lt;CFSELECT&gt; Question

    I am including code I use to set &quot;selected&quot; on and don't<br>see any reason you couldn't do same to set multiple<br>&quot;selected&quot; fields with a little changing.<br><br>&lt;td&gt;&lt;select name=&quot;routing&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp;title=&quot;Select Routing from list...
  6. jkellow

    Query Error

    Investigate putting a where clause in your select<br>statement. As it is, you are selecting all zip codes.<br>There may be other problems, but this is the one I saw.<br><br>jkellow

Part and Inventory Search

Back
Top