Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

But I will give you a hint, read up on CreateObject() and if your on a
supported release then you could also look at the import and new operand
and as your are already familiar with cfinvoke, maybe reading what other
attributes and features it offers couldn't hurt either.

But seriously, these basic questions are all in the Documentation. If not
Google your question and you will find hundreds of examples and tutorials
on this subject.


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 3:37 PM, Andrew Scott 
wrote:

> You must be joking right!!
>
> What your asking is the most basic features of ColdFusion that IS well
> documented in the Adobe ColdFusion documentation, if you're too lazy to go
> and read that to get such a basic answer, that's not our problem.
>
> Regards,
> Andrew Scott
> WebSite: http://www.andyscott.id.au/
> Google+:  http://plus.google.com/113032480415921517411
>
>
>
> On Tue, Jul 22, 2014 at 9:03 AM, Matthew Smith 
> wrote:
>
>>
>> This uses the cfinvoke tag.  I am looking to use cfset variables.temp
>>
>>
>> On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott 
>> wrote:
>>
>> >
>> > easy
>> >
>> > RTFM
>> >
>> >
>> >
>> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html
>> >
>> >
>> >
>> > Regards,
>> > Andrew Scott
>> > WebSite: http://www.andyscott.id.au/
>> > Google+:  http://plus.google.com/113032480415921517411
>> >
>> >
>> >
>> > On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith 
>> > wrote:
>> >
>> > >
>> > > I was using cfinvoke but someone here said it was better to do this:
>> > > 
>> > >
>> > > How do I set the method and pass parameters?
>> > >
>> > > Thanks.
>> > >
>> > > --
>> > > Regards,
>> > > chedder is bedder
>> > >
>> > >
>> > >
>> >
>> >
>>
>> 

~|
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:358956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

You must be joking right!!

What your asking is the most basic features of ColdFusion that IS well
documented in the Adobe ColdFusion documentation, if you're too lazy to go
and read that to get such a basic answer, that's not our problem.

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 9:03 AM, Matthew Smith 
wrote:

>
> This uses the cfinvoke tag.  I am looking to use cfset variables.temp
>
>
> On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott 
> wrote:
>
> >
> > easy
> >
> > RTFM
> >
> >
> >
> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html
> >
> >
> >
> > Regards,
> > Andrew Scott
> > WebSite: http://www.andyscott.id.au/
> > Google+:  http://plus.google.com/113032480415921517411
> >
> >
> >
> > On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith 
> > wrote:
> >
> > >
> > > I was using cfinvoke but someone here said it was better to do this:
> > > 
> > >
> > > How do I set the method and pass parameters?
> > >
> > > Thanks.
> > >
> > > --
> > > Regards,
> > > chedder is bedder
> > >
> > >
> > >
> >
> >
>
> 

~|
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:358955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-21 Thread Mike K

I can help you.   I've been building coldfusion sites for about 15 years
now.  I have 39 sites I look after,  some of my own,   and all coldfusion
based.

I have some time available now to take on new projects. Let me know if
you are interested.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Jul 22, 2014 at 11:26 AM, Matthew Smith 
wrote:

>
> I have two sites with minor issues I need help with.
>
> http://www.theartoflovingcatsanddogs.com
> http://www.fatcate-juice.com
>
> The first is an image reference issue and the second has to do with a cfc
> issue.
>
> Please let me know if anyone is interested.
>
> Thanks.
>
> --
> Regards,
> chedder is bedder
>
>
> 

~|
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:358954
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Regex help maybe

2014-07-21 Thread Byron Mann

This would do one special, 3 consecutive numbers: ajfds123jdfs#

^(?=.*\d{3})(?=.*[\~\!\@\#\$\%\^\&\*\(\)\_\+]+).{10,20}$

This would do one special, 3 numbers any position: a#bcdef2k3#4^

^(?=.*\d.*\d.*\d)(?=.*[\~\!\@\#\$\%\^\&\*\(\)\_\+]+).{10,20}$

And if your restricting to just numbers and the special chars outline,
replace the last "." in either to this.

[\d\~\!\@\#\$\%\^\&\*\(\)\_\+]

So like this in the second variant:

^(?=.*\d.*\d.*\d)(?=.*[\~\!\@\#\$\%\^\&\*\(\)\_\+]+)[\d\~\!\@\#\$\%\^\&\*\(\)\_\+]{10,20}$

Plenty of online regex testers as well so you don't have to keep coding it
up to tweak.

I use this one a bit. http://regexpal.com/

Byron Mann
Lead Engineer & Architect
HostMySite







On Mon, Jul 21, 2014 at 5:29 PM, UXB  wrote:

>
> I am terrible at Regex's. I looked all over and am going blind.  Is there
> anyone here that can shorted my search?  I need one to test true for:
>
> 10 to 20 Characters in length
> 3 numeric characters in any order
> 1 special character from basic list ~!@#$%^&*()_+
>
>
> Any help is appreciated.
>
>
> Dennis Powers
> UXB Internet - A website Design and Hosting Company
> P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
> W: http://www.uxbinternet.com
> W: http://www.ctbusinesslist.com
>
>
>
>
> 

~|
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:358953
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


need help with two sites - willing to pay $45/hour

2014-07-21 Thread Matthew Smith

I have two sites with minor issues I need help with.

http://www.theartoflovingcatsanddogs.com
http://www.fatcate-juice.com

The first is an image reference issue and the second has to do with a cfc
issue.

Please let me know if anyone is interested.

Thanks.

-- 
Regards,
chedder is bedder


~|
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:358952
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread Matthew Smith

What is the issue?  I think you are being a bit harsh.  I try to get this
done on my own.  I don't think it is your call to have someone remove from
the list.


On Mon, Jul 21, 2014 at 7:32 PM, M.A. Kruger  wrote:

>
> Matt Q and everyone. I think it might be time to cut matt loose I think
> he's mostly pulling our chain. he certainly doesn't engage with the list in
> any way that makes me think he's trying. I'm perfectly fine helping
> beginners but this is a bit much. perhaps we should ask Mike D to
> remove him?
>
> Sent from my iPhone
>
> > On Jul 21, 2014, at 6:53 PM, Matt Quackenbush 
> wrote:
> >
> >
> > I am trying really, really, really, really hard to not be rude here, but
> > there's no way you can have 15 years of CF experience as you've claimed
> in
> > other threads. Each thread you've posted recently has displayed an
> absolute
> > dearth of information with which we can even attempt to help you, but
> > they've also displayed an absolute clear lack of any troubleshooting
> effort
> > of your own. We **WANT** to help people; it's why we are on these mailing
> > lists. However, you ___must___ be willing to help yourself, first. We are
> > not your own personal help desk.
> >
> > Please review the following links and then report back.
> >
> > http://www.catb.org/esr/faqs/smart-questions.html
> > http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
> >
> > My apologies if I've incorrectly remembered the CF version you're using;
> I
> > believe you previously said CF9, so that's the link I provided. If it's
> > another version, links to the documentation are readily available by
> > Googling "CF {version number} documentation".
> >
> > Thanks.
> >
> >
> >
> > On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
> > wrote:
> >
> >>
> >> Could not find the ColdFusion component or interface
> >> site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
> >> name is correct and that the component or interface exists.  The error
> >> occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
> >> : line 164*
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line
> 48
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 191
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 33
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 1
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line
> 61
> >>
> >> 162 :>> default="0">
> >> 163 :>> default="">*164 :>> component="#request.cfcpath#qrystodatabase" name="qry" />*
> >> 165 :>> qry.qry_unlock_items_for_paypal(
> >> app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
> >> ) />
> >> 166 : 
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Regards,
> >> chedder is bedder
> >
> >
>
> 

~|
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:358951
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: IIS authentication with CF

2014-07-21 Thread Russ Michaels

it will be trying to load some JS or CSS probably.
just view the source and trying clicking a few of those external links and
see what happens


On Tue, Jul 22, 2014 at 1:40 AM, Ben Conner  wrote:

>
> Hi,
>
> I have a server with CF 9 and several CF sites running on it.  The CFIDE
> install
> admin UI points to one of the sites, and the other sites have virtual
> directories pointing to it.
>
> I decided to lock down the admin section a week or so ago.  Appeared to
> work
> fine.  Could still bring up all of the sites and found no issues I could
> spot.
>
> Now the client tells me there are some folders underneath the original
> site on
> which the CF admin was installed that are asking for the Windows
> authentication.  Sure enough they are correct.  But looking at the folder
> properties for these, I can't see why it would be kicking in.
>  Authentication is
> set to Anonymous for these folders and all other auth types are disabled.
> What's also interesting is if I click cancel a few times, it lets me in.
>
> Anyone have any ideas on this one?
>
> Thanks!
>
> --Ben
>
> --
> Ben Conner  b...@webworldinc.com
> Web World, Inc. 888-206-6486 or
> PO Box 1122 480-704-2000
> Queen Creek, AZ 85142
>
>
>
> 

~|
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:358950
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread Russ Michaels

a bot ? your just being too kind now :-)


On Tue, Jul 22, 2014 at 1:52 AM, M.A. Kruger  wrote:

>
> maybe he's a bot? he has no follow through.
>
> Sent from my iPhone
>
> > On Jul 21, 2014, at 7:37 PM, Russ Michaels  wrote:
> >
> >
> > I think I would have to agree.
> > He is just posting every single error here and expecting everyone to just
> > fix his code for him
> >
> >
> >> On Tue, Jul 22, 2014 at 1:32 AM, M.A. Kruger 
> wrote:
> >>
> >>
> >> Matt Q and everyone. I think it might be time to cut matt loose I think
> >> he's mostly pulling our chain. he certainly doesn't engage with the
> list in
> >> any way that makes me think he's trying. I'm perfectly fine helping
> >> beginners but this is a bit much. perhaps we should ask Mike D to
> >> remove him?
> >>
> >> Sent from my iPhone
> >>
>  On Jul 21, 2014, at 6:53 PM, Matt Quackenbush 
> >>> wrote:
> >>>
> >>>
> >>> I am trying really, really, really, really hard to not be rude here,
> but
> >>> there's no way you can have 15 years of CF experience as you've claimed
> >> in
> >>> other threads. Each thread you've posted recently has displayed an
> >> absolute
> >>> dearth of information with which we can even attempt to help you, but
> >>> they've also displayed an absolute clear lack of any troubleshooting
> >> effort
> >>> of your own. We **WANT** to help people; it's why we are on these
> mailing
> >>> lists. However, you ___must___ be willing to help yourself, first. We
> are
> >>> not your own personal help desk.
> >>>
> >>> Please review the following links and then report back.
> >>>
> >>> http://www.catb.org/esr/faqs/smart-questions.html
> >>> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
> >>>
> >>> My apologies if I've incorrectly remembered the CF version you're
> using;
> >> I
> >>> believe you previously said CF9, so that's the link I provided. If it's
> >>> another version, links to the documentation are readily available by
> >>> Googling "CF {version number} documentation".
> >>>
> >>> Thanks.
> >>>
> >>>
> >>>
> >>> On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
> >>> wrote:
> >>>
> 
>  Could not find the ColdFusion component or interface
>  site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that
> the
>  name is correct and that the component or interface exists.  The error
>  occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
>  : line 164*
>  *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm:
> line
> >> 48
>  *Called from* D:/home/
> fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>  line 191
>  *Called from* D:/home/
> fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>  line 33
>  *Called from* D:/home/
> fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>  line 1
>  *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
>  *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line
> >> 61
> 
>  162 : default="0">
>  163 : default="">*164 : component="#request.cfcpath#qrystodatabase" name="qry" />*
>  165 : qry.qry_unlock_items_for_paypal(
>  app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
>  ) />
>  166 : 
> 
> 
> 
> 
> 
>  --
>  Regards,
>  chedder is bedder
> >
> >
>
> 

~|
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:358949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread M.A. Kruger

maybe he's a bot? he has no follow through. 

Sent from my iPhone

> On Jul 21, 2014, at 7:37 PM, Russ Michaels  wrote:
> 
> 
> I think I would have to agree.
> He is just posting every single error here and expecting everyone to just
> fix his code for him
> 
> 
>> On Tue, Jul 22, 2014 at 1:32 AM, M.A. Kruger  wrote:
>> 
>> 
>> Matt Q and everyone. I think it might be time to cut matt loose I think
>> he's mostly pulling our chain. he certainly doesn't engage with the list in
>> any way that makes me think he's trying. I'm perfectly fine helping
>> beginners but this is a bit much. perhaps we should ask Mike D to
>> remove him?
>> 
>> Sent from my iPhone
>> 
 On Jul 21, 2014, at 6:53 PM, Matt Quackenbush 
>>> wrote:
>>> 
>>> 
>>> I am trying really, really, really, really hard to not be rude here, but
>>> there's no way you can have 15 years of CF experience as you've claimed
>> in
>>> other threads. Each thread you've posted recently has displayed an
>> absolute
>>> dearth of information with which we can even attempt to help you, but
>>> they've also displayed an absolute clear lack of any troubleshooting
>> effort
>>> of your own. We **WANT** to help people; it's why we are on these mailing
>>> lists. However, you ___must___ be willing to help yourself, first. We are
>>> not your own personal help desk.
>>> 
>>> Please review the following links and then report back.
>>> 
>>> http://www.catb.org/esr/faqs/smart-questions.html
>>> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
>>> 
>>> My apologies if I've incorrectly remembered the CF version you're using;
>> I
>>> believe you previously said CF9, so that's the link I provided. If it's
>>> another version, links to the documentation are readily available by
>>> Googling "CF {version number} documentation".
>>> 
>>> Thanks.
>>> 
>>> 
>>> 
>>> On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
>>> wrote:
>>> 
 
 Could not find the ColdFusion component or interface
 site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
 name is correct and that the component or interface exists.  The error
 occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
 : line 164*
 *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line
>> 48
 *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
 line 191
 *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
 line 33
 *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
 line 1
 *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
 *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line
>> 61
 
 162 :   >>> default="0">
 163 :   >>> default="">*164 :   >>> component="#request.cfcpath#qrystodatabase" name="qry" />*
 165 :   >>> qry.qry_unlock_items_for_paypal(
 app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
 ) />
 166 : 
 
 
 
 
 
 --
 Regards,
 chedder is bedder
> 
> 

~|
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:358948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


IIS authentication with CF

2014-07-21 Thread Ben Conner

Hi,

I have a server with CF 9 and several CF sites running on it.  The CFIDE 
install 
admin UI points to one of the sites, and the other sites have virtual 
directories pointing to it.

I decided to lock down the admin section a week or so ago.  Appeared to work 
fine.  Could still bring up all of the sites and found no issues I could spot.

Now the client tells me there are some folders underneath the original site on 
which the CF admin was installed that are asking for the Windows 
authentication.  Sure enough they are correct.  But looking at the folder 
properties for these, I can't see why it would be kicking in.  Authentication 
is 
set to Anonymous for these folders and all other auth types are disabled.  
What's also interesting is if I click cancel a few times, it lets me in.

Anyone have any ideas on this one?

Thanks!

--Ben

-- 
Ben Conner  b...@webworldinc.com
Web World, Inc. 888-206-6486 or
PO Box 1122 480-704-2000
Queen Creek, AZ 85142



~|
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:358947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread Russ Michaels

I think I would have to agree.
He is just posting every single error here and expecting everyone to just
fix his code for him


On Tue, Jul 22, 2014 at 1:32 AM, M.A. Kruger  wrote:

>
> Matt Q and everyone. I think it might be time to cut matt loose I think
> he's mostly pulling our chain. he certainly doesn't engage with the list in
> any way that makes me think he's trying. I'm perfectly fine helping
> beginners but this is a bit much. perhaps we should ask Mike D to
> remove him?
>
> Sent from my iPhone
>
> > On Jul 21, 2014, at 6:53 PM, Matt Quackenbush 
> wrote:
> >
> >
> > I am trying really, really, really, really hard to not be rude here, but
> > there's no way you can have 15 years of CF experience as you've claimed
> in
> > other threads. Each thread you've posted recently has displayed an
> absolute
> > dearth of information with which we can even attempt to help you, but
> > they've also displayed an absolute clear lack of any troubleshooting
> effort
> > of your own. We **WANT** to help people; it's why we are on these mailing
> > lists. However, you ___must___ be willing to help yourself, first. We are
> > not your own personal help desk.
> >
> > Please review the following links and then report back.
> >
> > http://www.catb.org/esr/faqs/smart-questions.html
> > http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
> >
> > My apologies if I've incorrectly remembered the CF version you're using;
> I
> > believe you previously said CF9, so that's the link I provided. If it's
> > another version, links to the documentation are readily available by
> > Googling "CF {version number} documentation".
> >
> > Thanks.
> >
> >
> >
> > On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
> > wrote:
> >
> >>
> >> Could not find the ColdFusion component or interface
> >> site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
> >> name is correct and that the component or interface exists.  The error
> >> occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
> >> : line 164*
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line
> 48
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 191
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 33
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> >> line 1
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
> >> *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line
> 61
> >>
> >> 162 :>> default="0">
> >> 163 :>> default="">*164 :>> component="#request.cfcpath#qrystodatabase" name="qry" />*
> >> 165 :>> qry.qry_unlock_items_for_paypal(
> >> app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
> >> ) />
> >> 166 : 
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Regards,
> >> chedder is bedder
> >
> >
>
> 

~|
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:358946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread M.A. Kruger

Matt Q and everyone. I think it might be time to cut matt loose I think he's 
mostly pulling our chain. he certainly doesn't engage with the list in any way 
that makes me think he's trying. I'm perfectly fine helping beginners but 
this is a bit much. perhaps we should ask Mike D to remove him?

Sent from my iPhone

> On Jul 21, 2014, at 6:53 PM, Matt Quackenbush  wrote:
> 
> 
> I am trying really, really, really, really hard to not be rude here, but
> there's no way you can have 15 years of CF experience as you've claimed in
> other threads. Each thread you've posted recently has displayed an absolute
> dearth of information with which we can even attempt to help you, but
> they've also displayed an absolute clear lack of any troubleshooting effort
> of your own. We **WANT** to help people; it's why we are on these mailing
> lists. However, you ___must___ be willing to help yourself, first. We are
> not your own personal help desk.
> 
> Please review the following links and then report back.
> 
> http://www.catb.org/esr/faqs/smart-questions.html
> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
> 
> My apologies if I've incorrectly remembered the CF version you're using; I
> believe you previously said CF9, so that's the link I provided. If it's
> another version, links to the documentation are readily available by
> Googling "CF {version number} documentation".
> 
> Thanks.
> 
> 
> 
> On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
> wrote:
> 
>> 
>> Could not find the ColdFusion component or interface
>> site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
>> name is correct and that the component or interface exists.  The error
>> occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
>> : line 164*
>> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line 48
>> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>> line 191
>> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>> line 33
>> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
>> line 1
>> *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
>> *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line 61
>> 
>> 162 :   > default="0">
>> 163 :   > default="">*164 :   > component="#request.cfcpath#qrystodatabase" name="qry" />*
>> 165 :   > qry.qry_unlock_items_for_paypal(
>> app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
>> ) />
>> 166 : 
>> 
>> 
>> 
>> 
>> 
>> --
>> Regards,
>> chedder is bedder
> 
> 

~|
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:358945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Regex help maybe

2014-07-21 Thread Claude Schnéegans

 >>I need one to test true for:

I doubt you can do this with only one test, but using 3 tests is easy:

 >>10 to 20 Characters in length
 >>3 numeric characters in any order
 >>1 special character from basic list ~!@#$%^&*()_+

This should do it:
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358944
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread Matt Quackenbush

I am trying really, really, really, really hard to not be rude here, but
there's no way you can have 15 years of CF experience as you've claimed in
other threads. Each thread you've posted recently has displayed an absolute
dearth of information with which we can even attempt to help you, but
they've also displayed an absolute clear lack of any troubleshooting effort
of your own. We **WANT** to help people; it's why we are on these mailing
lists. However, you ___must___ be willing to help yourself, first. We are
not your own personal help desk.

Please review the following links and then report back.

http://www.catb.org/esr/faqs/smart-questions.html
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html

My apologies if I've incorrectly remembered the CF version you're using; I
believe you previously said CF9, so that's the link I provided. If it's
another version, links to the documentation are readily available by
Googling "CF {version number} documentation".

Thanks.



On Mon, Jul 21, 2014 at 6:44 PM, Matthew Smith 
wrote:

>
>  Could not find the ColdFusion component or interface
> site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
> name is correct and that the component or interface exists.  The error
> occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
> : line 164*
> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line 48
> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> line 191
> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> line 33
> *Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
> line 1
> *Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
> *Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line 61
>
> 162 :default="0">
> 163 :default="">*164 :component="#request.cfcpath#qrystodatabase" name="qry" />*
> 165 :qry.qry_unlock_items_for_paypal(
> app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#"
> ) />
> 166 : 
>
>
>
>
>
> --
> Regards,
> chedder is bedder
>
>
> 

~|
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:358943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-21 Thread Matthew Smith

 Could not find the ColdFusion component or interface
site_theartoflovingcatsanddogs_com.cfcs.qrystodatabase. Ensure that the
name is correct and that the component or interface exists.  The error
occurred in *D:/home/fatcate-juice.com/wwwroot/cfcs/paypal.cfc
: line 164*
*Called from* D:/home/fatcate-juice.com/wwwroot/fbx_settings.cfm: line 48
*Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
line 191
*Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
line 33
*Called from* D:/home/fatcate-juice.com/wwwroot/fbx_fusebox30_CF50.cfm:
line 1
*Called from* D:/home/fatcate-juice.com/wwwroot/index.cfm: line 9
*Called from* D:/home/fatcate-juice.com/wwwroot/Application.cfc: line 61

162 :   
163 :   *164 :   *
165 :   
166 : 





-- 
Regards,
chedder is bedder


~|
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:358942
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Matthew Smith

This uses the cfinvoke tag.  I am looking to use cfset variables.temp


On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott 
wrote:

>
> easy
>
> RTFM
>
>
> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html
>
>
>
> Regards,
> Andrew Scott
> WebSite: http://www.andyscott.id.au/
> Google+:  http://plus.google.com/113032480415921517411
>
>
>
> On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith 
> wrote:
>
> >
> > I was using cfinvoke but someone here said it was better to do this:
> > 
> >
> > How do I set the method and pass parameters?
> >
> > Thanks.
> >
> > --
> > Regards,
> > chedder is bedder
> >
> >
> >
>
> 

~|
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:358941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Regex help maybe

2014-07-21 Thread Michael Dinowitz

X{10,20} means that X should exist at least 10 times but no more than 20
times
[0-9] means any single number from 0 till 9
[0-9]{3} means any 3 numbers of 0-9 one after the other
[~!@#$%^&*()_+] means a single character from the set of characters defined
between the brackets

Now do you want 3 numbers one after the other or that there should be 3
numbers in the string total? Can you send a few example strings or talk
about how it will be used? Also, do you want a single regex to do it all or
can be it be in 2-3 steps (easiest)?



On Mon, Jul 21, 2014 at 5:29 PM, UXB  wrote:

>
> I am terrible at Regex's. I looked all over and am going blind.  Is there
> anyone here that can shorted my search?  I need one to test true for:
>
> 10 to 20 Characters in length
> 3 numeric characters in any order
> 1 special character from basic list ~!@#$%^&*()_+
>
>
> Any help is appreciated.
>
>
> Dennis Powers
> UXB Internet - A website Design and Hosting Company
> P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
> W: http://www.uxbinternet.com
> W: http://www.ctbusinesslist.com
>
>
>
>
> 

~|
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:358940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion and authorize.net

2014-07-21 Thread .jonah

Hi Eric.

It sounds like you're a bit off on what you're looking for vs. what 
you're trying to implement.

 From the description of the process you want it sounds like you're 
looking for Simple Checkout or Server Integration Method while the code 
below is for Advanced Integration Method.

You can review the different approaches here: 
http://developer.authorize.net/api/compare/

Simple Checkout and SIM let you collect the payment on the Authorize.net 
site and then get a success/decline response back. Their docs should 
help. Basically, what you do is link or post some basic information to 
Auth.net, they do the charge and then redirect back to your 
results/thankyou with the result in the query string, you then take that 
and update your records.

Using AIM, the billing information is posted from your form to your 
server and on the server side, you take that info and pass it to 
Auth.net (using CFHTTP) and then parse the response and update your 
records before redirecting to/displaying your receipt/thankyou page.

If you want to use AIM, the best way to do it is using: 
http://cfpayment.riaforge.org/ It very nicely wraps and abstracts all 
the payment processing trickiness into a standardized API. The same 
interface works with a number of other processors so switching between 
them simply involves specifying which gateway to use and providing the 
necessary credentials. (I wrote the Authorize.net gateway used in 
cfpayment.)

I haven't implemented Simple Checkout or SIM but would be willing to 
take a look at what you've got once you read the docs and have some code 
started.

(Here's the 15 minute setup for SIM: 
http://developer.authorize.net/integration/fifteenminutes/#hosted in 
PHP, but should be apparent how to translate it to CFML.)

Cheers,
.jonah

On 7/21/14, 12:03 PM, Eric Bourland wrote:
> ColdFusion 9
> MS SQL Server 2012
> authorize.net API
>
> Hi. I need help with a problem, and am hoping someone here can guide me on 
> the right path.
>
> In brief: I need to populate an authorize.net payment page using information 
> from a simple form that is processed in coldfusion.
>
> Details: I need to do something fairly simple -- or, I am told it is simple. 
> =) Here is what the client wants to happen:
>
> After the user fills out and submits the simple registration form, she should 
> then see the authorize.net payment page where she pays conference 
> registration fees; the client would like the authorize.net payment page to 
> already display the information (name, address, payment amount, and so on) 
> that the user already typed in the ColdFusion form
>
> I downloaded some sample code from authorize.net -- it is given below.
>
> I would like the registrant to register her information -- name, address, 
> conference fee -- then go to the authorize.net payment page and see all of 
> her contact information, and the conference fee that she selected, already 
> populated in the payment fields.
>
> Has anyone here done this with ColdFusion? I am not clear how to integrate 
> the cfhttp code with my existing, simple registration form.
>
> Thank you for your advice.
>
> Eric
>
> 
> 
> 
>
>  "http://www.w3.org/TR/html4/loose.dtd";>
> 
> 
>Sample AIM Implementation 
> 
> 
>  This sample code is designed to generate a post using Authorize.net's
> Advanced Integration Method (AIM) and display the results of this post to
> the screen. 
>  For details on how this is accomplished, please review the readme file,
> the comments in the sample code, and the Authorize.net AIM API documentation
> found at http://developer.authorize.net 
> 
>
> 
> 
> 
> https://test.authorize.net/gateway/transact.dll";>
>   
>   
>   
> 
>   
>   
>   
>
>   
>   
>value="4111">
>   
>
>   
>   
>
>   
>   
>   
>   
>   
>  
>   
> 
>
> 
> 
> 
> 
>
> 
> 
>
> 
> 
> 
> 
>   #response_array[i]#  
> 
> 
> 
>
> 
> 
> 
>
>
>
>
>
> ***
> Eric Bourland
> Internet Project Development
> Washington DC
>
> 

~|
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:358939
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Regex help maybe

2014-07-21 Thread Duane Boudreau

Can't really help you with the regex, but regexlib.com might help you with 
future ones. I use it whenever I need a regular expressions

-Original Message-
From: UXB [mailto:denn...@uxbinternet.com] 
Sent: Monday, July 21, 2014 6:30 PM
To: cf-talk
Subject: Regex help maybe


I am terrible at Regex's. I looked all over and am going blind.  Is there 
anyone here that can shorted my search?  I need one to test true for:

10 to 20 Characters in length
3 numeric characters in any order
1 special character from basic list ~!@#$%^&*()_+


Any help is appreciated.


Dennis Powers
UXB Internet - A website Design and Hosting Company P.O. Box 6028, Wolcott, CT 
06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com






~|
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:358938
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Regex help maybe

2014-07-21 Thread UXB

I am terrible at Regex's. I looked all over and am going blind.  Is there
anyone here that can shorted my search?  I need one to test true for:

10 to 20 Characters in length
3 numeric characters in any order
1 special character from basic list ~!@#$%^&*()_+


Any help is appreciated.


Dennis Powers
UXB Internet - A website Design and Hosting Company
P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com




~|
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:358937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Excel Problem...

2014-07-21 Thread Les Mizzell

I've got an app that's been generating Excel without any problems for a 
number of years (pre cfspreadsheet tags)
Hosting recently migrated the site to a new server, and suddenly the 
client can no longer open the Excel files on their end.

They're using Excel 2010, and have been before the problem started.

On my end, I use Open Office. The Excel generator works great for me - 
files open exactly as they should in the spreadsheet program.
On my client's end, the file is generated without error, Excel opens, 
then THEN they get "An error has occurred while executing the 
application..." inside of Excel

For headers, I'm using:



Rest of the file is a standard table with no formatting.

Ideas?

TIA...

~|
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:358936
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

easy

RTFM

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html



Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith 
wrote:

>
> I was using cfinvoke but someone here said it was better to do this:
> 
>
> How do I set the method and pass parameters?
>
> Thanks.
>
> --
> Regards,
> chedder is bedder
>
>
> 

~|
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:358935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: need a host

2014-07-21 Thread Robert Harrison

These guys have been great: http://www.edgewebhosting.net/ 


Robert Harrison 
Director of Interactive Services

Austin & Williams
Advertising I Branding I Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_

~|
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:358934
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need a host

2014-07-21 Thread Eric Bourland

Why not Vivio? They have been professional, competent, proactive with my CF9 
server.

>not newtek, no hostmedia.co.uk(no mssql), no viviotek.  Any suggestions?
>
>Need cf 9 and ms sql.  Thanks.
>
>-- 
>Regards,
>chedder is bedder 

~|
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:358933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


best way to invoke cfc

2014-07-21 Thread Matthew Smith

I was using cfinvoke but someone here said it was better to do this:


How do I set the method and pass parameters?

Thanks.

-- 
Regards,
chedder is bedder


~|
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:358932
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion and authorize.net

2014-07-21 Thread Eric Bourland

ColdFusion 9
MS SQL Server 2012
authorize.net API

Hi. I need help with a problem, and am hoping someone here can guide me on the 
right path.

In brief: I need to populate an authorize.net payment page using information 
from a simple form that is processed in coldfusion.

Details: I need to do something fairly simple -- or, I am told it is simple. =) 
Here is what the client wants to happen:

After the user fills out and submits the simple registration form, she should 
then see the authorize.net payment page where she pays conference registration 
fees; the client would like the authorize.net payment page to already display 
the information (name, address, payment amount, and so on) that the user 
already typed in the ColdFusion form

I downloaded some sample code from authorize.net -- it is given below.

I would like the registrant to register her information -- name, address, 
conference fee -- then go to the authorize.net payment page and see all of her 
contact information, and the conference fee that she selected, already 
populated in the payment fields.

Has anyone here done this with ColdFusion? I am not clear how to integrate the 
cfhttp code with my existing, simple registration form.

Thank you for your advice.

Eric





http://www.w3.org/TR/html4/loose.dtd";>


 Sample AIM Implementation 


 This sample code is designed to generate a post using Authorize.net's
Advanced Integration Method (AIM) and display the results of this post to
the screen. 
 For details on how this is accomplished, please review the readme file,
the comments in the sample code, and the Authorize.net AIM API documentation
found at http://developer.authorize.net 





https://test.authorize.net/gateway/transact.dll";>



   

















   















#response_array[i]#  







  




***
Eric Bourland
Internet Project Development
Washington DC

~|
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:358931
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm