Re: PDFDocException error

2013-11-07 Thread Judy Lin
I'm have the same issue as well on CF9 and CF10 when trying to user to merge documents. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: h

help with unsubscribing

2002-05-01 Thread Judy Mardar
Can someone please tell me how to unsubscribe to this list? I have tried everything but it won't let me. I have sent a message with the following in the body of the message: unsubscribe cf-talk [EMAIL PROTECTED] I have sent a message with the following in the body: unsubscribe cf-talk and

error msg for cfquery

2002-04-29 Thread Judy
s and pull out events by those dates. Can someone tell me what's wrong? Thanks, Judy __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www

sql database connection

2002-04-29 Thread Judy
trators Windows Group MARDAR\jmardar Windows User I've checked in Control Panel\Admin Tools and see in the Systems DNS page my Events database using sql Server. I've even uninstalled and reinstalled sql Server (and SP2) and Windows 2000 I don't know what else to check. P

connection error

2002-04-22 Thread Judy
I have establised a connection with my SQL database throught CF Administrator and have verified it's connection. However, when I go to my main .cfm page, I get an error that it cannot find my base table. How can that be? I can see my database and see that it's connected and see all the tables i

Re: too many forms

2002-04-20 Thread Judy
s is a journey, not a destination!!" > > > > Doug Brown > - Original Message - > From: "Judy" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, April 19, 2002 6:04 PM > Subject: too many forms > > >

too many forms

2002-04-19 Thread Judy
s.ID = #Times.ID# AND Events.ID = #Internet.ID# AND Events.ID = #Intranet.ID# AND Events.ID = #PPrint.ID# In the event file that contains the "Edit" link to the updateform.cfm I have this: Edit Thanks, I'm desparate for an answer tonight. Judy __

Re: update form displays multiple pages

2002-04-18 Thread Judy
E ID = ID > > This is always true. You need something like > > WHERE ID = #ID# > > See the difference? > > Regards, > Matthew Walker > /* > Cabbage Tree Creative Ltd > Christchurch - New Zealand > > http://www.matthewwalker.net.nz/ > http://www.cabbag

update form displays multiple pages

2002-04-18 Thread Judy
m.Intranet.BeginDate#', Intanet.EndDate = '#form.Intranet.EndDate#' WHERE Events.ID = #URL.ID# AND Dates.ID = #URL.ID# AND Times.ID = #URL.ID# AND Internet.ID = #URL.ID# AND Intranet.ID = #URL.ID# AND Print.ID = #URL.ID# Thanks in advance for your help. Judy __

Re: update error

2002-04-18 Thread Judy
Yes, it is. - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 1:11 PM Subject: RE: update error > Judy, > > In your tag is Method set to "POST"

Re: update error

2002-04-18 Thread Judy
Jamie, I just happened to think - are all these field names case sensitive when referring to them? If so, that could be my problem Judy - Original Message - From: "Jamie Jackson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, Apr

Re: update error

2002-04-18 Thread Judy
Here's the form code in my updateform.cfm file. > > >SELECT > Events.Title, > Events.InterDesc Here's the actual input code in my form for the title: Event Title: Here's code in my updateaction.cfm file: > > >UPDATE Events, Dates, times, Internet, Intranet, PPrint >SET > Events.Ti

Re: pulling wrong dates from database

2002-04-18 Thread Judy
ent tables; i.e. the dates we print an event description in the paper could be different than the dates we want to advertise the event on the internet. Judy - Original Message - From: "Trusz, Andrew" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent

update error

2002-04-18 Thread Judy
When I edit data in a form and click update, I get an error and cannot see why I'm getting it. The field name is spelled correctly as it is in the database. Error Diagnostic Information An error occurred while evaluating the expression: #form.title# Error near line 7, column 19.

pulling wrong dates from database

2002-04-18 Thread Judy
Internet Description: Display on Intranet? Beginning Date:     Ending Date: Intranet Description: Event Ticketed? Kid-Friendly? Handicapped Access

Re: updating problem

2002-04-17 Thread Judy
t; enctype="multipart/form-data"> > > Title: > > > > > > title="Update"> > > > Your "update.cfm" file will look something like this: > > > > > > > -Original Message- > From: Mark A. Kruger -

Re: updating problem

2002-04-17 Thread Judy
e WHERE ID = #url.id# to your query... > > Give that a shot! > > Paul Giesenhagen > QuillDesign > http://www.quilldesign.com > SiteDirector v2.0 - Commerce Builder > > > - Original Message - > From: "Judy" <[EMAIL PROTECTED]> > To: "CF-T

Re: updating problem

2002-04-17 Thread Judy
've included the code for the initial page that has a list of all the events, called eventlist.cfm, code for the updateform.cfm and for updateaction.cfm. Thanks, Judy - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <

Re: updating problem

2002-04-17 Thread Judy
' > where id = id > > Note a few things. > 1) If you have more than one column being updated they are always > followed > by a comma , (seperating them) > 2) strings are surrounded by single quotes ' and numeric/date values are > without single quotes >

updating problem

2002-04-17 Thread Judy
ase. Edit another event Return to website I hope someone can help me - I'm going crazy trying to figure this all out. Thanks, Judy __ Structure your ColdFusion code with Fusebox. Get the official book