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 "1">
<CFQUERY name="Getorderseq" DATASOURCE="#DSN#">
select #DBowner#.webseq.nextval as webseq1...
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...
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...
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...
I am including code I use to set "selected" on and don't<br>see any reason you couldn't do same to set multiple<br>"selected" fields with a little changing.<br><br><td><select name="routing"<br> title="Select Routing from list...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.