transfering data from one part of same page to another?

2010-05-29 Thread Phillip Perry
Thanks for the help on the form problem I had, but now I have a new issue with the same form... I did a search but I'm not having much luck. I have 1 page that has 3 parts to it. The first part is the form, the second part is a text only page that shows the answers to the form, the 3rd part is

Re: How to make a select option tag selected in CF?

2010-05-29 Thread Phillip Perry
Thank you. I that helps alot. Totally missed the selected=selected error ><. Can I use the same code for the radio options? Phil On Thu, May 27, 2010 at 4:22 PM, Yuliang Ruan wrote: > > btw, it should be just selected not selected="selected"Than > > "clothes">SELECTED>Clothes > > if your list

How to make a select option tag selected in CF?

2010-05-27 Thread Phillip Perry
Hi, I am making a form and I would like to have the user review the form answers before it gets sent to the processing template. I know how to populate all the other things but the drop down list and the radio buttons are confusing me. It's been a while since I used CF for this so I forget. Below

Phillip Perry wants to chat

2009-08-02 Thread Phillip Perry
--- Phillip Perry wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-f23f08bf6f-4171d35757-ad4a8a9fd09d87fd You'

FIXED: Debugging displays in lynx, but no visual browsers

2008-10-03 Thread Phillip Perry
I just had to delete the IP addresses and everything worked out. Phil On Fri, Oct 3, 2008 at 7:41 PM, Phillip Perry <[EMAIL PROTECTED]> wrote: > I turned on all the debugging in the administrator but nothing > displayed until i viewed my site in lynx. Would anyone know why that &g

Debugging displays in lynx, but no visual browsers

2008-10-03 Thread Phillip Perry
I turned on all the debugging in the administrator but nothing displayed until i viewed my site in lynx. Would anyone know why that would happen? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to da

i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Phillip Perry
Hi, I have been over this cookie code for over a week and I can't get it straight, even with the help of people who I feel (and know) are experts. So now I'm offering $50 to the first person who can show me where the problem is and come up with a workable solution. I'm not looking for someone to w

Re: cfcookie tempermental setting: Long Post

2008-10-02 Thread Phillip Perry
D password = location.replace('index.cfm'); On Thu, Oct 2, 2008 at 11:45 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Thursday 02 Oct 2008, Phillip Perry wrote: >> with , that is when all goes down > >

cfcookie tempermental setting: Long Post

2008-10-01 Thread Phillip Perry
Hello, Following is as detailed a description as i can give as to my problem: Problem: I am making a sign in form that will allow my customers access to a private page populated with information specifically targeted toward them and their account info. Within this form I have a set of 3 cookies t

Re: (ot) need help offlist

2008-09-29 Thread Phillip Perry
ke to describe your situation a bit so the right person > can contact you off list... > > Phillip Perry wrote: >> Hi, Can someone please help me offlist. I'm stuck and its a bit off >> topic but i'm in a real bind. >> >> Thanks, Phil >> >> > >

(ot) need help offlist

2008-09-29 Thread Phillip Perry
Hi, Can someone please help me offlist. I'm stuck and its a bit off topic but i'm in a real bind. Thanks, Phil ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.do

CFCookie trouble

2008-09-28 Thread Phillip Perry
Hi, I'm trying to make a simple cookie for testing but its not working out. I use it for log in verification. The problem is the cookie gets stored but the redirect is not happening. I use the code below. The second redirect is the problem. Instead of going to newindex.cfm its loading the loginf

Phillip Perry has invited you to open a Google mail account

2008-07-01 Thread Phillip Perry
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. ------- Phillip Perry has invited you to open a free Gmail account. To accept this invitation and register for yo

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
Well, I figured it out. Thank you for all the replys. What i needed to do is add a hidden field to the form and then just manipulate the information passed through that. I'm making a shopping cart. I was trying to dynamically update the qty value if a user clicked +/-. I was having a hard time tryi

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
> Keep in mind that only ONE form gets to the action page. This helps, kinda. The way i have the form now 1 form is made for each item in the session. I guess I need to remake my form so that only one gets made and separate buttons/submit buttons get sent to the action page.

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
Something just occured to me. If i make a hidden field and put the ID value in there, Wouldn't the name of the field be the same for every form? so naming the hidden field "somevar" wouldn't work. would have a value of whatever the last form has correct? On Tue, Mar 11, 2008 at 1:47 PM, Dominic W

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
Thank you. This is the answer I was looking for. I knew there was another way to refer to the separate forms but I haven't been coding for quite a while so my mind got caught wrapped around the naming form idea. Thanks again. On Tue, Mar 11, 2008 at 1:39 PM, Claude Schneegans <[EMAIL PROTECTED]> w

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
Thanks, but now it says that "qty_adjust1", which is what its supposed to be, is undefined. qty_adjust1 is the name of the first form. On Tue, Mar 11, 2008 at 2:30 PM, Rob Parkhill <[EMAIL PROTECTED]> wrote: > Phillip, > > Your bracket is in the wrong spot > > > > That should work. > > Rob > > >I

Re: Naming Forms randomly

2008-03-11 Thread Phillip Perry
I've tried the Evaluate() example you provided but now I'm getting an error that my variable is undefined. This is the code I've been using for testing... Thanks for the help, Phil On Tue, Mar 11, 2008 at 11:42 AM, Dominic Watson <[EMAIL P

Naming Forms randomly

2008-03-11 Thread Phillip Perry
hello, I use a form with a naming structure of "formName#ID#". The CF template ends up making multiple forms which is why i thought the #id# part would be a good idea, to allow for identifying which form i want to work on. The problem is that when i try to refer to the form name in any CF template

Forms And Coldfusion

2008-03-09 Thread Phillip Perry
Hello, I'm building a shopping cart and I've hit a bit of a snag. I'm using ± buttons on a form to increase/decrease the qty of the item(s) in the cart before purchase. Now I know how to access the new quantity of items, but I don't know how to display them properly on the screen. If i pass the nu

RE: CFOUTPUT query not working inside cfmail?

2006-04-27 Thread Phillip Perry
-- Original Message - From: "Phillip Perry" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, April 27, 2006 5:07 PM Subject: CFOUTPUT query not working inside cfmail? > Hi, > > I have another issue with the same cart. For some reason when i put the > s

CFOUTPUT query not working inside cfmail?

2006-04-27 Thread Phillip Perry
Hi, I have another issue with the same cart. For some reason when i put the shopping cart display code inside the cfmail tag it tells me that i'm nesting tags but I'm not. If I move the code to an area just before the cfmail tag the code works just fine. Has anyone else had this problem or know o

RE: Struct not persistant

2006-04-27 Thread Phillip Perry
Thanks everyone putting session. before addressinfo did the trick. Phil -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 5:55 PM To: CF-Talk Subject: RE: Struct not persistant > default="#structnew()#" /> > > These do not equal each

RE: Struct not persistant

2006-04-27 Thread Phillip Perry
-Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 5:29 PM To: CF-Talk Subject: RE: Struct not persistant Can you show more of your code? --- Here's the top portion...

RE: Struct not persistant

2006-04-27 Thread Phillip Perry
ll persist over your pages as you desire. You would access the information like so -- session.mystruct.address session.mystruct.name etc. -- Josh - Original Message ----- From: "Phillip Perry" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, April 27, 2006 1:56

RE: [CFUGCNY] Struct not persistant

2006-04-27 Thread Phillip Perry
Hi, I have 3 pages for a checkout for a shopping cart. First collects shipping/billing info, second collects cc#, last is a confirmation page. In a separate template that i cfinclude i have made a 2nd struct named addressinfo that collects the shipping/billing info in the hopes that i can use it

RE: Shopping Cart qty problems.

2006-02-18 Thread Phillip Perry
that either. There's more to it. ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message----- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 7:36 PM To: CF-Talk Subject: RE: Shopping Cart qty problems. here is the code...

RE: Shopping Cart qty problems.

2006-02-16 Thread Phillip Perry
only outputting the last qty value for all of them though. -or- you are updating them all to the last qty's value somewhere. ...:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16,

Shopping Cart qty problems.

2006-02-16 Thread Phillip Perry
Hi, I have a cart that displays the qty in a drop down list. The list is from 1 - max qty in the DB. The problem is that if the user chooses more than one item, all items qty's become the same as the last item chosen. Example: item 1qty chosen 4; qty after item 2 = 2 item 2qty chosen 2;

SOLVED: RE: Can't use any browsers besides IE

2006-02-10 Thread Phillip Perry
Well I took a crash course in IIS and found that I had my site in a virtual directory. When I changed it to a physical directory it works on all browsers. Thanks for everyones help Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 2:17

OT:Can't use any browsers besides IE (was Homesite external browsers)

2006-02-10 Thread Phillip Perry
OK, So this isnt a homesite thing this is a browsers thing. When i type the address in physically it doesnt show the web page in any browser except IE. I changed the subject just so that its understood its not a HS thing. Thanks, Phil ~

RE: Homesite 5.5 and external browsers (one more thing)

2006-02-10 Thread Phillip Perry
To be honest I dont know anything about IIS. It was on XP Pro when i bought it. Would that hinder other browsers except IE to work? Phil -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 6:34 PM To: CF-Talk Subject: RE: Homesite 5.5 and exter

RE: Homesite 5.5 and external browsers (one more thing)

2006-02-09 Thread Phillip Perry
you using cgi.auth_user? > -Original Message- > From: Phillip Perry [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 08, 2006 9:01 PM > To: CF-Talk > Subject: RE: Homesite 5.5 and external browsers (one more thing) > > OK, now I switched the mapping to localhost and

RE: Homesite 5.5 and external browsers (one more thing)

2006-02-08 Thread Phillip Perry
OK, now I switched the mapping to localhost and it works in IE but opera NS and FF all want username and password still. I haven't a clue what this could be Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:33 PM To: CF

RE: Homesite 5.5 and external browsers (one more thing)

2006-02-08 Thread Phillip Perry
? -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 9:40 PM To: CF-Talk Subject: RE: Homesite 5.5 and external browsers (one more thing) The site is viewable if i type either address in the bar physically just not when I use HS view in

RE: Homesite 5.5 and external browsers (one more thing)

2006-02-08 Thread Phillip Perry
The site is viewable if i type either address in the bar physically just not when I use HS view in external browser button. The default is IE Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:33 PM To: CF-Talk Subject: OT: Homesite

OT: Homesite 5.5 and external browsers

2006-02-08 Thread Phillip Perry
Hi, Does anyone know why viewing the pages locally on localhost or 127.0.0.1 both ask me for a username and password? it happens in every browser I use. Thanks Phil ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4

CF 7 startup ?

2006-01-15 Thread Phillip Perry
I just downloaded the trial version of 7 but for the life of me cant find how to start the server. I'm sorry if this is discussed before but I dont have time to search the archives Phil ~| Message: http://www.houseoffusion.com

RE: My attempt at a shopping cart

2005-06-07 Thread Phillip Perry
sorry, arrayNew() takes one argument (the dimension of the array). assuming a 1d array: :| On 6/7/05, Phillip Perry <[EMAIL PROTECTED]> wrote: > I tried that but it gives me a validation error function takes 1 parameter > error. > > Phil > -Original Message- &g

RE: My attempt at a shopping cart

2005-06-07 Thread Phillip Perry
poundage makes it a string. On 6/7/05, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > just 2 lines of code and i'm already hitting a wall. I'm using the following > lines > > > > > and getting the error code: > > Object of type class java.lan

My attempt at a shopping cart

2005-06-07 Thread Phillip Perry
Hi, just 2 lines of code and i'm already hitting a wall. I'm using the following lines and getting the error code: Object of type class java.lang.String cannot be used as an array What am i doing wrong? Thanks, Phil ~|

RE: Hey. About your access post.

2005-06-07 Thread Phillip Perry
sorry that was supposed to be a direct question to someone. Dont know why it went right to this list, my apologies again Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 1:36 PM To: CF-Talk Subject: Hey. About your access post. Hi

Hey. About your access post.

2005-06-07 Thread Phillip Perry
Hi, How've you been. I just read your post on fusion about supporting access and I noticed you said that sql server has a free version. Would you happen to know where I can get my hands on it? I cant find one on the Microsoft website. Thanks Phil ~~

Currency data type in access

2005-06-07 Thread Phillip Perry
Hi, When I display the dollar amount in a web page the values come with extra 0's (ex: 19.9500). How do I get rid of the extra 0's? I tried replace() but that didn't pan out. Thanks, Phil ~| Logware (www.logware.us): a new a

RE: what is this?

2005-01-07 Thread Phillip Perry
ng the page via http:// and not file://? Would you mind posting both the URL in your location bar and the result of doing "View Source"? -joe On Fri, 7 Jan 2005 15:08:01 -0500, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > can someone tell me why the # is showing up

what is this?

2005-01-07 Thread Phillip Perry
Hi, can someone tell me why the # is showing up in the following lines? For some reason It's showing the value of couponhref but its also displaying the #. So the link looks like this on the page... http://www.blah.com#"; Target="_blank"> Any thoughts? I tried to put the couponhref in a sep

cfif issues

2004-12-16 Thread Phillip Perry
Hi, assuming all variables are correct what is wrong with this code? #ListFiles.name# When i click on the very first link the path looks similar to this.. testftp.cfm?directory=wwwroot So the next page would have links that should now look similar to this.. testftp.cfm?directory=wwwroot/i

RE: cffile error confusion.

2004-12-14 Thread Phillip Perry
-Original Message----- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 10:07 AM To: CF-Talk Subject: cffile error confusion. Hi, Does anyone know why i'm getting this error? It's coming from my local machine... Error Occurred While Processing Request

cffile error confusion.

2004-12-13 Thread Phillip Perry
Hi, Does anyone know why i'm getting this error? It's coming from my local machine... Error Occurred While Processing Request An error occurred when performing a file operation READ on file C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\http://www. applewoodcommunity.com/index.c

cfftp exception error

2004-12-11 Thread Phillip Perry
Hi, Does anyone know why I would get this error? An exception occurred when establishing a FTP connection. The cause of this exception was that: java.net.UnknownHostException: http://ftp.applewoodcommunity.com/. Phil ~| Spe

RE: todays ramblings

2004-12-09 Thread Phillip Perry
I went to that website but i dont see anything for a "win4lin" I do however do see the html candy which doesn't support cfm files. Phil -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 9:39 PM To: CF-Talk Subject: todays ramblings anyone ever tri

OT: Strange title in pop up windows

2004-12-09 Thread Phillip Perry
Can anyone explain why I would get the url included in the title of my pop up page? There is a valid title in the pop up. Everything validates on that section. I'm a bit stumped here. Phil ~| Special thanks to the CF Community

Picky delete statement?

2004-12-09 Thread Phillip Perry
Hi, I've read my sql book but I cant find what i'm looking for. According to the book (as far as my understanding is) you cant specify which columns to delete, you can only delete the whole record. Is this true? Phil ~| Speci

determining if 8 columns of 1 record are populated

2004-12-08 Thread Phillip Perry
Hi, ok here is the situation. I'm allowing users to enter up to 8 urls into a form to put into a "favorites" section of my site. To determine if the user has entered at least one url in the db I have a column called uselink updated to YES. The problem is I can't find an easy way to detect if the u

RE: Strange error message

2004-12-07 Thread Phillip Perry
WHERE clause in an insert statement? are u trying to do an update? or am i missing something? Ray At 03:13 PM 12/7/2004, Phillip Perry wrote: >Hi, > >I'm getting this error message during an insert attempt... > >Error Executing Database Query. >[Macromedia][SequeLink J

Strange error message

2004-12-07 Thread Phillip Perry
Hi, I'm getting this error message during an insert attempt... Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Missing semicolon (;) at end of SQL statement. I've never used a semicolon before and things worked ok. here is

RE: cfmail sending 1 too many emails

2004-11-28 Thread Phillip Perry
I figured it out phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Saturday, November 27, 2004 5:42 PM To: CF-Talk Subject: cfmail sending 1 too many emails I have a cfmail that is "supposed" to send 2 emails to 1 person based on an ID#. I have conf

WRONG POST RE: PostgreSQL database size

2004-11-28 Thread Phillip Perry
sorry i hit the wrong message for reply -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Sunday, November 28, 2004 10:24 PM To: CF-Talk Subject: RE: PostgreSQL database size I checked for query builder in access 2000 and cant seem to find it. How do i access query

cfmail sending 1 too many emails

2004-11-28 Thread Phillip Perry
I have a cfmail that is "supposed" to send 2 emails to 1 person based on an ID#. I have confirmed that the output is showing only 2 id numbers but it is repeating 1 of them. This is what I have for code. I'm surrounding the cfmail tags with cfloop query="myquery" to get the email address(among othe

RE: PostgreSQL database size

2004-11-28 Thread Phillip Perry
I checked for query builder in access 2000 and cant seem to find it. How do i access query builder? Phil -Original Message- From: NZERN National Office [mailto:[EMAIL PROTECTED] Sent: Sunday, November 28, 2004 9:06 PM To: CF-Talk Subject: PostgreSQL database size Hi there How large a d

RE: 3 tables of information needed

2004-11-26 Thread Phillip Perry
Thanks for the explaination. I wasn't too sure how joins (inner or outer) worked...in the technical sense that is. Anyways I'm using access as the db. I have to do some digging to see what is acceptable for joins. It appears that (+) doesn't work with access. Thanks again Phil -Original Mess

3 tables of information needed

2004-11-26 Thread Phillip Perry
Hi, I have 3 tables that I want to get information out of in 1 query. The problem is that 2 of the tables may or may not have information in them. All 3 tables have a relationship called contact_id. How do I do a query that checks to see if table 2 has the same id as table 1 and table 3 has the sa

RE: OT Javascript Problem

2004-11-22 Thread Phillip Perry
ed but not > > catching the mismatched values for some reason. > > > > is this page online somewhere i can take a look at the full page? > > > > On Mon, 22 Nov 2004 15:29:56 -0500, Phillip Perry > > > > > > <[EMAIL PROTECTED]> wrot

OT Javascript Problem

2004-11-22 Thread Phillip Perry
Hi, Sorry for the ot but i'm in a bit of a pickle. Can someone tell me why the following code doesnt work? function CheckPass() { if (document.process_member.pass.value != document.process_member.confirmit.value) { alert('"The passwords you entered

Session Issue

2004-11-22 Thread Phillip Perry
Hi, I'm using both session vars. and cookies to help with login. Session is used only for people who dont want to stay logged in permanently and the cookie is used only if they want to stay permanently logged in. The problem I'm having is that when the session times out the user has to log in agai

RE: Session giving me headaches.

2004-11-06 Thread Phillip Perry
OK I found a section on StructDelete. All I had to do is delete Auth in session.auth and everything seems to work ok. Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Saturday, November 06, 2004 3:04 PM To: CF-Talk Subject: Session giving me headaches. Hi

Session giving me headaches.

2004-11-06 Thread Phillip Perry
Hi, I've done all I can think of to get rid of the session. I've done structclear(session) I've done cfapplication timeouts and loginstorage=storage. but no matter what I'm doing the session is staying on. I cfdumped it and the cookie info. The cookie is gone (which is right) but the session remai

RE: CFLOGOUT

2004-11-04 Thread Phillip Perry
) Kam -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 4:34 PM To: CF-Talk Subject: CFLOGOUT Hi, I'm using the cflogout tag but I don't think the session was logged out. I managed to delete the cookie but the user can still ge

RE: CFLOGOUT

2004-11-04 Thread Phillip Perry
cflocate, the cookie never gets written? If not, that's probably your problem. Try using a meta-refresh instead of a cflocation. -jc Phillip Perry wrote: >Hi, > >I'm using the cflogout tag but I don't think the session was logged out. I >managed to delete the cookie but the

CFLOGOUT

2004-11-04 Thread Phillip Perry
Hi, I'm using the cflogout tag but I don't think the session was logged out. I managed to delete the cookie but the user can still get into the protected area after logout. This is the code for logout i'm using... http://localhost/applewood/mycommunity/index2.cfm";> I thought that the cflo

OT: Need Javascript Help

2004-11-02 Thread Phillip Perry
Hi, I need some advice about javascript. Could someone contact me offline to discuss it? Thanks. PHil ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion

RE: another cfhttp issue

2004-10-31 Thread Phillip Perry
I've got it. I just did a replacenocase() on it and it worked fine. Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 4:34 PM To: CF-Talk Subject: another cfhttp issue Along with the links i'm also parsing some inline css.

RE: Cfhttp and displaying links

2004-10-31 Thread Phillip Perry
Thanks Michael that works -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 4:30 PM To: CF-Talk Subject: RE: Cfhttp and displaying links > From: Phillip Perry [mailto:[EMAIL PROTECTED] > I've parsed some links from a webs

another cfhttp issue

2004-10-31 Thread Phillip Perry
t: Re: [CFUGCNY] Cfhttp and displaying links Hi Phillip, You need to use the RESOLVEURL="YES" attribute in your CFHTTP tag, like so: http://www.someurl.com/subfolder/file.html"; METHOD="GET" RESOLVEURL="YES"> Then, all your worldly problems will melt away l

Cfhttp and displaying links

2004-10-31 Thread Phillip Perry
Hi, I've parsed some links from a website but the links are bad. The links are being parsed as blah but that poses a problem. I need it to show the whole proper url. I know where ../ leads so I can replace it but how do I display the right path? What I need to do is get rid of the ../ and replace

target for cflocation?

2004-10-30 Thread Phillip Perry
Hi, I'm using a link that opens a pop up with a fill in form (1 text field). The info is passed through a processing page with 1 line of code... But I want the new page to load up in the parent page not the popup. Can this be accomplished with cf or do I have to do it in javascript? Thanks Ph

RE: SOLVED Getting 4 results where there should be only 2

2004-10-25 Thread Phillip Perry
Dont know if this is common but, using MS Access, the ContactID foreign key is spelled differently when looked at in "design view" as opposed to its regular display. When I switched the spelling it worked out. Thanks for the help Phil -Original Message----- From: Phillip Per

RE: Getting 4 results where there should be only 2

2004-10-25 Thread Phillip Perry
help to actually post the table structure. - Original Message - From: "Phillip Perry" >I tried this and I'm getting an error saying too few parameters expecting >2. > Dont know what that means though. > ~

RE: Getting 4 results where there should be only 2

2004-10-25 Thread Phillip Perry
nly 2 You need to join the two tables on whatever value they share: SELECTt1.* from FROM table1 t1, table2 t2 WHEREt1.primarykey = t2.foreignkey - Original Message - From: "Phillip Perry" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> S

RE: using cfabort in an include....

2004-10-25 Thread Phillip Perry
thanks I went with cfexit. I'm using the code as a custom tag so this works great. I just didnt know there were other types of abort type tags. Phil -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 2:59 PM To: CF-Talk Subject: RE: using c

Getting 4 results where there should be only 2

2004-10-25 Thread Phillip Perry
When I do something like this... SELECT * FROM Table1,Table2 and there are only 2 records to show, the output shows those 2 records twice. I'm assuming that its becuase there are 2 tables so it shows it twice. How do I get around this? This page is independant and has no variables passed to it

using cfabort in an include....

2004-10-25 Thread Phillip Perry
I'm using cfinclude. inside the included file that has some code that I want to stop being processed if there is an error. Like this, some code... more code But the problem is that the cfabort not only stops that code in the include file its stopping the code in the calling templat

RE: The final stretch...ANSWERED

2004-10-23 Thread Phillip Perry
I figured it out. I used ListGetAt. For some reason my brain doesn't want to give me the answer until I hit the send button. :) Phil -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Sunday, October 24, 2004 12:35 AM To: CF-Talk Subject: The final stretch...

The final stretch...

2004-10-23 Thread Phillip Perry
OK so I thought I had this thing licked but now its messed up again. I took out the date thing becuase its not that important anymore. I added 2 fields to my imagelist table called count and clicks. Everything was working fine when i had 4 records to look up. When I deleted the 4 test records from

Problem With Insert

2004-10-22 Thread Phillip Perry
I'm trying to update the pageviews + 1 every time a banner is shown on the browser. But for some reason my code stopped at 2. It wont go any higher. The first and second times the code updated correctly. It went from 1 pageview to 2 pageviews..now everything is 2 pageviews even though there are at

RE: Can someone tell me why this doesn't work?

2004-10-21 Thread Phillip Perry
I got it never mind :) -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 12:34 AM To: CF-Talk Subject: Can someone tell me why this doesn't work? I have this query... UPDATE ImageData SET PageViews = (PageViews + 1), Im

Can someone tell me why this doesn't work?

2004-10-21 Thread Phillip Perry
I have this query... UPDATE ImageData SET PageViews = (PageViews + 1), ImageID = ListRandImage WHERE ImageID = ListRandImage With this error code... Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters.

Subtracting From a List

2004-10-20 Thread Phillip Perry
OK I wrote this email 10 times trying to word it right. All I want to know is how to delete an ImageID from the list after it is displayed on the browser using the following variables. I'm so close but I cant get the ListLen to get smaller. Any help is much appreciated, Phil ~

BannerMan custom tag from cfhub..

2004-10-20 Thread Phillip Perry
Has anyone used this custom tag and if so could I ask some questions about it? Thanks Phil ~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area. http://www.houseoff

Strange variable showing up...

2004-10-19 Thread Phillip Perry
In doing my banner rotation template I'm now getting an undefined error. The error itself is not whats made me confused. Its the Application variables list in the debugger thats got me confused. It refers to a variable called movierotation which does not exist in my code anywhere. I did a find 3 ti

RE: cflock

2004-10-19 Thread Phillip Perry
-Talk Subject: Re: cflock You just need to add a CFAPPLICATION tag to you app, and you'll be set. cheers, barneyb On Tue, 19 Oct 2004 12:42:47 -0400, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > First, thanks to James and everyone else for the solutions to the custom &

cflock

2004-10-19 Thread Phillip Perry
Hi, First, thanks to James and everyone else for the solutions to the custom tag. Now I'm into CFLOCK. I'm trying to make a custom tag for a banner rotation and I am using cflock. But when I execute my code it gives this error... Cannot lock APPLICATION scope. CFLock cannot be used to lock the ap

RE: custom tag help

2004-10-19 Thread Phillip Perry
YNAME][attributes.fieldname][currentrow]# > > > Note that I dropped the query name from currentrow as it's now a dynamic > name and you can rely on CF to figure out what currentrow means inside a > cfoutput tag. > > -Original Message- > From: Phillip Perry [ma

RE: custom tag help

2004-10-18 Thread Phillip Perry
lto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 10:30 PM To: CF-Talk Subject: RE: custom tag help Assuming the attribute is ATTRIBUTES.FIELDNAME, #display[attributes.fieldname][display.currentrow]# will do the job. -Original Message----- From: Phillip Perry [mailto:[EMAIL PROTE

custom tag help

2004-10-18 Thread Phillip Perry
Hi, I'm messing with custom tags and am doing pretty basic stuff (i think) to get used to using them. the tag does the following query SELECT * FROM table_name I've determined this works, but obviously this isn't very useful as is. I added an attribute that gets the field name and displays

HTTP_REFERER

2004-10-17 Thread Phillip Perry
Thanks for answering my last question. Too many issues kept coming up so I abandoned using application.cfm for headers and went back to just including templates into each page. Now I have another problem. When I have people log in I want them to go to the page that they wanted to go to right after

RE: application.cfm and headers

2004-10-17 Thread Phillip Perry
-Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 4:56 PM To: CF-Talk Subject: Re: application.cfm and headers   or perhaps use something like Fusebox   I downloaded fusebox the other day to see what it was about and my head almost exploded

application.cfm and headers

2004-10-17 Thread Phillip Perry
I'm using application.cfm to put the header on all my pages via cfinclude so i dont have to do a cfinclude on every page. But sometimes I dont want a page in that same folder to show the headers. For example a pop up that shows directions on how to use a form. There is no referrer to a pop up so I

RE: I need a quick response please

2004-10-15 Thread Phillip Perry
I fixed it. I had 2 different processing pages and one of them was an old copy that was being used.   -Original Message-   From: Phillip Perry [mailto:[EMAIL PROTECTED]   Sent: Saturday, October 16, 2004 1:49 AM   To: CF-Talk   Subject: I need a quick response please   Hi,   I was just

  1   2   >