CFLOCK Question

2000-05-17 Thread Alex Puriche
cf-talk, Last week I consulted with 2 CF Guru regarding locking application variables. And I received two different answers. I want to ask community to point me in the right direction. In Application.cfm I install application.3D_Array with around 100 of

Re: How to remove the underline from a link

2000-04-26 Thread Alex Puriche
Aslam, a href="Index.cfm" style="text-decoration: none;"Click here/a Tuesday, April 25, 2000, 7:10:55 PM, you wrote: aslam Is it possible in CF to remove the underline from a aslam link? aslam For example: aslam a href="Index.cfm"Click Here/a aslam In the above link, Click

simple question :)

2000-04-26 Thread Alex Puriche
cf-talk, How can I retrieve country where user locate (and state if country is USA or Canada) if I know user's IP-address? -- Regards, Alex mailto:[EMAIL PROTECTED] Certified HTML Programmer, Java Script Programmer and High IT Aptitude Specialist.

LIKE.ESCAPE in Access

2000-04-26 Thread Alex Puriche
cf-talk, Where my mistake in the part of a query listed below? (vchTitle LIKE #PreserveSingleQuotes(element)# ESCAPE '/') -- Regards, Alex mailto:[EMAIL PROTECTED] Certified HTML Programmer, Java Script Programmer and High IT Aptitude Specialist.

SQL.LIKE question

2000-04-24 Thread Alex Puriche
cf-talk, I'm _Sorry_ for my poor English. Simple code: cfset sql_search_string="'%"#replace(form.keywords, " ", "%','%","ALL")#"%'" cfquery datasource="#application.dsn_name#" name="results" SELECT iArticleID, dtFileDate FROMArticle WHERE vchTitle LIKE

Re: Image upload I get this error on some and not others.?

2000-04-23 Thread Alex Puriche
KungFusion, I'm sorry for my English. Problem isn't in your code. This error is occur when you try to upload highly compressed *.jpg image, compressed by Ulead SmartSaver. May be I'm mistaken but I spend a lot of time to fix it. I think it is a bug of CF

Re[2]: Cookies disappear

2000-04-23 Thread Alex Puriche
Steve, I'm _Sorry_ for my poor English. I think will be helpful to preserve all information in 1 cookie. Maybe example listed below will be helpful for you. Of course, I don't claim to truth, but think that 25 cookies is too much. To set: cfset

Re[2]: SQL.COUNT question

2000-04-22 Thread Alex Puriche
Dave, My _Thanks_ to all experienced people for help! In fact, real query is a little bit intricate. :))) Dave Also, I noticed in your signature that you're a: Certified Cold Fusion 4.1 Programmer. Dave I didn't even know there was a 4.1 version! Just kidding.

SQL.COUNT question

2000-04-19 Thread Alex Puriche
cf-talk, cfquery datasource="qwerty" name="asdfgh" select count(*) from customer where CustomerName='My_Name' /cfquery cfoutput query="asdfgh" #What I need to put here???# /cfoutput -- Regards, Alex mailto:[EMAIL PROTECTED] Certified HTML