Hello,
Oh boy. Did site switchover today on our flagship - wasn't given time
to complete back end. We're going to pay for it now. Oh well, they
didn't want to listen to me or ask me how long it will take.
Here's one of the problems:
News articles are index via a database with a field called archive. 0
= Do not archive, 1 = Archive in my output queries.
Here's the code that I am trying to use to update the archive so an
item can move from News to News Archive. (Using Access BTW)
<cfoutput query="NewsArchiveDocs" group="Month">
<b>#Month#, #Year#</b><br><br>
<table align="center" cellspacing="2" cellpadding="2" border="0">
<cfoutput>
<tr>
<td>
<input type="Hidden" name="DocID" value="#DocID#">
<b>#Day# #Date# </b><font
color="Blue">#NewsTitle#</font><input type="Hidden" name="DocID"
value="#DocID#">
</td>
<td>Archive <cfif Archive IS 1><input type="radio"
name="Archive" value="1" checked><cfelse><input type="radio"
name="Archive" value="1"></cfif>
</td>
<td>Do Not Archive <cfif Archive IS 0><input type="radio"
name="Archive" value="0" checked><cfelse><input type="radio"
name="Archive" value="0"></cfif></td>
</tr>
</cfoutput>
Now, when I pass this on to be updated (via form to an update coded
page) I get an "Invalid character value for cast specification (null)"
error. Also, if I have multiple stories returned to the form above, I
can only select one because of the radio button object. Help. If you
can e-mail me direct, please, as well as share with the group.
Yours In Conservation,
Guy J. McDowell,
Webmaster
The Ontario Federation of Anglers & Hunters
E-mail: [EMAIL PROTECTED]
Phone: (705) 748-6324 ext. 262
P.S. You may want to check out all of our websites:
www.AuctionForWildlife.com - Your chance to make your bid for
conservation.
www.EcoEd.org - an online adventure for kids in grades 1 through 8.
www.HuntingDog.org - Celebrating our Hunting Dog Heritage.
www.AHTV.com - Your online companion to the Angler and Hunter
Television show.
www.OHEP.net - Where to find out and learn about the Ontario Hunter
Education Program.
www.OFAH.org - the flagship site of the Ontario Federation of Anglers
& Hunters.
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]