what is faster?

2014-03-06 Thread Paul Ihrig
cfif(serializeJSON(qry1) eq serializeJSON(qry2)) to compare 2 queries or sticking the queries into an array and then cfif #qryArray1.equals(qryArray2)# IS YES ~| Order the Adobe Coldfusion Anthology now!

Re: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Paul Ihrig
http://www.ultraedit.com/downloads/ultraedit_download.html http://download.cnet.com/HomeSite/3000-10247_4-10001199.html ~| Order the Adobe Coldfusion Anthology now!

CF7 Scheduled task runs when i create it.

2011-03-05 Thread Paul Ihrig
if i create a new scheduled task it is fine. if i set it to be scheduled to run in the future, it runs immediately when i save it. what the heck is going on? nothing like sending out a batch email days before they are supposed to go out.

Re: ssis 2005 question

2010-04-27 Thread Paul Ihrig
yeah we do have them linked. so select into may be better. i cant detach and reattach because we are changing the table names of about 90% of the tables.. or that's what i am telling my self.. i really do appreciate your guys opinions. thanks a bunch -paul On Mon, Apr 26, 2010 at 10:20 PM, rex

ssis 2005 question

2010-04-26 Thread Paul Ihrig
hey guys. i am in a pickle. i dont know sql server 2005, and i have to migrate from 2k to 2005. the ssis data migration wizard seems fine after i tweak packages. except for 1 table that is throwing me. the table has 3 records or so. one of the columns is of type image. the package just runs

Re: ssis 2005 question

2010-04-26 Thread Paul Ihrig
yeah.. i dont think they will let me do that in qa or prod. seems simple, and makes sense.. On Mon, Apr 26, 2010 at 5:04 PM, J.J. Merrick j...@themerrickhouse.comwrote: Last 2k to 2k5 migration I did was basically just detaching the DB and then moving the MDF files and then attaching it to

Re: ssis 2005 question

2010-04-26 Thread Paul Ihrig
methods when it comes to upgrading SQL Server. -Mike Chabot On Mon, Apr 26, 2010 at 6:23 AM, Paul Ihrig pih...@gmail.com wrote: hey guys. i am in a pickle. i dont know sql server 2005, and i have to migrate from 2k to 2005. the ssis data migration wizard seems fine after i tweak

cf_sql_varchar dropping comma? 100,000 to 100.00

2010-03-30 Thread Paul Ihrig
cfqueryparam value = #arguments.dollar_value# cfsqltype = cf_sql_varchar, if i enter value 100,000 the result is 100.00 but if i enter 10 OR 10.00 it is fine? what gives and how do i prevent it? ~| Want to reach the

Re: cf_sql_varchar dropping comma? 100,000 to 100.00

2010-03-30 Thread Paul Ihrig
the comma and turning into a number. - Gabriel On Tue, Mar 30, 2010 at 8:26 AM, Paul Ihrig pih...@gmail.com wrote: cfqueryparam value = #arguments.dollar_value# cfsqltype = cf_sql_varchar, if i enter value 100,000 the result is 100.00 but if i enter 10 OR 10.00 it is fine? what

Re: CF8 - Google Maps - Center zoom

2010-02-15 Thread Paul Ihrig
Eric. Thank You! After some fiddling, i got it. script type=text/javascript //![CDATA[ function load() { if (GBrowserIsCompatible()) { // It is necessary to make a setCenter call of some description before adding markers // At this point we dont know

CF8 - Google Maps - Center zoom

2010-02-12 Thread Paul Ihrig
hey guys... i am trying to figure out what to do on this google map. i have a bunch of points any where from 0 - 12, usually more then 2 there is the start location and then the results based on radius returned. right now the map centers on the the address you enter. but i would like to be able

Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig
thanks: Shockwave Flash File name: NPSWF32.dll Shockwave Flash 10.0 r32 google chrome: 4.0.249.78 unknown (36714) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig
just upgraded to Shockwave Flash 10.0 r42 same problem on winxp screenshots. chrome: http://picasaweb.google.com/lh/photo/LwUOa7S5U-guA-Y3X7U6qQ?feat=directlink firefox http://picasaweb.google.com/lh/photo/cJKg6XpsnFd9OXR5GS0Abg?feat=directlink

Re: Chrome cfgrid flash

2010-02-09 Thread Paul Ihrig
http://code.google.com/p/chromium/issues/detail?id=35220 ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Chrome cfgrid flash

2010-02-08 Thread Paul Ihrig
, Feb 4, 2010 at 8:18 PM, Paul Ihrig pih...@gmail.com wrote: Hey guys. I have cfform flash with a simple cfgrid inside it. Every thing tenets corectly but in chrome no data is displayed and editing isn't avaiable. This is cf8. Seems very odd. Every thing I'd copasetic in ff and ie. Thanks

Re: cfgrid flash href

2010-02-04 Thread Paul Ihrig
if i was using an html cfgrid i would just use the href attribute inside cfgridcolumn but i am not. am using cffrom type flash any how.. appreciate it. On Thu, Feb 4, 2010 at 8:34 AM, Martin Franklin ma...@assetresearch.com wrote: You might consider getting the underlying ext using

Chrome cfgrid flash

2010-02-04 Thread Paul Ihrig
Hey guys. I have cfform flash with a simple cfgrid inside it. Every thing tenets corectly but in chrome no data is displayed and editing isn't avaiable. This is cf8. Seems very odd. Every thing I'd copasetic in ff and ie. Thanks.

Re: cfimage: jpg that is really a gif

2009-11-17 Thread Paul Ihrig
what i dont get is why dosnt cfimage read the header of the file. and not first look at the extension? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: cfimage: jpg that is really a gif

2009-11-17 Thread Paul Ihrig
Guys it's a .jpg but when I get info in ff it says it's a gif. When I renamed it to gif cfomage worked just fine. I am only using it to out put width and height and to warn users if over x y it will blow out a div. Then using cffile for existance and file size. It's just old unscoped input of bad

Re: cfimage: jpg that is really a gif

2009-11-17 Thread Paul Ihrig
I didn't see a response. On Tuesday, November 17, 2009, C S cfsearch...@yahoo.com wrote: Not the best option What's a better option then? I think it depends on what they actually need to do with the image. If they just need to display it, reading the header bytes seems a bit awkward. So

wired behavior in jquery treeview, chrome

2009-11-16 Thread Paul Ihrig
just noticed my nav not showing up in chrome grabbed latest jquery lib and its fine. but now am noticing that when you colapse and expande that the whole line of text gets highlighted.. you can see it in a example here. at bottom. http://be.twixt.us/jquery/treeView.php very wierd.

Re: select box result to show/hide another select box. jquery

2009-11-12 Thread Paul Ihrig
so just to clarify. the show hide js works fine on its own, just doesn't check or see the default value from the existing data ~| Want to reach the ColdFusion community with something they want? Let them know on the House of

select box result to show/hide another select box. jquery

2009-11-12 Thread Paul Ihrig
ok this is kinda like a 2 select related, but not really.. i want to show a 2nd selecty box only if the first select box is value 6 This works great on change when you are in the form. but if i am updating the form. it doesn't see the default value.. which is in a var called StrType prt_type is

Re: select box result to show/hide another select box. jquery

2009-11-12 Thread Paul Ihrig
Dan. Thank You. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328309

Re: select box result to show/hide another select box. jquery

2009-11-12 Thread Paul Ihrig
btw. how other then this list could i have found the answer? i tried google = fail On Thu, Nov 12, 2009 at 1:30 PM, Paul Ihrig pih...@gmail.com wrote: Dan. Thank You. ~| Want to reach the ColdFusion community with something

Simple: ? sql add value to column

2009-10-01 Thread Paul Ihrig
ok i have a bunch of page numbers that need changed. they are like 10, 14 et.. i need to add 6 to the value i tried a sql stament of UPDATE x_cat SET cat_pg = cat_pg + 6 WHERE (x_cat_id= 632) but my values goto 106, 146, et..

Re: Simple: ? sql add value to column

2009-10-01 Thread Paul Ihrig
ok so looks like the column cat_pg is a varchar. so that's why the statement wouldn't work. so i need to what, cast it as a numeric to update it? UPDATE x_cat SET cat_pg = CAST(cat_pg AS NUMERIC) + 6 WHERE (x_cat_id= 632) On Thu, Oct 1, 2009 at 10:45 AM, Paul Ihrig pih

Re: Simple: ? sql add value to column

2009-10-01 Thread Paul Ihrig
Y... these are not thing mortals should question. the data which is the word, is infallible and has come down from on high. it proceeds us by generations and we shall not question it validity, integrity or reliability. On Thu, Oct 1, 2009 at 11:26 AM, Yuliang Ruan yuliangr...@hotmail.comwrote:

Re: Defaulting 2nd select related select

2009-09-04 Thread Paul Ihrig
tr tdTerritory: (id:#attributes.territory_id#)/td tdcfselect enabled=Yes name=FORMterritory_id multiple=no bind=cfc:selectbox_binds.cfc.region_territorybindfunctions.GetTerritory({FORMregion_info_id}) bindonload=true / /td /tr

Re: Defaulting 2nd select related select

2009-09-04 Thread Paul Ihrig
and the function !--- Get the territory based on region --- cffunction name=GetTerritory access=remote returntype=array cfargument name=region_info_id default= required=yes cfset TerritoryList=arraynew(2) cfset TerritoryList[1][1] = cfset TerritoryList[1][2] = -- Select a Territory --

Defaulting 2nd select related select

2009-09-04 Thread Paul Ihrig
i can default the first select just fine. but the 2nd one is driving me nuts... http://63.144.103.199/selectbox_binds/region_territory.cfm the 2 slects part works just fine. as dowes defaulting the first cfselect cfparam name=attributes.region_info_id default=20 cfparam

Re: Defaulting 2nd select related select

2009-09-04 Thread Paul Ihrig
got it. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326011 Subscription:

valueList not giving me what i want.. quick look

2009-08-11 Thread Paul Ihrig
i know i know this. but it escapes me... just a cfoutput inside my loop gives me exactly the list i want.. but i need the , commas.. cfoutput query=getAce group=title aid: cfoutput#getAce.aid#/cfoutput /cfoutput Mounting Panel aid:

Re: valueList not giving me what i want.. quick look

2009-08-11 Thread Paul Ihrig
i need the group on the out side because i am grouping by a name that gets trimed from many similar names and such. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: valueList not giving me what i want.. quick look

2009-08-11 Thread Paul Ihrig
you guys are so freaking awesome. haven't tried it, but i can tell it will work back to queryland.. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

cfgridcolumn dropping 0 zeros from string

2009-08-05 Thread Paul Ihrig
i have a column in a cfgrid user can put either text or number like 1234.56 if the enter 1234.50 the display removes the zero. so it look like 1234.5 or if the string is 1234000 it displays 1234 there are also results that at like xc2000s and those are fine. cfgridcolumn name=ArtNr header=ArtNr

Re: cfgridcolumn dropping 0 zeros from string

2009-08-05 Thread Paul Ihrig
Awesome Scott, Thank You.. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: cfinvoke newb question

2009-07-17 Thread Paul Ihrig
application.cfc in folder: /rittalxpress/cart cfcomponent output=false !--- Name the application. --- !--- cfset this.name = Website --- !--- Turn on session management. --- cfset this.sessionManagement = true cfset this.clientManagement = true cffunction name=onSessionStart returnType=void

Re: cfinvoke newb question

2009-07-17 Thread Paul Ihrig
thanks Ian. Choop told me to cfif not StructKeyExists(session, 'myShoppingCart') cfset session.myShoppingCart = createobject('component', 'rittalxpress.cart.shoppingcart')/ /cfif in my application.cfm, bypassing the call in the application.cfc now every thing seems to work thanks choop Ian

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
ok weirdness. so i go home last night after getting things to work a little. i pull up url and see Element MYSHOPPINGCART is undefined in SESSION i am like aw crap... so i go into work this morning.. nothing has changed.. or so i think.. mess with a bunch of files. no luck. so i open the

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
i have application.cfm in root of site. the application.cfc is just in the cart folder. not sure why it works, and then stops... not sure how to get the code to work again.. getting flusterd... ~| Want to reach the ColdFusion

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
ok to get it to work again this time i had to add this and then comment it out in application.cfm cfset StructDelete(Session, myShoppingCart) cfobject name=SESSION.myShoppingCart component=rittalxpress.cart.ShoppingCart then after the delete it pick up the info that is in the cfc in folder

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
yeah, not sure. just gonna re-read chapter 20... 11+ years at this and still a newb! Ha! On Thu, Jul 16, 2009 at 11:44 AM, Ian Skinnerh...@ilsweb.com wrote: Paul Ihrig wrote: ok to get it to work again this time i had to add this and then comment it out in application.cfm cfset

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
yeah i dont get it.. reading as fast as i can so i can get this straightend out.. http://63.144.103.199/products/index.cfm?n1Id=11n2Id=81n3Id=296CFID=219745CFTOKEN=60381247 http://63.144.103.199/rittalxpress/cart/LX_right1.cfm http://63.144.103.199/rittalxpress/cart/StoreCart.cfm

Re: cfinvoke newb question

2009-07-16 Thread Paul Ihrig
the reson the id's are different is becasue the link i sent. it had the cfid in it.. any how the stuff that does the cart is all from chapter 22 of cfwack 8-1 the application.cfc in the folder cart is pretty simple just change the name or commented it out? the application.cfm is at the site

cfinvoke newb question

2009-07-15 Thread Paul Ihrig
ok if i load the page in my browser with this in it cfinvoke component=#SESSION.myShoppingCart# method=List returnvariable=getCart /cfinvoke it runs just fine. BUT if i am cfincluding the page from another page out side the directory with the app.cfc and other cfc it craps out on me.. The

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
ok... well we have a pretty intensive application.cfm i tried placing the cfcomponent output=false from the application.cfc inside the application.cfm in root of site but that threw a whole crapstorm of other errors. also tried cffunction name=onSessionStart returnType=void output=false

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
so could i just get rid of the this. stuff? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: cfinvoke newb question

2009-07-15 Thread Paul Ihrig
Ian thank you! it was the name scope i was using in the example c22 changed it, and it seems to work as expected, slow and all, but i am just trying to learn a little some thing. befor i move on.. ~| Want to reach the

Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Paul Ihrig
is this 8,0,0,176276 this 8.0.1??? in cfadmin all i see for version is 8,0,0,176276 this http://www.adobe.com/support/security/bulletins/apsb09-09.html tells me i need to first be at 8.0.1 thanks -paul ~| Want to reach the

Re: Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Paul Ihrig
so... guess i need to update a production server from 8 to 8.0.1 then the one hot fix, or more? best time early mornning or late night.. ~| Want to reach the ColdFusion community with something they want? Let them know on the

jquery: Pager, MaXrows

2009-06-29 Thread Paul Ihrig
ok.. i am using the jquery pager for pagnation. my problem, is under one way a user can get to the result set i can have over 2400 results. but my pager will only show 100 max at a time. but the page loads slowly due to all the returned rows.. how could i use maxrows to limit the result set, but

Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
ok.. i dont know when this broke. but every thing looks fine to me. dll's where they should be. cfx tag registers... but nothing is loading in cf8 (i have emailed there tech guys...) Unable to load library Z:\Program Files\Efflare\cfx ImageCR 3\cfx_imagecr3.dll The error occurred in

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
hey Dave. yeah it can get to the drive, see the drive in cfadmin just fine. i also tried moving it closer, but with no difference. ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
ok! it cant find dwmap.dll ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i mean dwmapi.dll On Tue, Jun 23, 2009 at 10:22 AM, Paul Ihrig pih...@gmail.com wrote: ok! it cant find dwmap.dll ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i dont see a solution... uninstall ie7 on server or install ie8 on server.. wtf... this is a production box... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
i dont really understand the stub thing.. is it just creating a text file, pasting in that text, renaming it to dll an putting it where? win/sys32 dir? ~| Want to reach the ColdFusion community with something they want? Let

Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig
well some thing just crashed the server... like first time in Months.. reboot, now cfx tag works fine some days it dosnt pay to get out of bed.. appreciate the guidance. that dependency tracker is slick.. ~| Want to reach the

how to deal with Delivery Status Notification (Failure) cfmail

2009-06-08 Thread Paul Ihrig
hey guys question i ran a cfmail over the weekend to 37,000 customers. in exchange i got 507 Delivery Status Notification (Failure) any one know of a quick and dirty way to grab just the email address of the returned email, with out opening each message and coping and pasting i need to remove

Re: how to deal with Delivery Status Notification (Failure) cfmail

2009-06-08 Thread Paul Ihrig
nm. just did an advanced search in ms outlook. made the result pane look the way i want copy/paste insert results into db.. clunky.. On Mon, Jun 8, 2009 at 8:35 AM, Paul Ihrig pih...@gmail.com wrote: hey guys question i ran a cfmail over the weekend to 37,000 customers. in exchange i got

Re: how to deal with Delivery Status Notification (Failure) cfmail

2009-06-08 Thread Paul Ihrig
/message that goes into that account may be a failure due to invalid address. sometimes you get failures because recipient's inbox is full, or due to network problems. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 08/06/2009 19:35, Paul Ihrig wrote: hey guys question i

Re: how to deal with Delivery Status Notification (Failure) cfmail

2009-06-08 Thread Paul Ihrig
but it does return a failure if the mail box is full?? you would think it would return a code that email is correct on receiving server but the recipient is over its size limit how the hell do you code for that?? i really dont want to resend to a returned addy...

ListLast equivalent in MS SQL

2009-05-29 Thread Paul Ihrig
how can i do ListLast(your_email,@) in a sql statement ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Google Map API

2009-05-15 Thread Paul Ihrig
map.addOverlay(marker); missing ; maybe On Fri, May 15, 2009 at 8:04 AM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: (message bumped with corrected subject ... help !!!) hi all .. trying to get a marker to show on the google map api ... extract of code below .. anyone have any

Re: Adobe Livedocs throwing lock error???

2009-05-15 Thread Paul Ihrig
is it just with v6 of the docs. thats where i first saw it and posted it on irc ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

dynamically create array using cfloop?

2009-05-14 Thread Paul Ihrig
hey guys i have an array like below to render a 2nd select box based on first select box it continues 0-20 var sidewalls_Quantity#rsTS8.specs_partnum#=new Array() sidewalls_Quantity#rsTS8.specs_partnum#[0]=[0|0] sidewalls_Quantity#rsTS8.specs_partnum#[1]=[0|0, 1|1]

Re: dynamically create array using cfloop?

2009-05-14 Thread Paul Ihrig
cfloop index=i from=0 to=20 sidewalls_Quantity[#i#]=[cfloop index=x from=0 to=#i##x#|#x#, /cfloop]br / /cfloop is close. but put the comma at end sidewalls_Quantity[0]=[0|0, ] sidewalls_Quantity[1]=[0|0, 1|1, ] sidewalls_Quantity[2]=[0|0, 1|1, 2|2, ] sidewalls_Quantity[3]=[0|0, 1|1, 2|2, 3|3,

Re: dynamically create array using cfloop?

2009-05-14 Thread Paul Ihrig
= innerVal ,    /cfif  /cfloop  sidewalls_Quantity[#i#]=[#innerVal#]br / /cfloop Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE  68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Paul Ihrig [mailto:pih...@gmail.com] Sent: Thursday, May

Re: dynamically create array using cfloop?

2009-05-14 Thread Paul Ihrig
also.. i cant put cf inside js? or can i? the loop works fine out side script type=text/javascript/script ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: dynamically create array using cfloop?

2009-05-14 Thread Paul Ihrig
thanks guys i had a BR that wasnt needed. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: table display: row number. without recordset

2009-05-12 Thread Paul Ihrig
ok here is a weird one. the numbers render fine on display in browser. but if i include the rendered output in a cfmail, i dont get the numbering? i have the js, and css linked correctly.. ~| Want to reach the ColdFusion

Re: table display: row number. without recordset

2009-05-12 Thread Paul Ihrig
cfmail to=#eTo# from=#eFrom# subject=whatever charset=utf-8 type=html cfinclude template=display1Day.cfm/cfmail display1Day.cfm http://63.144.103.199/FORMS/rittalXpress/ie/inc/detail/display1Day.cfm?placeholder=enclosuresxp1DayId=10027#step1 the jquery auto number is in the display1Day.cfm

Re: table display: row number. without recordset

2009-05-12 Thread Paul Ihrig
rendering the table in cfmail? is it based on query output? use queryname.currentrow then, or a custom row counter if your query uses group output... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Paul Ihrig wrote: ok here is a weird one. the numbers render fine on display in browser

table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
i have a bit of css, that displays row number, excluding header. works in FF but note iE .. table { counter-reset: line-number; } td:first-child:before { content: counter(line-number) .; counter-increment: line-number; padding-right: 0.3em; } is there a way using coldfusion or JS/jquery to

Re: table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
); }); }); Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Paul Ihrig wrote: i have a bit of css, that displays row number, excluding header. works in FF but note iE .. table { counter-reset: line-number; } td:first-child:before { content: counter(line-number) .; counter-increment: line

Re: table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
); }); }); /script table width=250 border=1 tbody cfoutput cfloop from=1 to=12 index=idx tr td width=50/td td#monthasstring(idx)#/td /tr /cfloop /cfoutput /tbody /table Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Paul Ihrig wrote: hey Azadi is there a link

Re: table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
Perfect! Thank you, so much. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
one weird thing is the tablesorter dost work on that column unles i sort from another column first. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: table display: row number. without recordset

2009-05-11 Thread Paul Ihrig
nm. just moved the script up and its fine. On Mon, May 11, 2009 at 3:44 PM, Paul Ihrig pih...@gmail.com wrote: one weird thing is the tablesorter dost work on that column unles i sort from another column first. ~| Want

Re: cfselect bind from/to problem

2009-04-28 Thread Paul Ihrig
http://63.144.103.199//FORMS/temp/2select2.cfm?xp1DayId=10006 ok this is closer to what i want. but it is way clunky code: http://63.144.103.199//FORMS/temp/2select2.txt not sure how to get it to loop right and not hard code array. var SideWallNumber#rsEnc.specs_partnum#=new Array()

How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
We have a chunk of code on our footer that does the normal tracking. outside the firewall or in the real world, or site runs fine, inside the firewall it runs poorly. any one care to explain how i could cfif the code out for users inside the firewall.. i have played around with the all the cgi

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
Load google code /cfif -- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 -Original Message- From: Paul Ihrig [mailto:pih...@gmail.com] Sent: Monday, April 06, 2009 8:09 AM To: cf-talk Subject: How to Block Google

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
http://www DOT rittal-corp DOT com/cgivars DOT cfm ok i and the guy next to me get* REMOTE_ADDR*: 63.144.103.200 so as long as that dosnt change i should be fine? On Mon, Apr 6, 2009 at 9:59 AM, Jason Fisher ja...@wanax.com wrote: Use cgi.remote_addr ... that will be the address of the

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
thanks that seems to have done the trick.. On Mon, Apr 6, 2009 at 10:07 AM, Paul Ihrig pih...@gmail.com wrote: http://www DOT rittal-corp DOT com/cgivars DOT cfm ok i and the guy next to me get* REMOTE_ADDR*: 63.144.103.200 so as long as that dosnt change i should be fine? On Mon

setting a var from Inside cfoutput group

2009-02-27 Thread Paul Ihrig
cfoutput group=n1#n1Id#,/cfoutput i need to set a variable as a list from the results above. i tried putting a cfset inside the cfoutput, but it didn't work. some thing like cfset myList = 7,4,9 ~| Adobe® ColdFusion® 8

Re: setting a var from Inside cfoutput group

2009-02-27 Thread Paul Ihrig
cfoutput group=n1 cfset myList = #n1Id#, cfset myListx = ListAppend(myList, n1Id) /cfoutput returns: myList: 6, myListX: 6,,6 cfoutput group=n1#n1Id#,/cfoutput returns: 1,7,2,6, which is what i want, but as a carible i can call outside of the output.

Re: setting a var from Inside cfoutput group

2009-02-27 Thread Paul Ihrig
at 11:10 AM, Paul Ihrig pih...@gmail.com wrote: cfoutput group=n1 cfset myList = #n1Id#, cfset myListx = ListAppend(myList, n1Id) /cfoutput ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Bind question on cfselect

2009-02-25 Thread Paul Ihrig
Hey guys i have a text field that i display if 'other' is selected in a cfselect visible={product_present.selectedItem.data == '10'} but this only works if 'other' is the only selection or if 'other' is the last thing selected. i basically need a Contains or IN operator instead of the == any

Re: Bind question on cfselect

2009-02-25 Thread Paul Ihrig
this work for multiple with 10 selected! (product_present.selectedItems[1].data == '10' so how do i do the OR visible={product_present.selectedItem.data == '10' OR product_present.selectedItems[1].data == '10'} On Wed, Feb 25, 2009 at 11:34 AM, Paul Ihrig pih...@gmail.com wrote: Hey guys

Re: Bind question on cfselect

2009-02-25 Thread Paul Ihrig
think i got is visible={(product_present.selectedItem.data == '10') || (product_present.selectedItems[1].data == '10')} ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Progress Bar for file upload and process loop.

2009-02-24 Thread Paul Ihrig
hey guys.. just wanted to pick your brains real quick. was curious if any of you had used or created any sort of progress bar for display in a cffile upload and then a progress bar to display the progress of a cfloop on an insert or update of sql server.. my scenario, we have a xls that a user

Re: redirect question SERVER_NAME script_name

2009-01-30 Thread Paul Ihrig
yeah have full access. its iis On Tue, Jan 27, 2009 at 4:49 PM, Mark Pederson m...@netgoofy.com wrote: Hey Mark. could you please explain how you implemented the ISAPI re-write. Well I guess it depends on a few things. Do you have access to the web server? What is it running? In my case

Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Paul Ihrig
/tasty/ cflocation url=/literature/literature_view.cfm?id=557sbu=01action addtoken=no /cfif On Mon, Jan 26, 2009 at 11:47 AM, Paul Ihrig pih...@gmail.com wrote: ok. it dosnt work if there is no folder on the server called tasty CGI.SCRIPT_NAME it does work if there is a folder

Re: redirect question SERVER_NAME script_name

2009-01-27 Thread Paul Ihrig
Hey Mark. could you please explain how you implemented the ISAPI re-write. i did do cfif #cgi.QUERY_STRING# CONTAINS product=tasty which worked just fine. but the guy wanted morels.com/tasty for add placement, he says its easier for user to type in the morels.com?product=tasty so yeah, it makes

redirect question SERVER_NAME script_name

2009-01-26 Thread Paul Ihrig
hey guys.. trying to set up a ton of redirects in application.cfm they don't seem to be working. i want if url is www.morel/tasty/ to goto a addy... cfif #CGI.SERVER_NAME# CONTAINS www.morel.com/tasty/ cflocation url=/products/index.cfm?n1Id=1n2Id=7 addtoken=no /cfif not sure if i

Re: redirect question SERVER_NAME script_name

2009-01-26 Thread Paul Ihrig
nm... cfif #CGI.SERVER_NAME# CONTAINS www.morel.ca AND #SCRIPT_NAME# CONTAINS /tasty/ cflocation url=/products/index.cfm?n1Id=1n2Id=7 addtoken=no /cfif On Mon, Jan 26, 2009 at 10:12 AM, Paul Ihrig pih...@gmail.com wrote: hey guys.. trying to set up a ton of redirects in application.cfm

Re: redirect question SERVER_NAME script_name

2009-01-26 Thread Paul Ihrig
man.. this only works if there is a folder called /tasty/ i need it to work with out the folder being there., On Mon, Jan 26, 2009 at 10:23 AM, Paul Ihrig pih...@gmail.com wrote: nm... cfif #CGI.SERVER_NAME# CONTAINS www.morel.ca AND #SCRIPT_NAME# CONTAINS /tasty/ cflocation url

Re: redirect question SERVER_NAME script_name

2009-01-26 Thread Paul Ihrig
ok. it dosnt work if there is no folder on the server called tasty CGI.SCRIPT_NAME it does work if there is a folder. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: We Do Three Types of Jobs Here...

2008-12-23 Thread Paul Ihrig
great post. thx for the info R -paul On Tue, Dec 23, 2008 at 12:54 PM, Ravi Gehlot r...@ravigehlot.net wrote: Vicky, I wasn't able to find the presentation but I did find the notes of a person(http://www.philduba.com/index.cfm/2008/6/21/CFUnited--Changing-the-Game) who attended it. Here

  1   2   3   4   5   6   7   >