Re: Handling In-Field Commas in CSV import?

2010-06-03 Thread Paul Henderson
Thanks for the replies, it seems like I'm taking the wrong approach. Currently I am using a cfloop to loop over the file, then #listgetat(FileLine,1)# to reference each field. cfloop file=C:\CSVs\2010-05-21.csv index=FileLine cfset record_type = '#listgetat(FileLine,1)#' /cfloop It

Re: Handling In-Field Commas in CSV import?

2010-06-03 Thread Paul Henderson
This solution worked for me: http://www.bennadel.com/blog/1903-Parsing-CSV-Data-With-ColdFusion-s-CFHTTP-Tag.htm On Thu, 03 Jun 2010 14:27:08 -0400, Paul Henderson p...@smashedvision.com wrote: Thanks for the replies, it seems like I'm taking the wrong approach. Currently I am using

CF Based Calendar?

2009-08-12 Thread Paul Henderson
I have a client requesting an online calendar and since the portal I'm building them is entirely CF I'd like to provide a CF calendar as well (or one that integrates well with CF). Does anyone have any suggestions? The best one I've found so far is Ben Nadel's Kinky Calendar

RE: CF Based Calendar?

2009-08-12 Thread Paul Henderson
As far as I know the only calendar control CF8 has is cfcalendar which allows you to select and input a date into a form. I'm looking to output a calendar display. If there are other built-in calendar functions that I'm unaware of, that would be great?!? Thanks for all the suggestions. what

cflayout tab style controls?

2009-07-30 Thread Paul Henderson
The cflayout tab styling controls seem to be limited, for example does anyone know how I can change the border color or background color of the tab title area? I've looked through the Adobe Livedocs and can't seem to find where these style controls are set. Thanks in advance, -Paul

CF8 functions only working in webroot?

2009-07-22 Thread Paul Henderson
I'm not sure why this is but I'm working on a new CF8 install using IIS and for whatever reason the CF8 functions such as cflayout only seem to work in the webroot and default site. All other CF functionality works on the sub sites. Any ideas why I'm facing this issue? Thanks in advance

RE: CF8 functions only working in webroot?

2009-07-22 Thread Paul Henderson
The virtual directory did the trick, thanks Adrian -Original Message- From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk] Sent: Wednesday, July 22, 2009 5:07 PM To: cf-talk Subject: RE: CF8 functions only working in webroot? All the AJAXy tags and function access files in

CF based forums ap?

2009-07-15 Thread Paul Henderson
I'm trying to find a CF based forums ap, open source preferred but not required. The ones I've been able to find any postings about seem to be out dated. Does anyone have any recommendations? Thanks in advance, -Paul

RE: CF based forums ap?

2009-07-15 Thread Paul Henderson
: Nathan Strutz [mailto:str...@gmail.com] Sent: Wednesday, July 15, 2009 10:22 PM To: cf-talk Subject: Re: CF based forums ap? Did you check out Ray Camden's Galleon forums app? I would bet it's on riaforge.org. Pretty simple to figure out and modify. On Wednesday, July 15, 2009, Paul Henderson

Cflayout CfMenu Problem

2009-06-03 Thread Paul Henderson
I'm experimenting with cflayout and cfmenus, following the CF8 WACK. I'm using a border type cflayoutarea and I've place a horizontal cfmenu in the top area. But the dropdown items in the menu are cut off, or layered behind the cflayoutarea below it. I tried setting the overflow to visible but

RE: CSS Refresh Crash in Firefox??

2007-07-25 Thread Paul Henderson
-Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 4:36 PM To: CF-Talk Subject: RE: CSS Refresh Crash in Firefox?? Its basically one div pod that is crashing, as in the txt style doesn't apply and the div ends up appearing 3 times and one

RE: CSS Refresh Crash in Firefox??

2007-07-25 Thread Paul Henderson
, 2007 4:22 PM To: CF-Talk Subject: RE: CSS Refresh Crash in Firefox?? Can you be a little more clear as to what you mean by CSS crash? Are you saying that the CSS doesn't work? Doesn't load? Do you have a site we could look at? andy -Original Message- From: Paul Henderson [mailto:[EMAIL

CSS Refresh Crash in Firefox??

2007-07-25 Thread Paul Henderson
This isn't exactly a cf issue but its happening on a .cfm page so plase bare with me. For some reason my css seems to partially crash, randomly on SOME refreshes in Firefox only.. On avg 8 out of 10 times the code will load fine. Is this a known Firefox bug? I'm a bit of a css rookie but I've

RE: CSS Refresh Crash in Firefox??

2007-07-25 Thread Paul Henderson
, from white to a lime green. -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:36 PM To: CF-Talk Subject: RE: CSS Refresh Crash in Firefox?? Its basically one div pod that is crashing, as in the txt style doesn't apply and the div ends up

How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Paul Henderson
I know I can prevent any simultaneous logins by simply flagging the account as logged in when a user logins. However, if the user closes the browser or is disconnected without properly logging out, how would I go about allowing them to log back in? Since as far as I know, the server and database

RE: How to Prevent Simultaneous Login / Session Management

2007-06-21 Thread Paul Henderson
Thanks for all the feedback guys, I think the bumping technique described by Jim and Josh will work best for me in this situation. Although it would be niec to have a bullet proof login where simultaneous logins are denied, sessions end on browser close or disconnect and users can log back in

Force OnSessionEnd on browser close?

2007-06-20 Thread Paul Henderson
From what I understand if you set the cfadmin to use J2EE Session variables sessions will expire when the browser is closed. However I've been testing this out and the OnSessionEnd code I have in the application.cfc does not run when the browser is closed it only seems to run when the session

output RSS feed CF 5

2007-06-01 Thread Paul Henderson
This seems like a simple enough task but I've been searching google and haven't found anything that works yet. Can anyone point me to an example of how to output a rss feed such as google news on a cfm page using cf 5.0? Thank you, -Paul

RE: output RSS feed CF 5

2007-06-01 Thread Paul Henderson
don't have the tag handy anymore myself. On 6/1/07, Paul Henderson [EMAIL PROTECTED] wrote: This seems like a simple enough task but I've been searching google and haven't found anything that works yet. Can anyone point me to an example of how to output a rss feed such as google news on a cfm

RE: Error setting up FCKEditor

2007-05-18 Thread Paul Henderson
ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 5/18/07, Paul Henderson [EMAIL PROTECTED] wrote: Thanks Mike, I seemed to make some progress setting the basepath to /fckeditor/ and manually setting the fckeditor ro fckeditor

RE: Error setting up FCKEditor

2007-05-17 Thread Paul Henderson
from AUD$15/month On 5/17/07, Paul Henderson [EMAIL PROTECTED] wrote: As simple as the initial setup appears to be I can't seem to get passed this error: Could not find the ColdFusion Component /raindance/fckeditor/fckeditor. Please check that the given name is correct

Error setting up FCKEditor

2007-05-16 Thread Paul Henderson
As simple as the initial setup appears to be I can't seem to get passed this error: Could not find the ColdFusion Component /raindance/fckeditor/fckeditor. Please check that the given name is correct and that the component exists. The error occurred in

Auto Index Dbase datasource?

2007-04-16 Thread Paul Henderson
I'm attempting to use CFMX7 to update a networked dbase dbf datasource that is being used by 3rd party software. In CF5 I was able to set the datasource to automatically index files after writing new records. I can't recall if I did this in the Windows ODBC Data source Administrator or the CF

RE: Auto Index Dbase datasource?

2007-04-16 Thread Paul Henderson
You'd think so but its an old dbase 3 database, and I'm stuck with it since the 3rd party software relies on it. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 1:20 PM To: CF-Talk Subject: Re: Auto Index Dbase datasource? In CF5 I was

RE: Auto Index Dbase datasource?

2007-04-16 Thread Paul Henderson
In 5 I was using the Merant dBase/FoxPro. I haven't been able to figure out how to use the Merant driver in MX7, is this possible? -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 1:38 PM To: CF-Talk Subject: Re: Auto Index Dbase

dbase III datasource in MX7

2007-04-09 Thread Paul Henderson
I recently upgraded one server from cf5 to mx7 but since doing so I can't seem to figure out how to setup a dbase III datasource. I don't have the option of migrating the data at all. Any suggestions? Thanks ~| Macromedia

RE: dbase III datasource in MX7

2007-04-09 Thread Paul Henderson
Scrap this I figured it out. Thanks. -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 4:34 PM To: CF-Talk Subject: dbase III datasource in MX7 I recently upgraded one server from cf5 to mx7 but since doing so I can't seem to figure out how

Basic Level CMS Solution?

2007-01-05 Thread Paul Henderson
I'm trying to find a very basic level CMS solution for small businesses that would allow the user to edit images and text on a page, any recommendations? I've spent today figuring out Farcry and it seems to be a little more complex of a solution than I need. Or maybe there is an easy way to apply

Flash Form cfformgroup layout question

2006-12-22 Thread Paul Henderson
(Sorry for the repost originally sent with a blank subject in error) I have a rookie level flash form question. When I create a horizontal cfformgroup it automatically inserts a left margin of approx 40-50 pixels. Below is the code I'm using. The only attributes that I think could control

RE: Can't Get Network Datasources working in CF 5

2006-04-17 Thread Paul Henderson
It is using the local system account (default) I found something on the macromedia site that says I may need a domain account to access networked datasource but I'm not setup in a domain environment. Any other work around you guys know of? Or will I have to set up a domain to get mapped

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
Thanks Adam and Rebecca for the response, Adam I do have the listbox set up to allow multiple selections: select name=lbxSelectedTheme multiple size=5 But because the user is adding items from one listbox into another, at the time the form is submitted the items are not selected. Apparently

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
Problem Is this function executing without error. Javascript will fail silently and just allow the form to submit. Maybe its not running? Adam H On 5/17/05, Paul Henderson [EMAIL PROTECTED] wrote: Thanks Adam and Rebecca for the response, Adam I do have the listbox set up to allow multiple

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
alue); alert(vThemes); } document.frmImageAdm.hdnThemes.value = vThemes.join(); Adam H On 5/17/05, Paul Henderson [EMAIL PROTECTED] wrote: As far as I know it is running, I do not receive any browser errors I'm not sure how else to tell if it is actually running

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
very simple to use and if you call the compressed versions of qForms as opposed to the other the JS has a minimal footprint. http://www.pengoworks.com/qforms/docs/examples/containers.htm Byron On May 17, 2005, at 2:26 PM, Paul Henderson wrote: As far as I know it is running, I do not receive any

Javascript / Listbox Form Problem

2005-05-16 Thread Paul Henderson
I'm trying to allow a user to select items from one listbox and add them to a second list box, once the form is submitted the Javascript should set the value of hdnThemes to all the items entered into the second list box (lbxSelectedTheme), but of course that is not happening. Any ideas whats

RE: Javascript / Listbox Form Problem

2005-05-16 Thread Paul Henderson
than try and manipulate a hidden form field? On 5/16/05, Paul Henderson [EMAIL PROTECTED] wrote: I'm trying to allow a user to select items from one listbox and add them to a second list box, once the form is submitted the Javascript should set the value of hdnThemes to all the items entered

RE: Javascript / Listbox Form Problem

2005-05-16 Thread Paul Henderson
being selected. on page2, it's just form.box2 (which will give you a comma delimited list of all of the options in the select). let me know if you have questions. On 5/16/05, Paul Henderson [EMAIL PROTECTED] wrote: Thanks Charlie... I would reference the 2nd listbox it's self if I knew how? I'm

RE: Javascript / Listbox Form Problem

2005-05-16 Thread Paul Henderson
To: CF-Talk Subject: Re: Javascript / Listbox Form Problem can you post the URL to your form page? what do you get on the action page if you do a cfdump var=#form#? On 5/16/05, Paul Henderson [EMAIL PROTECTED] wrote: Thanks Charlie, I still can't seem to accomplish my goal of just being able

Looped cfform unique variable names?

2005-04-13 Thread Paul Henderson
Maybe I'm going about this the wrong way but, I'm building a shopping cart and for the checkout page I've looped a cfform because for each item the user has to specify the same 3 values, for example Resolution. Note the textbox includes the looped ItemNum in the name to make it's name unique.

RE: Looped cfform unique variable names?

2005-04-13 Thread Paul Henderson
Thanks guys, now I can stop banging my head against the wall. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 1:22 PM To: CF-Talk Subject: RE: Looped cfform unique variable names? Maybe I'm going about this the wrong way but, I'm building a

Get jpg pixel dimensions?

2005-03-31 Thread Paul Henderson
I'm working with a database of images that are all sorts of different sizes, does anyone know of a cf command or anyway to retrieve the actual width and height of a specified jpg? Thanks! -Paul ~| Discover CFTicket - The

RE: Get jpg pixel dimensions?

2005-03-31 Thread Paul Henderson
-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Paul Henderson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, March 31

RE: Get jpg pixel dimensions?

2005-03-31 Thread Paul Henderson
Thanks for getting rid of my headache Bryan! -Paul -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 4:51 PM To: CF-Talk Subject: Re: Get jpg pixel dimensions? Ask and ye shall receive ;-) Hope it does the trick! !---(Function:

Session Var Causing Paging Cannot be Displayed?

2005-03-31 Thread Paul Henderson
I've designed a simple image search engine but when a user views the details page and clicks back to see the results again they will sometimes receive a Page cannot be displayed error but if they refresh the page it displays fine. The results page does you session variables to specify the

RE: Session Var Causing Paging Cannot be Displayed?

2005-03-31 Thread Paul Henderson
Even tried it without the Session Variables, same problem...I'm guessing its a damn IE issue but, I've noticed in on some PCs running ie6.0, but not othersweird!! -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 5:48 PM To: CF-Talk

Trigger query without a page Reload?

2005-03-30 Thread Paul Henderson
Not sure if this is possible or not... Can I trigger a query or add to a List without having to reload the entire ..cfm page on the client's end? Maybe with a cfform? The user will be looking at a list of items, I'd like them to be able to add an item to a cart, either with a query or List,

How to Check if 1st character is a quote?

2005-03-28 Thread Paul Henderson
I want to run a simple check to see if a string's 1st character is an open quote (), usually I would try something like: cfif Left(Form.Test, 1) IS x) but if x = (quote) I will get a syntax error, how can I get around this? Thanks for the help. -Paul

RE: How to Check if 1st character is a quote?

2005-03-28 Thread Paul Henderson
Yup, that works thanks! -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 2:13 PM To: CF-Talk Subject: Re: How to Check if 1st character is a quote? On Mon, 28 Mar 2005 14:09:55 -0500, Paul Henderson [EMAIL PROTECTED] wrote: I want to run

Seperate a Form Text Variable into Multiple Variables?

2005-03-22 Thread Paul Henderson
This should be fairly simple but I'm drawing a blank. How do I divide a form variable into multiple variables based on spacing? For example, say a submitted text form variable's value is blue sky what would be the easiest way to seperate this into two variables named Word1 and Word2 with Word1's