Re: Duplicate attribute error

2011-07-14 Thread Mary Jo Sminkey

 
> Actually, I finally tracked it down. It was due to a CFHTTP tag inside 
> the CFC that had two method attributes on it. 

I should add, in case anyone else runs into this, that the error CF reported 
was for the cfinvoke line. But the actual problem was down inside the 
component. 


MJS

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346231
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Duplicate attribute error

2011-07-14 Thread Mary Jo Sminkey

>Do you have an attribute called method in the CFC ?
>method is a reserved word as it is used to specify the Method in the CFC you
>want to call, so you cannot have your own attribute called method as well.
>

Actually, I finally tracked it down. It was due to a CFHTTP tag inside the CFC 
that had two method attributes on it. 


MJS


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346230
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Duplicate attribute error

2011-07-14 Thread Russ Michaels

Do you have an attribute called method in the CFC ?
method is a reserved word as it is used to specify the Method in the CFC you
want to call, so you cannot have your own attribute called method as well.

Russ

On Fri, Jul 15, 2011 at 1:17 AM, Mary Jo Sminkey wrote:

>
> > I'm invoking a component method to do an update when a form is posted
> > (CFMX7). However, when I try to invoke the method I get the error:
> >
> > A duplicate attribute "METHOD" has been encountered. Attributes with
> > the same name cannot be provided more than once.
>
> I know this is a really old thread, but I have a customer that is getting
> this error and same situation, there doesn't seem to be any reason for it.
> Did you ever figure this out (or does anyone else know what the cause might
> be?)
>
>
> MJS
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346229
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Duplicate attribute error

2011-07-14 Thread Mary Jo Sminkey

> I'm invoking a component method to do an update when a form is posted 
> (CFMX7). However, when I try to invoke the method I get the error:
> 
> A duplicate attribute "METHOD" has been encountered. Attributes with 
> the same name cannot be provided more than once. 

I know this is a really old thread, but I have a customer that is getting this 
error and same situation, there doesn't seem to be any reason for it. Did you 
ever figure this out (or does anyone else know what the cause might be?)


MJS

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346228
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


NCDevCon Call for Presentations

2011-07-14 Thread Roger Austin

  NCDevCon has been announced for September 17-18, 2011. The call
for presentation is underway so please submit something if you would
like to be considered. The URL of the blog on presentations is at:

Presentations from new speakers would be very welcome as well as the
more experienced so don't be shy.

Registration is open too. There will be an admission charge this year
of $60 which is different than in the past. That covers all the lunches, 
t-shirt, and drinks/snacks. There is an explanation of why
there is a charge this year on the site.

There will be a number of tracks including the normal Adobe stack
stuff, but also some additional tracks including web, mobile,
front-end, etc.

 for more information. See you in Raleigh!

-- 
LinkedIn: http://www.linkedin.com/pub/8/a4/60
Twitter:  http://twitter.com/RogerTheGeek

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346227
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Adobe Solution?

2011-07-14 Thread Andrew Scott

For more information check these serious of blogs out

http://www.coldfusionjedi.com/index.cfm/2007/7/10/ColdFusion-8-Working-with-PDFs-Part-2


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346226
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Adobe Solution?

2011-07-14 Thread Andrew Scott

ColdFusion 7/8/9 does have DDX built in that could do the job, the server
can be sitting as a local intranet and is another cheaper alternative. Once
you use DDX to pull the data out you can then do anything you want with the
data, like stick it into a god forbid access database.

Personally I would be more inclined to use either mySql or SQL Server
embeded as the RDBMS database.


On Thu, Jul 14, 2011 at 6:36 AM, Bryan Stevenson <
br...@electricedgesystems.com> wrote:

>
> It is 100% doable via LiveCycle and it will cost him 10 times what a
> simple web-based solution will cost.
>
> I've never done it, but I know someone who will know the ugly details.
>
> Best of luck
>
> On Wed, 2011-07-13 at 13:13 -0700, Scott Spurlock wrote:
>
> > Yes, this is what I'm trying to accomplish.  My client wants a PDF (or
> Excel or Word) form that he can send to people, have them fill out, and
> email back to him.  He then wants to be able to import that data into an
> Access database without having to retype anything into an Access form.
>  Eventually, he'll want reports to decipher the data.  I was hoping to avoid
> a lot of VB since I'm not too familiar with it.  There will be a lot of PDF
> forms, though, to justify getting to know it.  I guess.  After hours and
> hours of research, though, I still don't even know if this is possible.
> >
> > Unfortunately, all of the other solutions won't work since this can't be
> web-based.  This is a government client and I can't just put the form
> anywhere I want on the web.  And it's too late at this point to try to find
> a place on one of their servers since that involves a lot of red tape.  Time
> is not on our side.  So, nothing web-based.  I really wish this could all be
> done on the web with a SQL Server backend, but my hands are tied.
> >
> > So, he wants the people to fill out a PDF form and email the form to him.
> Then
> > he wants to be able to scrape the form field data off and into Access DB.
> > Does that sound like the issue?
> >
> > There probably is a better solution using Visual Basic. You might be able
> > to write something in VB to use an Acrobat component to read the PDF and
> fish
> > out the form data and put it in the database table for each PDF. You
> might even
> > be able to do this in batch form. There would need to be a lot of PDF
> forms to
> > make it worth doing though.
> >
> > There is a reason that web/database work i
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346225
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Adobe Solution?

2011-07-14 Thread Russ Michaels

so when you say it cannot be web based, do you just mean it cannot be a form
filled in via the browser rather than web based, otherwise any of the
proposed solutions are still web based as they transmit data ove rthe web,
even email.


On Thu, Jul 14, 2011 at 11:20 AM, Kevin Parker wrote:

>
> I haven’t looked up the exact details but you can do this with a simple PDF
> form modified accordingly in Live Cycle Designer and email (the customer
> end
> only needs the reader). This option will let you return a limited number of
> responses - I think it's about 100 to 500 (Adobe do this so if you want a
> whiz bang solution you have to fork out heaps on Live Cycle itself) and I
> think it dumps it into a spreadsheet or at worst a CSV file. If I had
> little
> more time I'd research it a bit better for you Scott.
>
>
> ++
> Kevin Parker
> Advanced Imaging
>
> e: webmas...@advancedimaging.com.au
> w: www.advancedimaging.com.au
> m: 0418 815 527
>
> ++
>
> http://au.linkedin.com/in/krparker
>
> -Original Message-
> From: Scott Spurlock [mailto:spurlock.sc...@yahoo.com]
> Sent: Thursday, 14 July 2011 05:14
> To: cf-talk
> Subject: Adobe Solution?
>
>
> I apologize in advance since this isn't a CF question, but I'm desperate
> and
> hoping this is at least an Adobe question.  A client of mine wants to
> create
> a form for users to fill out electronically.  He then wants to take their
> responses (attached via email) and upload the data to an Access 2007
> database.  He absolutely does not want this to be web-based.  He ideally
> wanted me to create an interactive form in PDF.  I thought, "Sure, no
> problem."  The problems I'm running into?  Importing PDF data into Access
> appears to involve an extra step (converting the PDF to text or XML or
> Excel) which he/the client would have to do (since he's the one getting the
> returned forms).  Worse is that he wants some multi-select drop-down lists
> in the form and I'm not seeing a way to do this in a PDF (I've played
> around
> with both Acrobat Pro and LiveCycle Designer).  And without VBA skills I
> don't have, I'm not even seeing how to do this in an Excel or Word
>  form.  I'm getting stuck and turn to you kind sirs for your advice.  How
> would you do this?
>
>
> Tha
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346224
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Adobe Solution?

2011-07-14 Thread Kevin Parker

I haven’t looked up the exact details but you can do this with a simple PDF
form modified accordingly in Live Cycle Designer and email (the customer end
only needs the reader). This option will let you return a limited number of
responses - I think it's about 100 to 500 (Adobe do this so if you want a
whiz bang solution you have to fork out heaps on Live Cycle itself) and I
think it dumps it into a spreadsheet or at worst a CSV file. If I had little
more time I'd research it a bit better for you Scott.


++
Kevin Parker
Advanced Imaging

e: webmas...@advancedimaging.com.au
w: www.advancedimaging.com.au
m: 0418 815 527

++

http://au.linkedin.com/in/krparker

-Original Message-
From: Scott Spurlock [mailto:spurlock.sc...@yahoo.com] 
Sent: Thursday, 14 July 2011 05:14
To: cf-talk
Subject: Adobe Solution?


I apologize in advance since this isn't a CF question, but I'm desperate and
hoping this is at least an Adobe question.  A client of mine wants to create
a form for users to fill out electronically.  He then wants to take their
responses (attached via email) and upload the data to an Access 2007
database.  He absolutely does not want this to be web-based.  He ideally
wanted me to create an interactive form in PDF.  I thought, "Sure, no
problem."  The problems I'm running into?  Importing PDF data into Access
appears to involve an extra step (converting the PDF to text or XML or
Excel) which he/the client would have to do (since he's the one getting the
returned forms).  Worse is that he wants some multi-select drop-down lists
in the form and I'm not seeing a way to do this in a PDF (I've played around
with both Acrobat Pro and LiveCycle Designer).  And without VBA skills I
don't have, I'm not even seeing how to do this in an Excel or Word
 form.  I'm getting stuck and turn to you kind sirs for your advice.  How
would you do this?


Tha



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346223
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm