multiple select drop down box and oracle dates

2008-09-05 Thread James Blaha
Hi Folks,

I ran into an issue with a multiple select drop down box that has a list of 
dates i.e. mm/dd/. 

On my action page I have a cfquery that I would like to pass the list of dates 
to like:

Mydates IN ('08/01/2008','08/02/2008',…)

In oracle I need to do something like: TO_DATE('08/01/2008','mm/dd/'), ect

Any ideas how to do this passing the values from a multiple select box?

Thanks in advance!
-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312081
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


=?iso-8859-1?Q?cgi.http_user_agent_(OS=E2=80=99s_and_web_browsers)??=

2008-04-28 Thread James Blaha
All,

Does anyone know where I can get a updated list of web browser and OS’s that 
might be associated with data being returned from cgi.http_user_agent?

I’m trying to break down visitor stats for users OS’s and web browsers 
being used to access a CF application.

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304347
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cgi.http user agent (OS’s and web browsers)

2008-04-28 Thread James Blaha
Great, thanks Richard! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304352
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8.0.1 - GC overhead limit exceeded?

2008-04-21 Thread James Blaha
CF Pro’s,

I recently upgraded to 8.0.1 and had no issues but oddly I got a first time 
error for a big scheduled job which runs every morning, I haven’t seen this 
one before. Any ideas?

Message GC overhead limit exceeded 
StackTrace  java.lang.OutOfMemoryError: GC overhead limit exceeded

My thought it to disable the OutOfMemoryError.

CF is running on Java 1.6.0_04
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.oom

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303843
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8.0.1 - GC overhead limit exceeded?

2008-04-21 Thread James Blaha
I raised the Max JVM Heap Size on my cf8 ent server from 1024 to 1236 and was 
able to get to the root cause.

I have a scheduled job that opens a SFTP connection and looks at a directory. 

cfftp action = LISTDIR stopOnError = Yes  name = ListFiles timeout=300 
directory = /myFiles/   connection = mySFTPConnection

The are about 100*2.5 MB files in the directory that choked the directory 
listing and caused CF to error out. 

My quick fix I was to clean out some of the files in the directory and all 
works fine again.

Do you think this is a bug in cfftp 8.0.1 and or the new JVM?

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303875
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
Azadi,

Very odd I'm running cf8.0.1, the bind works passing data between inputs but 
not with a CFC. Any ideas?

I even took a sample out of the Adobe docs.

-Jim

bindapp.cfm: Does Not Work
bindFcns.cfc: Works

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=ajaxdata_05.html


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303726
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
Ok something is up with my server I think. I just put the same code on my PC 
and it ran fine. Where do I begin to check? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303731
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
All,

On our CF8 Ent server in the webroot is a copy of the CFIDE directory missing 
the admin folder. I did this so our cfform validation works. The actual CF 
server main installation is running on a differnt webserver different port to 
secure the admin. 

Do I need to change my CFIDE mapping to point to my webroot to get the AJAX 
items to work? Security?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303736
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
Update: My CFIDE mapping was fine which was going to a internal CF secure 
webserver with my admin. I didn’t need to add a virtual directory to CFIDE or 
add scriptsrc. I just added a blank application.cfc and it works now. My issue 
seems to be something in a old application.cfm that the directory folder was 
inheriting from causing the issue.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303741
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
Kris,

Thanks, I just got it working. Now my new issue is when a string like 0123 is 
passed in the leading zero is getting cut off. The CFC is returning the correct 
data.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303750
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-18 Thread James Blaha
This thread can be killed.

Issue: A HTML comment was outputting from a application.cfc file causing none 
of the binded cfinput AJAX items to work.

Thank you all! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303752
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusio 8.0.1 cfinput binded variable truncating off leading zero in a text string?

2008-04-18 Thread James Blaha
I have a CFC that returns a string variable zip code. When it gets passed back 
to a binded variable in a cfinput tag the leading zero gets cut off. Any ideas?

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303755
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusio 8.0.1 cfinput binded variable truncating off leading zero in a text string?

2008-04-18 Thread James Blaha
Where do I make a setting to pass as text? The CFC returns the data as a string.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303765
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusio 8.0.1 cfinput binded variable truncating off leading zero in a text string?

2008-04-18 Thread James Blaha
The zero is not missing going into the query its missing going back to the 
cfinput text box. If I dump the CFC results the leading zero is there. 
Something is happening with the bind output results. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303781
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Mike,

Do you know of any other example sites?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303675
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Hi Folks,

Is there a way instead of populating tinput2 with tinput1 results it sends 
the information to a query and returns the result to tinput2?

-Jim

cfform
cfinput name=tinput1 type=text
cfinput name=tinput2 type=text bind={tinput1}
/cfform 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-17 Thread James Blaha
Azadi,

Should this work?

-Jim

myCFC.cfc

cfcomponent
cffunction name=myFunction access=remote returntype=string  

cfargument name=var1 type=string default=
cfset myResult=Hello World
cfreturn myResult
/cffunction
/cfcomponent

myExample.cfm

cfform
 cfinput name=tinput1 type=text
 cfinput name=tinput2 type=text bind={tinput1}brbr
   
 cfinput name=tinput3 type=text bind=cfc:myCFC.myFunction([EMAIL 
PROTECTED])
/cfform 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303691
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-16 Thread James Blaha
Kevin,

I think I see what you mean now. Your code is working. I just need to click 
somwhere on the flash form to activate it. Can this be done on the onload of 
the body?

Thanks for all your help (All of You)!

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform format=flash onload

2008-04-16 Thread James Blaha
Kevin,

http://www.webmasterworld.com/website_technology/3467406.htm

I think this is my issue, it applies to IE and FireFox though.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-16 Thread James Blaha
I'll post a link in the morning. Thanks Kevin. If I dont get it to work I give 
up at this point. I think I need to include some large JS to make it work. I 
dont want a hack in the code. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF8 - Auto Populate a city text field based on zip code field?

2008-04-16 Thread James Blaha
All,

I have a cfform with an auto populate city text field that populates based off 
a query going to a city/zip validation table. My user just asked me if I could 
also populate the city text field with text if the user enters a zip code first.

Is there an easy way to do this?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303600
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread James Blaha
Hi Don,

I use an old custom tag for that functionality still. Google cf_textarea

CF8 is really great. Its the frilly stuff that has issues. I try to stay away 
from those items as much as I can.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303607
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-16 Thread James Blaha
Hi Don,

I use an old custom tag for that functionality still. Google cf_textarea

CF8 is really great. Its the frilly stuff that has issues. I try to stay away 
from those items as much as I can.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303606
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT - https requests stop working after Firewall and IP changes

2008-04-16 Thread James Blaha
Hi Dave,

If you go on the CF server locally can you call a cfm page via HTTP and HTTPS?

Where is the SSL cert sitting?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303610
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-16 Thread James Blaha
Hi Mike,

I have all the zip/city info in a table already. When a user enters a zip code 
and leaves the text box do you know how to auto populate the city text field?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303641
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 - Auto Populate a city text field based on zip code field?

2008-04-16 Thread James Blaha
Thanks I'll check this out ASAP.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303650
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfform format=flash onload

2008-04-15 Thread James Blaha
All,

Does anyone know the action script to setFocus and have the user be able to 
start typing into a cfinput text field?

-Jim

cfsavecontent variable=preSelect
_root.UserID.setFocus();
/cfsavecontent

cfform format=flash skin=haloblue onload=#preSelect#

 cfformgroup type=horizontal id=myUID
 
 cfinput name=UserID width=200 maxlength=50 required=yes 
value= type=text
  
 /cfformgroup
/cfform

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303442
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Hi Jason,

Thanks I'm trying to get the dream option to work where you can just start 
typing.

I've been googling but no luck yet.

I'll post a solution if I get it working.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303449
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Hi Greg,

So close: onload=_root.UserID.setFocus(); this just highlights the box.

I couldnt get what you sent to work.

-Jim

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303452
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Greg,

Could please post a small working example?

Thanks for your post!

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303458
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Hi Kevin,

How do I set the selection? Can those statements both be in the onload=?

-Jim





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303481
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Greg,

When you run your code in your environment then do a page refresh is the cursor 
blinking in the text field?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303483
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Kevin,

This works but I need to click on the flash form to get the cursor to be 
active. Is this what you were talking about?

-Jim

cfsavecontent variable=onLoad
   Selection.setFocus(UserID);
   Selection.setSelection(0, UserID.text.length);
/cfsavecontent

cfform format=flash skin=haloblue width=300 height=200 
onload=#onLoad#
  cfformgroup type=horizontal id=myUID
cfinput name=UserID width=200 maxlength=50 value= type=text
  /cfformgroup
/cfform 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
Hi Qasim,

It only highlights the textbox onload. I need the user to be able to start 
typing right on the page load.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303500
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLdap and CF8

2008-04-15 Thread James Blaha
Hi Chad,

I'm using cf8, we didnt have any cfldap issues with AD or SunOne when I went 
from 7 to 8. There is a nocase option.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303505
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
I am using IE. The form shows up on page load just fine. Is that what you mean 
by activating the swf? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303507
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform format=flash onload

2008-04-15 Thread James Blaha
No the input field is showing and is also highlighted in blue, its just missing 
a blinking cursor. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303512
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion 8 Print Page Options Best Practices

2008-04-13 Thread James Blaha
All,

If you have a CF page that basic in design standards i.e. dynamic HTML tables 
with a basic header and footer that are included and you want to provide a 
print page option that when clicked will generate and PDF on the fly, serve it 
to the user, only minus the header, footer, what’s the best practice to setup 
your code using logic that will work in CF8?

Regards,
-Jim



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Should I uninstall ColdFusion MX7 after CF8 upgrade?

2008-04-13 Thread James Blaha
Hi Nate,

When I went from 7 to 8 I uninstalled 7 and did a clean install of CF8 Ent. 
Thinking back I had issues when I wanted to clean up my CFMX7 directories on 
the server. 

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: weird issue in browser with cf8 and long execution times

2008-04-13 Thread James Blaha
Hi Randy,

I would try re-mapping your IIS or web server settings using the CF Web Server 
Configuration Tool.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: A Better Coldfusion Search Form.

2008-04-13 Thread James Blaha
Hi Colin,

Dont forget to use your cfqueryparam tags in your queries.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303260
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8 autosuggest automatically filters again?

2008-04-11 Thread James Blaha
Dominic,

Great thank you very much!

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfform and confirmation cfwindow popup?

2008-04-09 Thread James Blaha
All,

Does anyone have an example the can post using CFFORM with an onSubmit action 
so when a user clicks a submit button they get a confirmation cfwindow popup? 
Is this functionality working good in CF8.0.1? I thought this might be the way 
to go vs using a standard JavaScript pop-up method.

Thanks in advance!

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303038
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8 autosuggest automatically filters again?

2008-04-09 Thread James Blaha
Hi Dominic,

I was wondering how many records can you through at your tag? I.E is it good if 
I past it a list of all U.S. cities?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303075
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Application Design Advice Needed

2008-03-27 Thread James Blaha
Mike,

Thank you for this post!

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Application Design Advice Needed

2008-03-25 Thread James Blaha
All,

Application Design Advice Needed

I need to build an application where one person can login and edit their 
emergency contact address lists, 1: many data relationship. Does anyone know of 
a example CF application that might fit this pattern? I’m looking for GUI 
ideas and best practices using HTML forms or FLEX. 

Regards,
-Jim Blaha


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302066
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Application Design Advice Needed

2008-03-25 Thread James Blaha
All,

If you look at: 
http://examples.adobe.com/cf8gettingstarted/experience/index_content.cfm

Check out the code snippet explorer. Any idea how I might use cfform and cftree 
to populate the information to the right of the cftree?

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302079
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Free MS Software for Students - when will Adobe step up?

2008-02-22 Thread James Blaha
Hi Russ,

CF is free to use for up to 2 IP's. Adobe also has free licensing for people 
working in education as well as students I believe.

-Jim



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299762
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 CFFTP FTPS/Implicit SSL connection?

2008-02-19 Thread James Blaha
Hi All,

Does anyone know if you can use cfftp in CF8 to make a FTPS/Implicit SSL 
connection? I can make cfftp SFTP/SSH connections just fine.

My guess is I’m connecting to a remote IIS FTP server that’s using a SSL 
cert.

Regards,
Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299329
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Sample Email Based Application Needed

2008-02-14 Thread James Blaha
Hi William,

Thanks the more I think about this I'm learning towards a login.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Sample Email Based Application Needed

2008-02-14 Thread James Blaha
Hi Mike,

Just wondering, what do you put in the URL you are sending to your users?

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298986
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Sample Email Based Application Needed

2008-02-13 Thread James Blaha
All,

Does anyone know of a CF sample application that might address the following 
scenario?

Loop over a table and email users a link to update their i.e. contact 
information, then in a form they verify or update their information and click 
submit. 

As for security, the link in their email might only be good for a few days and 
contain pertinent URL information in an encrypted format. No login required. 

Is this possible to do relatively securely without forcing users to login to a 
web application?

Regards,
-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298920
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Sample Email Based Application Needed

2008-02-13 Thread James Blaha
Hi Mike,

Thanks for your post, good points!

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298922
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-11 Thread James Blaha
Andy,

Maybe I’m jumping the gun trying to use LCDS. If I want a simple flex 
application to have a simple login form then be able to populate a dynamic 
CFQUERY tag then output the results back to the flex applications i.e. 
datagrid, should I be using LCDS to do this?

-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296433
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-11 Thread James Blaha
João,

Thanks for the details they are a great help to me getting into this new 
marriage of Adobe technologies.

Do you know of any good sites that have examples for CF remoting and FLEX 
application setups?

Have a great weekend!

-Jim



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296465
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Hi Rick,

Thanks for the post.

Where do I being if I want to use a IIS webroot? I'm the person that would need 
to set this up in production so I need to learn what needs to be setup and 
tweaked.

-Jim



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
All,

I just started testing the FLEX Builder software IDE and created the demo 
samples in their documention. I'm stummped at the CF integration point, 
Getting Started with Flex 2  Lessons  Use ColdFusion Event Gateway Adapter 
documention area.

With a fresh clean install of CF8 Enterprise on Vista  WIndows 2003 Server is 
it out of the box ready for FLEX? Do I need to download anything elese as a 
addin for FLEX Remoting? 

Does anyone know of a simple setup site for CF8 and Flex?

Regards,
-Jim



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Rick,

Would this URL apply to CF8 and IIS setup?

http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Tom,

Thanks I think I'll try doing a fresh CF8 download and reinstall on my Vista OS 
and see if this fixes my issues.

My original WEB-INF direcroty was sitting in the D:\ColdFusion8\wwwroot\WEB-INF 
then I did a mapping to my local IIS install. So baically I could hit my CF 
Admin via 8500 or port 80 on my local install.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
All,

Thank you very much for all your posts today. I'll be picking back up on this 
tomorrow. Flex seems to be a very powerful GUI.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296297
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Folks,

When you peform a developer install of CF8 is there a way to test LCDS? I dont 
see any extra Windows services for it runnning.

-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296317
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
João,

It looks like I need to start in the below URL and setup the 
messaging-config.xml file?

Do I just add my IP and hostname to the XML?

http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=tutorial_cfadapter_028_2.html

This document is a bit confusing for a Flex Newbie.

-Jim

Enable the ColdFusion Event Gateway Adapter
The messaging-config.xml file contains information about adapters and 
destinations, including network and server properties and channels. Generally, 
the file contains the following:



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296319
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8, cfexecute getting return codes

2008-01-02 Thread James Blaha
Hello All,

Happy New Year!

Question:  I’m running CF8 using the cfexecute tag. Is there a way to capture 
return codes when using cfexecute against a bat file or when better yet calling 
a *exe directly in a Windows environment?

I’m try to run some SAS programs via the ColdFusion job scheduler I have it 
working great I just need to do some error handling using the return codes now. 
Love the CF!

Regards,
-Jim


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295698
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8, cfexecute getting return codes

2008-01-02 Thread James Blaha
Hi Adrian,

I'm looking to get the standard error information.

I'm trying to setup a tag I found called CFX_Execute this might do the trick.

Thanks,
-Jim 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295710
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8, cfexecute getting return codes

2008-01-02 Thread James Blaha
Hi All,

I found a solution that seems to work using cfx_Execute to get the return 
codes. 

I posted my code below so it help others that come across this thread.

If anyone has other ideas please let me know.

CFX Tag Location: http://www.intrafoundation.com/software/

-Jim


cfset sas_path = c:\Program Files\SAS\SAS 9.1\sas.exe
cfset sas_prog = c:\temp\Import File.sas
cfset sas_logf = c:\temp\mySAS_Log.txt

cfset OraUserName = #REQUEST.DataSource1_UID#
cfset OraPassWord = #REQUEST.DataSource1_UID_IPC#
cfset OraDBInstance = #REQUEST.Oracle_SID#
cfset ImportFilePath = c:\temp\
cfset ImportFileName = myfile.csv


!--- Testing Code ---
h3Run Windows SAS program/h3
pre
cfoutput
OraUserName:#OraUserName#
OraPassWord:!--- #OraPassWord# ---
OraDBInstance:  #OraDBInstance#
ImportFilePath: #ImportFilePath#
ImportFileName: #ImportFileName#
/cfoutput
/pre

!---  ---
!---  ---

!--- Old Method
cfexecute name = #sas_path#
   arguments= -sysin #chr(34)##sas_prog##chr(34)# -log 
#chr(34)##sas_logf##chr(34)# -sysparm '#OraUserName# #OraPassWord# 
#OraDBInstance# #ImportFilePath# #ImportFileName#' 
   timeout  = 300
/cfexecute  
--- 

h1New Method/h1
 
cfx_Execute 
 name=#sas_path# 
 arguments=-sysin #chr(34)##sas_prog##chr(34)# -log 
#chr(34)##sas_logf##chr(34)# -sysparm '#OraUserName# #OraPassWord# 
#OraDBInstance# #ImportFilePath# #ImportFileName#' 
 timeout=300
 showdebug=no 

ExecuteReturnCode: cfoutput#ExecuteReturnCode#/cfoutputbr /br /

!--- Check Return Code Status ---

cfif #ExecuteReturnCode# EQ 0
cfset variables.msg = Your SAS Program ran successfully!

cfelseif #ExecuteReturnCode# EQ 1
cfset variables.msg = WARNING: - There are SAS System Warnings, 
Please Check the SAS Log File (#sas_logf#)!

cfelseif #ExecuteReturnCode# EQ 2
cfset variables.msg = ERROR: - There are SAS System Errors (you 
might have passed a bad variable)
  
cfelseif #ExecuteReturnCode# EQ 3
cfset variables.msg = SAS Error Code 3 - Abort

cfelseif #ExecuteReturnCode# EQ 4
cfset variables.msg = SAS Error Code 4 - Abort Return

cfelseif #ExecuteReturnCode# EQ 5
cfset variables.msg = SAS Error Code 5 - Abort Abend

/cfif

cfoutputProgram Return Code: #variables.msg#/cfoutput

!---  ---
!---  ---


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295712
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-10 Thread James Blaha
Hello All,

Does anyone operate a CF server behind a load balancer here?

If so, when a user access's a CFM template does the IP of the person come 
through properly as a CGI variable?

We are using a Citrix NetScaler and the CGI variable that always returns for a 
IP is that of the load balancer. We can weak the header file but that doesn’t 
change the CGI variable for IP address coming back to ColdFusion.

Regards,
-Jim


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294475
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-10 Thread James Blaha
James,

Did you have to do anything special to the load balancer to make it work like 
that?

-Jim

Yes - our servers are behind a Cisco ACE and they show the correct
remote address for CGI.REMOTE_ADDR and CGI.REMOTE_HOST.

On Dec 11, 2007 10:07 AM, James Blaha [EMAIL PROTECTED] wrote:
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294480
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFFTP and Windows Firewall

2007-12-07 Thread James Blaha
Hi Sean,

See:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_16.html

Did you try: allo: allocates memory for operations, such as putting large 
files, on the server.

Just a guess...

-Jim 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294375
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-07 Thread James Blaha
Helge,

Thanks for the post, thats what we are looking into now. I'll post my solution 
once we get it working.

-Jim 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294376
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-06 Thread James Blaha
Hello Everyone,

We recently placed a ColdFusion 8 server behind a load balancer basically so we 
don’t have to worry about keeping lots of SSL certs around.  Things seem to 
be working great but the 1 issue we do have is for some reason when a user goes 
to a given *.cfm template if we are tracking what IP they are coming from it 
always shows the IP of the load balancer. Does anyone know away around this?

I’m not the network admin managing the load balancer but our guru has been 
trying to figure it out so I figured I’d reach out to the CF pro’s here for 
some possible ideas.

Regards,
-Jim 



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294303
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-06 Thread James Blaha
Hi Tom,

Thanks I'll pass this on to my admin.

-Jim 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294307
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Cffile Write Problem

2007-12-06 Thread James Blaha
Hi Lee,

You need to make sure that the service the ColdFusion application server runs 
under has rights to that UNC path. Give that a try.

-Jim 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294358
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Zip Code Locator

2007-12-05 Thread James Blaha
Folks,

Thanks a million for the posts! 

-Jim 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Zip Code Locator

2007-12-04 Thread James Blaha
Graham,

Do you have code you can send me?

What does it mean to get approved for USPS?

Thanks,
-Jim 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Zip Code Locator

2007-12-03 Thread James Blaha
Hi Dave,

Thanks for the reply! Can you pass Ray's CFC a full U.S. address?

-Jim 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294070
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Zip Code Locator

2007-11-29 Thread James Blaha
Hi Dave,

Could you please share your Address to lat long code with me? [EMAIL PROTECTED]

I've been doing GeoCoding based off zipcodes using a Yahoo web service but your 
method sounds dead on. I set a validition table thats indexed where if I dont 
find a zipcode in my vlaidation table I use the webservice to keep up 
up-to-date.

-Jim

 
 Email me off-list if u need some code
 


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293963
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


FREE Change Management CF application?

2007-11-29 Thread James Blaha
Hello All,

Does anyone know of any free change management CF application?
Otherwise if you know of a free application for (Task  Projects) that would be 
great also.

Regards,
-Jim


~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293968
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: FREE Change Management CF application?

2007-11-29 Thread James Blaha
Hi Tom,

I need to build a app that i.e. 10 people can log into and see where things 
stand that programmers might be working on for them. 

Simple project management and change request management.. Any flavor...

-Jim 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293975
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Issue with CFFTP

2007-10-17 Thread James Blaha
Hi Chandan,

Thank you very much!

-Jim 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291344
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All,

Yes I am closing each FTP session I open. I did try adding a timeout of 3000 
yesterday to every CFFTP tag I setup. I'm going to do some troubleshooting this 
morning if I dont get it going I'll post some code. Thanks for the reply's!

On a side note I was using cfsftp.jar to do SFTP's in CFMX7 but when I 
installed CF8 this week it stopped working, and yes I setup the JAVA path in 
the CF Administrator.

-Jim 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All,

Well my issue has NOTHING to do with the cfincludes. If I put 2 sets of open 
and close FTP sessions it bombs. Any ideas?

cfftp action = open
   username = anonymous
   connection = myFTPConnection
   password = [EMAIL PROTECTED]
   server = ftp.comp.com
   stopOnError = Yes

pre
FTP 1: Open FTP Connection, Did it succeed? 
cfoutput#cfftp.succeeded#/cfoutputhr /
/pre

cfftp action = close connection = myFTPConnection stopOnError = Yes

pre
FTP 2: Close FTP 1 Connection, Did it succeed? 
cfoutput#cfftp.succeeded#/cfoutputhr /
/pre

cfftp action=open
connection=mySFTPConnection_2
username=#UID#
password=#IPC#   
port=22
timeout=3000
retryCount=2
server=#HOST_NAME#
secure=yes
stopOnError=YES

pre
FTP 3: Open SFTP Connection, Did it succeed? 
cfoutput#cfftp.succeeded#/cfoutputhr /
/pre

cfftp action = close connection = myFTPConnection_2 stopOnError = Yes

pre
FTP 4: Close SFTP 3 Connection, Did it succeed? 
cfoutput#cfftp.succeeded#/cfoutputhr /
/pre

CF ERROR: Pointing to the 2nd opening SFTP connection

An error occurred while establishing an FTP connection.

-Jim





~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289606
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All,

I did find something interesting.

2 Standard FTP's back to back work.

2 Secure SFTP's back to back work.

If I do a SFTP first, then do a FTP even if I specify on the standard FTP 
secure=NO

coldfusion makes like the 2nd connection going to FTP errors out like its 
trying to connect with sftp.

CF ERROR: An error occurred while establishing an sFTP connection.

-Jim 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289609
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
All,

Does anyone know how/if you can report a CF bug to Adobe when you dont want to 
pay 400.00 to open a support ticket? I think I found a bug in CF when you mix 
and match FTP and SFTP in the same execution thread.

-Jim 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289664
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion 8 Issue with CFFTP

2007-09-26 Thread James Blaha
Hello All,

Have any of you seen this issue and know a possible fix?

ColdFusion 8 Issue with CFFTP
Error: An error occurred while establishing an FTP connection.

I have 1 main CF Template that just does cfincludes and calls 3 other templates 
each one HAS CFFTP commands using both secure and non secure file transfer 
connections. When I run the templates individually in order the process works 
100%. When I do a cfinclude and call each templates in order the 1st CFFTP 
template always works the 2nd one always fails. If I comment out the 1st 
include the 2nd one works the 3rd template fails.

-Jim


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289527
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmx 8 feature question

2007-08-14 Thread James Blaha
Hi Steve,

The JDBD connector that comes with CF is a thin connector so no RAC, but that 
doesnt mean anything for you. Just install the Oracle client software on your 
server so i.e. SQL Plus works that will also install the Oracle ODBC drivers. 
Create a System ODBC connection called i.e. ORACLE_myDBSID and in the 
ColdFusion Administrator make a connection to the ODBC connection called 
DB_ORACLE_myDBSID. As long as your Oracle TNS file is setup for RAC your all 
set, it works great! Any questions feel free to email me [EMAIL PROTECTED]

-Jim 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Quick Question about quot;upgradingquot; to CF 8

2007-08-09 Thread James Blaha
Hi Tom,

You said: Or you can make a CAR of your CF7 settings

How do I do this? Once I have CF8 running, how do I import the settings?

-Jim 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285929
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Telnet/SSH From CF?

2007-06-20 Thread James Blaha
Robert Rawlins

Just send a message if you need code examples

I didnt see your email address could you please email me some examples please?

MyEMail: [EMAIL PROTECTED] 

Thanks,
Jim 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281595
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Telnet/SSH From CF?

2007-06-19 Thread James Blaha
Hi Rob,

I use CFSFTP a lot just for doing file transfers from my Windows CFMX7 server 
to UNIX, Solaris and Tru64 servers. The only time I use CFEXECUTE now is if I 
need to run a shell script remotely them I would use CFEXECUTE to call a bat 
file and SSH into a UNIX box then run the script and get out.

Check out: www.ssh.com

If you do want to go the CFEXECUTE route here's an example of the code that 
might be in your bat file. In this example you would need to setup public key 
authentication for your SSH software, make sure the keys are in the same 
Windows server account profile that the CF service runs under.

C:\Program Files\SSH Communications Security\SSH Secure Shell\sftp2.exe -B 
C:\myScripts\SFTP_2_UNIX.bat  put_sftp_file.cmd

Hope this helps.

-Jim

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281510
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion SMS Text Messages to Cell?

2007-04-19 Thread James Blaha
Brian,

Thank you vey much for your post.

-Jim

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275831
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion SMS Text Messages to Cell?

2007-04-19 Thread James Blaha
Sean,

Great information thank you! We are running CFMX7, the documention when I read 
it seemed to have left out the part about working with SMS providers.

Thanks,
-Jim

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275832
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion SMS Text Messages to Cell?

2007-04-19 Thread James Blaha
All,

A mass thank you, I think I have enough to do some reasearch now.

Thanks for all your posts!

-Jim

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275836
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion SMS Text Messages to Cell?

2007-04-18 Thread James Blaha
All,

ColdFusion SMS Text Message to Cell?

In light of the sad issue that happened at Virginia Tech this week I’m 
looking for a way to blast out an emergency text message to students  
employees incase of an emergency.

If we have a list of cell numbers what the best way to use ColdFusion to send 
out a text message to cell phones?

Thanks in advance!

-Jim Blaha

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275687
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
All,

I have an issue using a web service that passes back XML and parsing its data 
because an element could have a special character in it i.e. “”. How do I 
clean the XML before passing it to the XMLParse function?

Regards,
Jim Blaha

XML Being Passed back example: stock.xml

?xml version=1.0 encoding=utf-8 ? 
string xmlns=http://www.webserviceX.NET/;
StockQuotes
Stock
NameATT INC./Name
/Stock
/StockQuotes
/string

CF Code to Read File:

CFFILE ACTION=READ FILE=c:\stock.xml VARIABLE=GotTheStockInfo

cfset parsedStockInfo = XMLParse(GotTheStockInfo)

cfdump expand=yes var=#parsedStockInfo# label=MyStockInfohr

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275113
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
Thanks for the post!

It still doesnt work with:

cfset parsedStockInfo = XMLParse(XMLFORMAT(GotTheStockInfo))

Any ideas?

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275118
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
Tom,

Good idea, still not working.

CF Error: Reference is not allowed in prolog. 

I Tried:

CFFILE ACTION=READ FILE=c:\stock.xml VARIABLE=GotTheStockInfo
cfset parsedStockInfo = XMLFormat(GotTheStockInfo)
cfset parsedStockInfo = XMLParse(parsedStockInfo)

-Jim

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275127
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
Hi Tom,

It’s the “” in the “NameATT INC./Name” element that’s causing 
my issue.

I just need to figure out how to read the XML in and change it so I can load 
the data somehow.

-Jim

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275130
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
All,

Does anyone know how to clean a XML string with illegal special characters 
before you parse it with XMLParse?

This is my XML string:

?xml version=1.0 encoding=utf-8 ? string 
xmlns=http://www.webserviceX.NET/; StockQuotes Stock SymbolT/Symbol 
Last38.66/Last Date4/12/2007/Date Time4:00pm/Time 
Change0.00/Change OpenN/A/Open HighN/A/High LowN/A/Low 
Volume0/Volume MktCap241.4B/MktCap PreviousClose38.66/PreviousClose 
PercentageChange0.00%/PercentageChange AnnRange24.72 - 39.90/AnnRange 
Earns1.887/Earns P-E20.49/P-E NameATT INC./Name /Stock 
/StockQuotes /string

I need to replace the  in the Name element.

-Jim

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275138
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
Cathy,

Whats the link to feedburner? Thanks for the post!

I just got it to work but I dont think its a good solution. I just did a 
replace all on the special character that was causing the issue then passed the 
result to XMLParse.

-Jim

CFFILE ACTION=READ FILE=c:\stock.xml VARIABLE=GotTheStockInfo

cfset newXML = Replace(GotTheStockInfo, chr(38), amp;, ALL)
cfdump var=#newXML# label=MyStockInfo

cfset parsedStockInfo = XMLParse(newXML)
cfdump var=#parsedStockInfo# label=MyStockInfo

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275143
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WebService Issue w/Special Characters being sent to XMLParse

2007-04-13 Thread James Blaha
All,

Thanks for your posts, issue resolved using:

CFFILE ACTION=READ FILE=c:\stock.xml VARIABLE=GotTheStockInfo

cfset newXML = Replace(GotTheStockInfo, chr(38), amp;, ALL)
cfdump var=#newXML# label=MyStockInfo

cfset parsedStockInfo = XMLParse(newXML)
cfdump var=#parsedStockInfo# label=MyStockInfo

Have a great weekend!

-Jim

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275153
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF and Oracle Function Issue

2007-03-29 Thread James Blaha
All,

I have a someone that’s an Oracle programmer learning CF. She has an Oracle 
Function that when ran returns a dataset. I’ve never seen this done before 
but in Toad it works.

i.e.
select coldfusion.PC.F_GET_Info(sysdate-275,'F','Y') from dual 

How can I run this in ColdFusion then output the results?

Thanks in advance!

-Jim Blaha



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274071
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


  1   2   3   >