Re: Radio Button

2001-11-13 Thread Bryan Stevenson
yuphere goes.. cfparam name=radMyRadioButton default=Value From Database input type=radio name=radMyRadioButton value=1 cfif radMyRadioButton eq 1checked/cfif input type=radio name=radMyRadioButton value=2 cfif radMyRadioButton eq 2checked/cfif Ta Da! ;-) Bryan Stevenson VP Director

Re: Radio Button

2001-11-13 Thread Bryan Stevenson
after the initial display of the form. my 2 cents ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original

Re: TextArea wrapping

2001-11-13 Thread Bryan Stevenson
check the wrap attribute...some may have it and other may not (thus defaulting to virtual I think) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire

Re: Fax into database

2001-11-14 Thread Bryan Stevenson
script to failblah blah blah If you are only grabbing a small nugget of info off the faxed page, you could have some unique identifying characters around the text you want to parse outthat would help with finding it (no garuntees as to the final OCR'd text) HTH Bryan Stevenson VP

Re: SQL Query Problem

2001-11-15 Thread Bryan Stevenson
I'd add in some AND WHATEVER BrandIF Field IS NOT NULL to weed out the NULL records Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner

Re: Converting an Access 97 db to an Access 200 db?

2001-11-16 Thread Bryan Stevenson
should be just fine as long as you have the latest version of MDAC installed Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner

Re: Converting an Access 97 db to an Access 200 db?

2001-11-16 Thread Bryan Stevenson
Microsoft Data Access Components (latest will be installed if you have latest version of IE or at least 5.5) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Fusebox - opinions?

2001-11-17 Thread Bryan Stevenson
is you can write it faster than in Fusebox. my 2 cents...flame away ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Go Zac! Canada! Canada! Canada! ;-) Hey Zac remember ServisNet :-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Oh ya..and BTW...I agree with ZacFusebox may have some good concepts, but it just doesn't work in all cases and can certainly cause unwanted complexity my 2 cents Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Here Here! Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Jeffry Houser [EMAIL

Re: Passing Form Variable forward

2001-11-19 Thread Bryan Stevenson
Number 5 needs more input? (like some sample code..plz) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original

Re: VTM Files

2001-11-21 Thread Bryan Stevenson
Ummm...are you talking CF Studio? It already has a colour picker built in ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner

Re: VTM Files

2001-11-22 Thread Bryan Stevenson
ah...gotcha Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Steve Reich [EMAIL

Re: Suppressing white space

2001-11-22 Thread Bryan Stevenson
Are you using style sheets? If so and you are using the line-height' attribute then that will cause some scary white space in Netscape HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: innerHTML

2001-11-22 Thread Bryan Stevenson
Well for starters innerHTML only works in IE :-( Is price a CF variable or a JavaScript variable? If it's CF then you need the good old #price# in there. You can also ditch the = (price); and make it = #price#; HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems

Re: innerHTML

2001-11-22 Thread Bryan Stevenson
ditch the around price Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Douglas L

Re: innerHTML

2001-11-22 Thread Bryan Stevenson
or remove the 2 sets of at the +'s Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From

Re: CF Stylesheets output formatting

2001-11-23 Thread Bryan Stevenson
I'd use the semi colon as a delimiter in a list and insert an ASCII carriage return after each semi colon my 2 cents Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: hosting recommendations

2001-11-26 Thread Bryan Stevenson
Well they have been up over a yeartheir support is stellar...their prices are dirt cheap especially if you're in the US because they are here in Canada. www.wedohosting.com talk to Lyle MacGregor or Dave Davies (tell 'em Electric Edge sent ya...then ya get really good service) HTH Bryan

Re: CFMODULE and odd display behavior

2001-11-26 Thread Bryan Stevenson
and dandy Single use inside a cfloop = fine and dandy except I have to use the loop = ggghhh Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire

Re: CFMODULE and odd display behavior

2001-11-26 Thread Bryan Stevenson
I could post the code, but I'd have to post about 10 tags worth plus where I'm using it. Basically I've narrowed it down to an issue with CFMODULE because when I call the tags the good old fashioned way (from custom tags dir in cf server) then all is well. Bryan Stevenson VP Director of E

Re: CFMODULE and odd display behavior

2001-11-26 Thread Bryan Stevenson
Ahhh Dave I think you may have something thereDOH! I was using the second method without testing for start and end. I'll change it up and see how she flys ;-) Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: CFMODULE and odd display behavior

2001-11-26 Thread Bryan Stevenson
Thanks again to Dave Watts at Fig Leaf...that did the tricknow the find and replace begins ;-) cf_red_face value=I'm a shmuck for not seeing that ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

OT: SQL Server upgrade (7-2000)

2001-11-27 Thread Bryan Stevenson
Hey All, Sorry for the OT, but has anybody had any glitches upgrading from SQL Server 7 to SQL Server 2000 (database side not CF)? Specifically loss of data or anything nasty when just installing over top SQL Server 7? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge

Re: Why aren't there more CF programmers out there?

2001-11-27 Thread Bryan Stevenson
etc. because it is the most portable and scalable. I'll stop now and let the likely stream of outrage to follow ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Easier way to have a drop down selected

2001-11-27 Thread Bryan Stevenson
What? Huh? One more time in English please ;-) Admin side? What's that? Are you talking about having a select box select the country that was selected (and then inserted by ID into the DB) by a user after the fact (i.e. display the record that was inserted)?? Bryan Stevenson VP Director of E

Re: Windows NT error #1450 occurred.

2001-11-28 Thread Bryan Stevenson
Go to Googleclick on groups...type in exact error messageta da! I find SoooOOO many resolutions to errors etc. there HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: SQL Server upgrade (7-2000)

2001-11-28 Thread Bryan Stevenson
Excellentthanks Bill Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Bill Grover

Re: OT- Hosting recommendations

2001-11-29 Thread Bryan Stevenson
take a look at WeDoHosting.com -great support -just about finished their web based admin stuff (domain and e-mail control etc.) -CF and SQL Server 2000 Oh ya and Canadian pricesas low as $9.95/month (about $6 US) HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge

Re: sql icon

2001-11-29 Thread Bryan Stevenson
print screen and paste into PhotoShop ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message

Re: cfif shorthand

2001-11-29 Thread Bryan Stevenson
I'm working on some code that uses a shorthand (I guess...) cfif style quite a bit. I have tried to stay away from doing this since it makes the code harder to read, so I never really took the time to figure it out. For instance... cfif query.recordCount Is this testing for the existence

Re: WAP and CFM

2001-11-30 Thread Bryan Stevenson
queries and displaying resultsworking on form processing now Good luck and keep me informed cause I want to do the same thing and more! Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: ArraySort rarararar!!

2001-11-30 Thread Bryan Stevenson
Sweet! Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Carlisle, Eric [EMAIL

Re: WAP and CFM

2001-11-30 Thread Bryan Stevenson
nope...nothin to do...as long as you make it a .cfm file and use cfcontent to use the right MIME typ for WAP (CFCONTENT TYPE=text/vnd.wap.wml) HTH BTW I can now process forms etc. this is SO cool ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: Arrgghhh! cfpop trouble=True

2001-12-04 Thread Bryan Stevenson
That error usually means CF Server needs a restart. Not that that solves your problem, but it may have just been a hiccup (or your code has issues). HTH ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: what is going on??

2001-12-04 Thread Bryan Stevenson
Do you mean you just can't see the CF code in view source (which you shouldn't be able to) or the actual CF code is being removed from the file itself? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: SPAM lists?

2001-12-04 Thread Bryan Stevenson
that someone with the time and money will go after them too...awww what a shame *insert eveil grin here* /cf_rant Thanks for listening...and get ArgoSoft's mail serversuper easy to use and install Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: OT: SPAM lists?

2001-12-04 Thread Bryan Stevenson
Go Paris! I think we see eye-to-eye ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Your ad could be here. Monies from ads go to support these lists and provide

Re: OT: SPAM lists?

2001-12-04 Thread Bryan Stevenson
without notification. Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources

Re: OT: SPAM lists?

2001-12-04 Thread Bryan Stevenson
yup..but they are gone apparently..the lawyer got 'em Now can I hear a big w what a shame ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get

Re: OT: SPAM lists?

2001-12-05 Thread Bryan Stevenson
To go back to your gun analogy, we are restricted in possession and use of guns in order to reduce the likelihood of homicides. Otherwise, I should be able to carry a locked and loaded gun anywhere I choose. open relay MX's lying around will be picked up by spammers and used as weapons.

Re: OT: SPAM lists?

2001-12-05 Thread Bryan Stevenson
Geesh...glad I don't work for you ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
. If they are going to keep it up then the test should be avble to be performed in a matter of minutes and not hours. They suckI'm right...so na na na na naaa ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
You're comparing what an organization like ORDB does to a virusgee I guess your are coming around to my view ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
in the future...because I am far from lazy or incompetent...you weenie ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Your ad could be here. Monies from ads go

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Yup..I'll take the hit...I should have done more research. The fact still remains that groups like ORDB are going too far in their approach to SPAM Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

OT: exchange rates

2001-12-06 Thread Bryan Stevenson
Hey All, Just wondering if anyone knows of some good places to nab daily exchange rates from (say with CFHTTTP to grab and then stuff in a db)?? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
You got it Paris..nobody's perfecteven us lazy incompetent folks need help sometimes ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
with deep pocktes and some time on there hands sues these guys just like the last ones. Lets put this puppy to rest nowwe're all right in our own little worlds ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Ditto Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

Re: OT: SPAM lists?

2001-12-06 Thread Bryan Stevenson
Exactly my point Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

Re: Disconnecting Data Sources for Upload?

2001-12-10 Thread Bryan Stevenson
if hosted in a shared environment. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From

Re: Web Based Training Applications

2002-02-21 Thread Bryan Stevenson
try www.serebra.com I'm not sure if they have (available to the outside world) exactly what you're looking for, but I know they use CF and they do a tonne of e-education. Talk to Tony Brandnerhe should be able to answer your questions HTH Bryan Stevenson VP Director of E-Commerce

Re: List of Cities

2002-02-22 Thread Bryan Stevenson
can help me out ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: access query?

2002-02-25 Thread Bryan Stevenson
providing you are passing it valid date/time data. Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: IP Address Locator

2002-02-25 Thread Bryan Stevenson
companies don't care and don't want to deal with the huge battle that could come from getting entangled between the merchant and the customer. That's why cc transactions online can be frauded SO easily. HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc

CF 5 help docs for Studio 4.5.x??

2002-02-26 Thread Bryan Stevenson
Hey All, Once upon a time in a galaxy far far away I heard about being able to download the help docs for CF 5 for use in Studio 4.5.x.anybody know where? perhaps the Jedi Master ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: CF 5 help docs for Studio 4.5.x??

2002-02-26 Thread Bryan Stevenson
Well the link was there and it worked great...thanks guys ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

CFQUERYPARAM dbname attribute

2002-02-26 Thread Bryan Stevenson
a typo in the docs? why is the sky blue? ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Studio 5 help docs for Studio 4.5.2?

2002-02-26 Thread Bryan Stevenson
Hey All, Once upon a time in a galaxy far far away I heard about being able to download the help docs for CF 5 for use in Studio 4.5.x.anybody know where? perhaps the Jedi Master ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: Studio 5 help docs for Studio 4.5.2?

2002-02-26 Thread Bryan Stevenson
Please ignore this post...I posted it yesterday...I have the answer now...geesh time to rag on my ISP...that took WAY too long ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Can CFRegistry read another computer's info?

2002-02-26 Thread Bryan Stevenson
Little OT, but I keep seeing reference to the Resource Toolkit. I have found info on it, but can't get any definite methods of getting my grubby little hands on it. Any thoughts? links? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: Locked

2002-02-27 Thread Bryan Stevenson
This can also mean that the database is corrupted. Try opening the DB and compacting and repairing it. Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: RE: Inserting a delimited list into a database

2002-02-27 Thread Bryan Stevenson
and don't forget the semicolon after the SQL statement to seperate the SQL for each iteration of the loop ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: RE: Inserting a delimited list into a database

2002-02-27 Thread Bryan Stevenson
ahhh yes..but reusable code..portability ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Visual Equation Building

2002-02-28 Thread Bryan Stevenson
input. Thanks in advance for any comments/help/hysterical laughter ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: Visual Equation Building

2002-02-28 Thread Bryan Stevenson
Yup...that's along the lines of what I'm after (and I've thought of something along those lines), but I'm not sure if it will be user friendly enough. Any other thoughts folks? mabye CF and Flash? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Flash Connector Kit issues

2002-03-01 Thread Bryan Stevenson
itand then I get. A script in this movie is causing Flash Player to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script? Anybody else run across this one? TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge

Re: Flash Connector Kit issues

2002-03-01 Thread Bryan Stevenson
far a lot of people have had this same issue, but none of the forums have shown how to deal with it. HELP!!! ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: a little about the future

2002-03-04 Thread Bryan Stevenson
applications like the idea ;-) Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

OT: IIS 5 FTP Security Issue

2002-03-04 Thread Bryan Stevenson
. Thanks very very very much for any help anyone can give BTW it's Win 2K Professional Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: IIS 5 FTP Security Issue

2002-03-04 Thread Bryan Stevenson
I'm done...and BTW I grabbed the ArgoSoft FTP Server (www.argosoft.com) which took about 1 minute to install and configure...now that's easy. I use their mail server and it made closing my open relay just as simple...FREE FREE FREE ;-) Cheers Bryan Stevenson VP Director of E-Commerce

Re: IIS 5 FTP Security Issue

2002-03-04 Thread Bryan Stevenson
Thanks for the heads up. So far ArgoSoft has been great...but that was the mail server ;-) Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: suggestion on complicated form design.

2002-03-06 Thread Bryan Stevenson
when they are done adding). HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Spiders and Cold Fusion

2002-03-07 Thread Bryan Stevenson
Yup they are correct (although some engines are making headway in that area). Go to Forta.com and find Ben's article on making your site search engine accessible. Actually this same topic flew through the list yesterday...so check the archives. HTH Bryan Stevenson VP Director of E-Commerce

Re: Debugging issues

2002-03-08 Thread Bryan Stevenson
Are the appropriate IP addresses listed in CF Admin still the IPs of the computers trying to view the pages (i.e. could they have been re-assigned)? Just trying to clarify ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL

Re: CFLOOP and CFOUTPUT

2002-03-08 Thread Bryan Stevenson
and acceptable (providing you don't have thousands of lines of code). HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: SQL in a CFIF

2002-03-12 Thread Bryan Stevenson
Yes it can be done SELECT * FROM MyTable WHERE cfif MyVar eq ThisValue SomeField = This cfelse SomeField = ThisOtherValue /cfif ORDER BY SomeField HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: SQL in a CFIF

2002-03-12 Thread Bryan Stevenson
Looks like you need an IN clause SELECT * FROM MyTable WHERE cfif MyVar has 1 item MyField = #MyVar# cfelseif MyVar has more than 1 item MyField IN (#MyVar#) /cfif Does that do it for ya? Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc

Re: SQL in a CFIF

2002-03-12 Thread Bryan Stevenson
Like I said use: WHERE ll_userroles.userroles_id IN '#org_dlo#' instead of WHERE ll_userroles.userroles_id = '#org_dlo#' Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: SQL in a CFIF

2002-03-12 Thread Bryan Stevenson
Sorry that should be: WHERE ll_userroles.userroles_id IN (#org_dlo#) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: CF Certification

2002-03-13 Thread Bryan Stevenson
to tell us when it was coming out, but ya can't have an exam without a product now can you ;-) Thanks Ben Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

CFQUERYPARAM and dates

2002-03-14 Thread Bryan Stevenson
=cf_sql_date (I've also tried #CreateODBCDate(Now())# for value) Any thoughts? BTW CF 5 Enterprise on Win2K Prof. TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT New window

2002-03-15 Thread Bryan Stevenson
reloading in the task bar. Ultimately I want to keep it on top but without timed refreshes...but I'm not sure if it's doable. Thanks all for the replies ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: cfqueryparam problem

2002-03-18 Thread Bryan Stevenson
The value for the ? will be shown after the query in the debugging output labelled Parameter # 1. All is well...don't fret ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Database locked by admin?

2002-03-18 Thread Bryan Stevenson
Compact and Repair your databaseit's corrupted :-( Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Flash MX

2002-03-18 Thread Bryan Stevenson
Hey Scott, I'm on the beta too and would love to see what you're working onmabye catch me offlist? Cheers Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: OT: Advice and opinion on client who has a problem paying bills

2002-03-18 Thread Bryan Stevenson
. All I can say is I've been burned in a few different ways and now I make people sign NDAs, get a deposit up front, always do a system requirements and technical design doc, and live by change request forms ;-) HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group

Re: alternating rows

2002-03-18 Thread Bryan Stevenson
cfloop query=MyQuery !--- set var(s) for alternating row colour --- cfset TextBack = iif(currentrow mod 2, DE(blue), DE(green)) tr td bgcolor=#TextBack#gsgssd/td /tr /cfloop Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e

Re: Flash MX and CF5

2002-03-19 Thread Bryan Stevenson
Doug, Flash MX will make that process WAY easier ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Search Engine Placement Service

2002-03-20 Thread Bryan Stevenson
try www.stepforth.com Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Terms+Conditions for packaged web app

2002-03-20 Thread Bryan Stevenson
that you would be the only folks touching the backend to create these template sites...why not be the only ones with FTP access to the code on the live server ;-) I don't have any contracts specific to this situation...sorry Good Luck Cheers Bryan Stevenson VP Director of E-Commerce

Re: Encryption

2002-03-20 Thread Bryan Stevenson
for passwords use MD5 (CFX_HASH) - one way hash for CC you need 2 way encryption (encrypt/decrypt) - check archives for this hot debate ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: action script e-list

2002-03-20 Thread Bryan Stevenson
I'd love a list like that tooand any decent Action Script tutorials Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: MS Access - Updating a date value broke

2002-03-21 Thread Bryan Stevenson
change #dateformat(now(),MM/DD/)# to #CreateODBCDate(Now())# for just date with 12:00AM for time OR to #CreateODBCDateTime(Now())# to get current date and time HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

Re: Inserting CFIF into CFINPUT

2002-03-21 Thread Bryan Stevenson
It may be an extra # around that tag and nothing to do with the tag (I can't see anything wrong excpet the use of # around GEC.Sex is not required). HTH Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED

CFQUERYPARAM and IN clauses

2002-03-22 Thread Bryan Stevenson
Hey All, Just wondering what the consensus is on using CFQUERYPARAM and IN clauses with a list of integers? What's the best (if any) cfsqltype to use? Should the value still be in brackets ()? Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p

Re: CFQUERYPARAM and IN clauses

2002-03-22 Thread Bryan Stevenson
DOH! TGIF cause it's time to RTFM IMHOLOL Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Invalid Cast Specification? WTF?

2002-03-22 Thread Bryan Stevenson
Hey Gel, Did you ever get that cast specification error figured out? It just hit me too ;-) TIA Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

  1   2   3   4   5   6   7   8   9   10   >