Re: Ajax Post Value on CF Side

2015-04-07 Thread Phillip Vector
Looks like a basic JSON value. Just parse it and you should have it put into a variable. or am I not understanding the question? I have yet to have my morning coffee. On Tue, Apr 7, 2015 at 8:55 AM, Robert Harrison wrote: > > I'm sending an Ajax post to a CF page. The post data looks like (be

Re: Sending & and = over a URL

2015-03-15 Thread Phillip Vector
Thank you! :) On Sun, Mar 15, 2015 at 1:06 AM, Andrew Scott wrote: > > Try URLEncode and URLDecode > > Regards, > Andrew Scott > WebSite: http://www.andyscott.id.au/ > Google+: http://plus.google.com/113032480415921517411 > > > On Sun, Mar 15, 2015 at 6:37

Re: Sending & and = over a URL

2015-03-15 Thread Phillip Vector
un, Mar 15, 2015 at 12:21 AM, Phillip Vector wrote: > I have a program that sends me info via a URL. I'd like to encrypt it, but > when I do, I get &'s and ='s in the string. > > Is there some way I can still send the whole string with those characters > in it throu

Sending & and = over a URL

2015-03-15 Thread Phillip Vector
I have a program that sends me info via a URL. I'd like to encrypt it, but when I do, I get &'s and ='s in the string. Is there some way I can still send the whole string with those characters in it through a base URL string or is there an encryption method that doesn't use those special characte

Re: local install - ses non working(I think)

2014-12-23 Thread Phillip Vector
*stares blankly at the screen* *gets up and goes to get some popcorn* Ok.. Proceed. On Tue, Dec 23, 2014 at 3:58 PM, Matthew Smith wrote: > > I have been developing on our live server as the site has been down for > some time. I am trying to get things right and just installed apache and > c

Re: Eclipse & CFEclipse

2014-12-04 Thread Phillip Vector
Just to point out... On Dec 6, 2007 6:29 AM, "Tom Chiverton" wrote: Yeah.. He did. On Thu, Dec 4, 2014 at 8:57 AM, Matt Quackenbush wrote: > >1. Nathan didn't reply to a 7-yr-old message. >2. Gmail != Google Inbox > > http://www.google.com/inbox/ > > On Thu, Dec 4, 2014 at 10:41 AM,

Re: Sending SMS

2014-11-18 Thread Phillip Vector
I worked on a system that had to do this. All I did was find out how each system handled Email to SMS and used that. On Tue, Nov 18, 2014 at 3:09 PM, Rick Sanders wrote: > > Hey guys, > > Does anyone know a service I can use for sending sms messages from cold > fusion? I want to make an app tha

Re: Urgent issue

2014-10-21 Thread Phillip Vector
If you are running it on a non-windows machine, I would google search that code. If it's windows, I would review the system event log. On Tue, Oct 21, 2014 at 11:29 PM, Sathyanarayanan Ramanathan < sathya0...@gmail.com> wrote: > > Dear All, > > Suddenly my Production site is down. > > I am gett

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
Already corrected it and it's still doing it. I'm willing to try anything at this point. On Mon, Sep 22, 2014 at 1:16 PM, .jonah wrote: > > But the correct answer is to correct the enctype so this won't be an issue. > > On 9/22/14, 12:21 PM, Phillip Vector wrote:

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
AAAa... There we go. That's the most logical answer (since I blocked the error emails from that one user and when that specific error shows up and it's been quiet). I'll pass the word along and let him know. Thank you. :) On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet wrote: > > > The iss

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
e it to happen only in certain > situations. > > > > On Sun, Sep 21, 2014 at 9:11 PM, Phillip Vector > > wrote: > > > > > The issue mainly is that it's not always happening all the time. So it's > > not repeatable as far as I can tell. > > > &

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
to attributes scope. > obviously it has been many many years since I looked at fusebox, although > the thought of it still makes me ill :-) but perhaps this tag kills off the > original scope in certain circumstances ? > > > On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector > >

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
It was just a copy over from an old form. The old login page was a combo login/create account that had a picture upload as part of the creation process. I removed the enctype and I'm still getting the error. On Sun, Sep 21, 2014 at 10:12 AM, Dave Watts wrote: > > > I don't know if this is a CF

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
here's a known issue w/IE9 and earlier > w/AJAX POST operations, where if the server's keep alive timeout is lower > than 60 seconds, it can cause IE problems and what you get is a request > that doesn't post the data back to the server. > > -Dan > > On Su

Forms not passing data?

2014-09-20 Thread Phillip Vector
I don't know if this is a CFML issue or what... But perhaps someone has run across this and can offer a hand... (It's not this bad, but I removed the formatting and so on). This works with all the browsers. When

Re: struct not recognized as such

2014-09-04 Thread Phillip Vector
You know, for a ColdFusion Developer who has been in this business for 15 years, you sure do ask questions that you really should know by now. Order_Info_Struct is not a structure when it's being passed. Find out why. On Thu, Sep 4, 2014 at 1:26 PM, Matthew Smith wrote: > > The ORDER_INFO_ST

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
Apparently, it isn't. Go back further. On Sat, Aug 30, 2014 at 12:08 PM, Matthew Smith wrote: > > But it is being explicitly passed. That's where I'm lost. > > > On Aug 30, 2014, at 12:44, Phillip Vector > wrote: > > > > > > The reason

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being set. On Sat, Aug 30, 2014 at 11:31 AM, Matthew Smith wrote: > > >component="cfcs.qry-todatabase" > method="qry_peopleCreateNewUser" >

Re: error accessing cfadministrator after install(iis)

2014-08-24 Thread Phillip Vector
Most likely causes: IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred. IIS was not able to access the web

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Thank you. :) On Sat, Aug 9, 2014 at 9:40 AM, John M Bliss wrote: > > http://cflib.org/udf/longTime > > > On Sat, Aug 9, 2014 at 8:40 AM, Phillip Vector > wrote: > > > > > So I want to display the time between 2 events (down to the second)

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
I stand corrected. That only calculated up to days.. I need months and years (and not just the calculation, but actual days and months.. Grrr... Going to get some wake up juice. :) On Sat, Aug 9, 2014 at 6:40 AM, Phillip Vector wrote: > Found this.. > > http://www.cflib.org/index.

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Found this.. http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=377 This seems to work. Thanks anyway. :) On Sat, Aug 9, 2014 at 5:40 AM, Phillip Vector wrote: > So I want to display the time between 2 events (down to the second). I > have the foll

Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
So I want to display the time between 2 events (down to the second). I have the following code.. #Years# Years, #Months# months and #Days# days However, as you may have noticed, it produces an out

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
ing locally, you could write something > > that performs a cfhttp post to server...mimicking browse, select file, > > click submit. > > On Aug 6, 2014 8:42 PM, "John M Bliss" wrote: > > > > > ...or HTTP post. > > > On Aug 6, 2014 8:39 PM,

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
file to server via email / FTP / etc. > > On Aug 6, 2014 8:36 PM, "Phillip Vector" > > wrote: > > > >> > >> So I have a server that reads a file that is submitted to it and > processes > >> the contents. I can not touch this server and chan

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
Damm security! :) Thanks. On Wed, Aug 6, 2014 at 5:39 PM, John M Bliss wrote: > > In short, no. You'd have to deliver file to server via email / FTP / etc. > On Aug 6, 2014 8:36 PM, "Phillip Vector" > wrote: > > > > > So I have a server tha

Auto File Uploading...

2014-08-06 Thread Phillip Vector
So I have a server that reads a file that is submitted to it and processes the contents. I can not touch this server and change any settings on it.. I want to take a file I have (Let's call it data.txt) and upload it to the server once an hour. I can just reload the page once an hour or I can set

Re: Dynamic variable Name in cfif

2014-07-18 Thread Phillip Vector
Also, shouldn't it be ??? or is it the current trend to use EQ when checking a text field nowadays? :) On Fri, Jul 18, 2014 at 6:22 AM, Dave Watts wrote: > > > I'm having no trouble setting and outputting a dynamic variable name: > > > > Expires_#UpdateMe#= #form[ 'Expires_' & UpdateMe]# >

Re: George and redhotkitties.com

2014-07-10 Thread Phillip Vector
I know.. I did some work for him on this and I kept telling him that he needs to do such and such with his hosting provider, but he kept coming back with the username and password for them. I managed to fix the issue he had, but that popped up a few more. I then fixed those and got him to the po

Re: Need someone to help with site

2014-07-06 Thread Phillip Vector
Brian, refer to http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358715 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: ht

Re: Locks on Access files in CF 9

2014-07-03 Thread Phillip Vector
Not to be "That Guy"... But transfer the data to an actual database and use that? On Thu, Jul 3, 2014 at 10:53 AM, Ben wrote: > > Sorry, didn't mention that. It is off. > > Ben > > > On Jul 3, 2014, at 10:51 AM, Scott Stewart > wrote: > > > > > > Turn off maintain connections in the data sour

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
I see the problem.. You don't have a cfcomponent... You want to put one in. :) On Fri, Jun 13, 2014 at 5:40 PM, Matthew Smith wrote: > > > > > >app_user_id="#arguments.app_user_id#", cfuserid="#arguments.cfuserid#" ) /> > > returntype="void"> > >qry.qry_unlock_items_for_

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
) /> > > returntype="struct"> > > > >urldecode(arguments.api_response)> > > > variables.value)> > > > > > > > > On Fri, Jun 13, 2

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
gt; AND o.tablePK = cfsqltype="CF_SQL_INTEGER" list="Yes"> > > > AND o.tblPeopleFK = cfsqltype="CF_SQL_INTEGER" list="Yes"> > > > > > > > > > > > > On Fri, Jun 13, 2014 at 7:51 PM, Phillip Vector > > wrote:

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
I highly doubt that. But you should know then that we need to see the whole code in order to see if what you are saying is correct. So copy the full file code here and let's take a look. On Fri, Jun 13, 2014 at 4:48 PM, Matthew Smith wrote: > > It has it. Been doing this 15 years. > > ~~

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
As a side note, you should probably turn off verbose debugging as well on a live site. :) On Fri, Jun 13, 2014 at 4:19 PM, M.A. Kruger wrote: > > are you a ColdFusion programmer? this is a syntax error. it's fixable and > it is probably NOT mysterious :) > > Sent from my iPhone > ~~~

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
This seems pretty clear... > The end tag encountered on line 1380 at column 3 requires a matching start tag. On Fri, Jun 13, 2014 at 4:11 PM, Matthew Smith wrote: > > The web site you are accessing has experienced an unexpected error. > Please contact the website administrator. > > The follo

Re: Calling a Custom Tag Twice Duplicates Query Results?

2014-05-28 Thread Phillip Vector
Considering we don't see the tag code, I would suspect it's because all the options for it are exactly the same. So it's running the same query. >This is CFMX 7, btw. :-\ Also, it's either MX or 7. :) On Wed, May 28, 2014 at 11:50 AM, Dan LeGate wrote: > > Okay, so I've been trying to solv

Bluehost.com

2014-05-08 Thread Phillip Vector
http://www.bluehost.com/vps Anyone use these guys (or have used them)? How are they? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http:

Re: Quick Survey

2014-03-26 Thread Phillip Vector
To show how things can be twisted... "poll does not count / quantify people who're choosing not to learn a new language at this time." So it doesn't count people who are giving up programing altogether. :) On Wed, Mar 26, 2014 at 5:55 AM, Robert Harrison wrote: > > > @Robert Did you looked i

Re: CFML tags was: "The long tail of ColdFusion fail"

2014-03-18 Thread Phillip Vector
> But the bulk of your *code* should be separate from your views. So be nowhere *near* HTML. So, accordingly, the reason for having tag-based constructs in CFML should not be relevant in almost all your code. Presuming you are doing a MVC framework. ~

Re: "The long tail of ColdFusion fail"

2014-03-17 Thread Phillip Vector
>We're not releasing any more CF sites and are converting those site we can to PHP. Oh yeah. Change from a closed source to an open source. What can possibly go wrong. :) ~| Order the Adobe Coldfusion Anthology now! http://www.

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
I can't believe I was that stupid... So I installed IIS (getting frustrated with Apache). I FINALLY get that working and same issue.. WTF... So I check out other small CFM files and finally get to my index.cfm of the site (fusebox based). Great. Fusebox is failing on me... I peek in and what do

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
If it helps, here's the log from mod_jk. It looks like it's getting to coldfusion... But just not parsing it out to the screen? [Sun Feb 09 11:33:27 2014] [10680:25804] [debug] uri_worker_map_update::jk_uri_worker_map.c (1168): File C:/ColdFusion10/config/wsconfig/1/uriworkermap.properties is not

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
d.au/ > Google+: http://plus.google.com/113032480415921517411 > > > > On Mon, Feb 10, 2014 at 5:04 AM, Phillip Vector > wrote: > > > > > 192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] "GET /Ubersite/wwwroot/ > > HTTP/1.1" 200 - > > >

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] "GET /Ubersite/wwwroot/ HTTP/1.1" 200 - That is what the apache logs say is happening. So it's returning a webpage.. Just ... no CF. On Sun, Feb 9, 2014 at 9:59 AM, Phillip Vector wrote: > Oh yeah.. I also set "192.16

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
Oh yeah.. I also set "192.168.1.*" in *Allowed IP Addresses for Exposed Services. No luck.* On Sun, Feb 9, 2014 at 9:57 AM, Phillip Vector wrote: > > So I have a developer version of CF. I also have apache (2.2) set up since > I wasn't able to connect at all with the b

CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
So I have a developer version of CF. I also have apache (2.2) set up since I wasn't able to connect at all with the built in webserver. I can connect to http://127.0.0.1/Ubersite/wwwroot/ and it displays the CF fine. I can connect to http://127.0.0.1/index.cfm and I get the CF page. I go to ht

Re: Can't Connect http://localhost:8501

2013-12-26 Thread Phillip Vector
Just checking... Is it set to run on port 8501? On Thu, Dec 26, 2013 at 8:50 AM, Rob Voyle wrote: > > Hi Folks > > Running Developer CF9 on my local desktop. > A power failure crashed the computer in the midst of a cf operation > > Now I can't connect to localhost:8501 > Coldfusion 9 applicati

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
w.andyscott.id.au/ > Google+: http://plus.google.com/113032480415921517411 > > > > On Fri, Dec 6, 2013 at 11:01 AM, Phillip Vector > wrote: > > > > > >Right! That's my question, since a CMS system already has a form of > > framework built inside, there's

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
>Right! That's my question, since a CMS system already has a form of framework built inside, there's no need for a Framework. Why not just always use a CMS and custimze to your heart's content? There isn't always a framework built into it (or if there is one, it's been set up specifically for th

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
CMS = A system where pages can be loaded with data from a database and the user usually has direct control over the actual page contents and formatting. Usually is good when you have lots of users each wanting their own page. Frameworks = A set of rules how files are set up and work together. Usu

Re: TEST IGNORE (2)

2013-12-04 Thread Phillip Vector
Unless Google Groups can send email and can act exactly like a mailing list, please don't move it there. On Wed, Dec 4, 2013 at 1:50 AM, Russ Michaels wrote: > > Would be easier to switch to google groups maybe > > Russ Michaels > www.michaels.me.uk > cfmldeveloper.com > cflive.net > cfsearch.

Telecommuting Developer with 13+ years of experience looking for work

2013-11-21 Thread Phillip Vector
Hi. I'm currently looking for a position that offers 40 hours worth of telecommuting work a week. Either that or 2, 20 hour jobs. I've been in ColdFusion development since 4 and have worked in several places that demand excellence (which I have lived up to). If anyone happens to have any work ava

Re: CF/Railo development environment

2013-11-21 Thread Phillip Vector
cfeclipse On Thu, Nov 21, 2013 at 1:01 PM, Dave Long wrote: > > Please accept my apology for re-asking a question I know I've asked before. > My XP machine died and took my archived e-mails with it to hard drive > heaven > (or hell as may be.) > > I've used Homesite+ for the last ten or twelve

Re: Removing bullets from textarea

2013-11-04 Thread Phillip Vector
Run the entry through a REReplace and only allow characters you want in there. On Mon, Nov 4, 2013 at 1:08 PM, Joy Paulose wrote: > > Hi, > I want to remove bullets and other strange characters from textarea. if > the user enters the text by copying and pasting from Word, it does not > display

Re: Script not firing?? dojo messing things up?

2013-06-11 Thread Phillip Vector
Tried it. Didn't work still. The numbers were just for tracking. After some additional test, I found dojo screwing things up. Thanks anyway. :) On Jun 11, 2013 11:39 AM, "Dave Watts" wrote: > > > 2 > > 3 > > 4 > > > window.open=('#cgi.HTTP_HOST##myself#caseDetails.ed

Script not firing?? dojo messing things up?

2013-06-11 Thread Phillip Vector
2 3 4 window.open=('#cgi.HTTP_HOST##myself#caseDetails.editCaseInfo&caseId=#qryCaseID.caseId#','_self'); 5 6 7 == I've tried cflocation, I've tried window.location.href and nothing... I verified that qryC

Re: Compare ftp and directories

2013-05-23 Thread Phillip Vector
Cameron Childress >wrote: > > > > > On Thu, May 23, 2013 at 8:56 AM, Phillip Vector wrote: > > > Can anyone suggest a program that will read an ftp directory (and sub > > > directories) and show what files are diffe

Compare ftp and directories

2013-05-23 Thread Phillip Vector
Can anyone suggest a program that will read an ftp directory (and sub directories) and show what files are different? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?t

Re: NY Area Recruiters

2013-04-30 Thread Phillip Vector
True.. True.. But yet, he keeps coming back. On Tue, Apr 30, 2013 at 6:25 AM, Bobby wrote: > > But he who we do not speak of no longer DOES CF, Phil! lol > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/A

Re: NY Area Recruiters

2013-04-29 Thread Phillip Vector
Either that or it's a sign that they picked up that you misspelled "Recruiters" or it could be that you don't specify what you know. CFC's? Frameworks? Other Skillsets? It also could be that you only waited 1 hour from 3:30 EST to 4:30 EST. You also don't even give a name, so why would people wan

Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Phillip Vector
tion is for. > > Eric > > -----Original Message- > From: Phillip Vector [mailto:vec...@mostdeadlygame.com] > Sent: Tuesday, April 23, 2013 1:22 PM > To: cf-talk > Subject: Re: Job Openings With Our Direct Client for COLD FUSION > DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // AT

Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Phillip Vector
Also, considering they will not submit you without either your birthdate or your SSN, I am hesitant to take the position. On Tue, Apr 23, 2013 at 11:16 AM, Billy Cravens wrote: > > The wording of the email was obviously what is copy-and-pasted to > individuals, so I probably would have made th

Re: I am stumped

2013-04-10 Thread Phillip Vector
>the only difference is the birthdate, which should not matter since I am checking for their name, birthdate or email. > >SELECT Name, Birthdate, Email >FROM Users >WHERE Name = >AND Birthdate = >OR Email = > Select stuff from users "Where name AND birt

Re: question on cfloop

2013-02-28 Thread Phillip Vector
Why are you looping from 1 to 1? That isn't a loop. On Thu, Feb 28, 2013 at 7:22 PM, fun and learning wrote: > > I have a query on looping in coldfusion.Why does the below loop run twice? > > >#j# > > > I thought the above code should return only 1, but it returns 1 2 > > ~~~

Re: Hosting A to Z

2013-02-14 Thread Phillip Vector
Personally, I just use the basics to check the input and massage it as required. If you use JQuery, I don't believe that is server side though. On Thu, Feb 14, 2013 at 8:10 AM, John M Bliss wrote: > > +1 to Gerald's question. Post-cfform, I used Adobe Spry which was pretty > good. Nowadays, I'd

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-27 Thread Phillip Vector
There are other lists for discussing Javascript. I also use C#. Should I start discussing C# code in here? It was a polite request. Apparently, not everyone feels the same way, so I retract it. Sorry for suggesting that we discuss.. you know.. Coldfusion. :) On Thu, Dec 27, 2012 at 8:52 AM, <>

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
elete the emails. Quit bitching about > it. This used to be a very friendly forum > On Dec 26, 2012 10:01 PM, "Phillip Vector" > wrote: > >> >> This seems very off the topic of the subject of ColdFusio

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
sage-- > From: Phillip Vector > To: cf-talk@houseoffusion.com > ReplyTo: cf-talk@houseoffusion.com > Subject: Re: URGENT : How to Detect screen resolution in COLDFUSION? > Sent: Dec 27, 2012 5:00 AM > > > This seems very off the topic of the subject of ColdFusion

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
This seems very off the topic of the subject of ColdFusion. Can you guys perhaps take it off list? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Arc

Re: Parameter 1 of function IsDefined, which is now Direct Bill, must be a syntactically valid variable name.

2012-10-24 Thread Phillip Vector
*facepalms* Thank you. :) >Try: > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Parameter 1 of function IsDefined, which is now Direct Bill, must be a syntactically valid variable name.

2012-10-24 Thread Phillip Vector
Any concept of how I would do this correctly for a coder who hasn't had his morning coffee yet? :) Test ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology

Re: Is defined is erroring with not defined.. WHA???

2012-10-11 Thread Phillip Vector
Thanks to all of you. Sometimes, I overthink answers. :) > Array notation is kind of funny about this. In array notation, your > variable name is arguments.strCustomFees, which does exist. You can't > use isDefined to identify a missing position within an array. If you > changed this to dot nota

Is defined is erroring with not defined.. WHA???

2012-10-11 Thread Phillip Vector
Error: Element Custom68Include is undefined in a CFML structure referenced as part of an expression. So since it's undefined, shouldn't isdefined just return a false? ~| Order the Adobe Coldfusion Anthology now! http://www.a

Re: Group by??

2012-10-03 Thread Phillip Vector
*facepalms* That did it. I wasn't sorting the query by Client_Name. I was doing it by Client_Code. Thanks guys. I appricate the help. :) > > group="Client_Code"> > > It should work as long as its contained without a nested cfoutput as > Dave mentioned. Also, notice he is grouping by "Client_N

Re: Group by??

2012-10-03 Thread Phillip Vector
Hrm.. Still getting the same result. The code that is actually printing it is #currentQuery[currentField][currentQuery.currentRow]# So I probably have to figure out how to remove the current row (since #currentQuery[currentField]# doesn't work). It's probably forcing it to display just on th

Group by??

2012-10-03 Thread Phillip Vector
So I have a query that returns the following.. Client_Code MenuName Client_Name 4938 Test Test Company 9328 Test Test Company 10349 Test Test Company 9283 Test Test 2 Company What I'm trying to

Re: Justify text in CFDOCUMENT?

2012-09-25 Thread Phillip Vector
Or use a table and align. On Sep 25, 2012 4:27 PM, "Andy Allan" wrote: > > This is an outstanding bug going back to 2005 when CF7 came out. > > The underlying engine that provides cfdocument doesn't support it and > Adobe have confirmed numerous times they can't fix it because of the > underlyin

Re: Force logout a user

2012-07-06 Thread Phillip Vector
Sorry to interject, what if the user uses a different computer with the same IP address? On Fri, Jul 6, 2012 at 7:49 AM, Bill Franklin wrote: > > Just validate their CGI.remote_host against what is already being used for a > valid session...then force a logout of the oldest session if the same

Re: (ot) Hosting A to Z

2012-06-29 Thread Phillip Vector
Had them awhile ago. The server I was on kept going down and support was non-existant. Get out now. On Fri, Jun 29, 2012 at 12:03 PM, Stephens, Larry V wrote: > > Does anyone have any info about them? > > I moved all of my websites there several weeks ago. Seemed like a good price > and someone

Schedule of events

2012-06-24 Thread Phillip Vector
I'm looking to see if I need to reinvent the wheel here. :) Does anyone happen to know a event scheduler for conventions (or whatever) where I can put in panels and such and have it entered into a DB and displayed? Preferably detecting conflicts with timing and other bells and whistles. I found h

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
*nods* I'll do that. :) On Fri, Jun 8, 2012 at 6:31 AM, Russ Michaels wrote: > > perhaps worth asking them to delete it via the cfadmin and see if that > solves the issue. > > > On Fri, Jun 8, 2012 at 2:25 PM, Phillip Vector > wrote: > >> >> It's

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
> What happens if you do it via admin > On Jun 8, 2012 5:32 AM, "Phillip Vector" wrote: > >> >> I'm also getting "Message: Unable to store Job : >> 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists >> with this

Re: Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
I'm also getting "Message: Unable to store Job : 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists with this identification." Doesn't update not try to replace it if it already exists? On Thu, Jun 7, 2012 at 9:23 PM, Phillip Vec

Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
The code used is Cause:        [struct]        Message: Unable to unschedule trigger [SERVERSCHEDULETASK#$%^DEFAULT.trigger_MINUTE] while deleting job [SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE]        RootCause:                [struct]                Message: Unable to unschedul

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
d hosts and it took that long for everyone to see > the changes (since we didn't control the TTL refresh rate). HTH, > > Phil > > On Thu, Jun 7, 2012 at 1:25 PM, Phillip Vector > wrote: > >> >> Nevermind.. *facepalm* >> >> ipconfig /flushDNS >&

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
Nevermind.. *facepalm* ipconfig /flushDNS On Thu, Jun 7, 2012 at 10:10 AM, Phillip Vector wrote: > So I own the domain 5thWallGaming.com > > I updated the DNS and since my subdomain is working, I know it's on > the new host. Also, FTP is pinging the new site... > > Bu

Weird DNS issue

2012-06-07 Thread Phillip Vector
So I own the domain 5thWallGaming.com I updated the DNS and since my subdomain is working, I know it's on the new host. Also, FTP is pinging the new site... But everytime I go to www.5thWallGaming.com, I get the "We are updating" message (the old site). Any ideas on what I could be missing? ~~

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
So where is your "process the form" code? On Thu, May 31, 2012 at 10:54 AM, Paul Smith wrote: > >>On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: >>> Any ideas? >> >>Yes. Test your code on Firefox. ;) >> >>Besides that, can you post both the form code and the code that runs >>when you submi

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
Oops. Sorry about that. Didn't notice the submit button. :) On Thu, May 31, 2012 at 10:54 AM, Phillip Vector wrote: > You aren't submitting the form.. You are going to a new link and it's > expecting form fields. :) > > Using as your "submit button" is y

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
You aren't submitting the form.. You are going to a new link and it's expecting form fields. :) Using as your "submit button" is your problem. Put in some javascript that says when you click the link, submit the form. On Thu, May 31, 2012 at 10:50 AM, Paul Smith wrote: > >>On Thu, May 31, 2012

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
On Thu, May 31, 2012 at 10:35 AM, Paul Smith wrote: > Any ideas? Yes. Test your code on Firefox. ;) Besides that, can you post both the form code and the code that runs when you submit it? Without that, it's kind of hard to see where the mistake lies. ~~

Re: Coldfusion Hosting

2012-05-20 Thread Phillip Vector
Damm.. I think we have a winner. :) On Sun, May 20, 2012 at 9:25 PM, Wil Genovese wrote: > > Hostek http://hostek.com/aff.php?aff=630&plat=CF > > Sent from my iPad, enjoy the auto replace typos :) > > On May 20, 2012, at 9:32 PM, Phillip Vector wrote: > >> &

Re: Coldfusion Hosting

2012-05-20 Thread Phillip Vector
Coolcool. Thanks. Do you know if they do any tag blocking? On Sun, May 20, 2012 at 9:23 PM, andy matthews wrote: > > I've been using Gearhost for the past 6 or 7 years and they've been great. > $20-ish I believe. > > > > andy > > -Original Message---

Re: Coldfusion Hosting

2012-05-20 Thread Phillip Vector
know that Vivio specifically >> offers a Fusebox option, but they offer Adobe ColdFusion, Railo, and BSD >> options. I have hosted two VPSs there since last year. They are proactively >> helpful and I bet they could come up with a solution for you on a >> reasonable

Coldfusion Hosting

2012-05-20 Thread Phillip Vector
So I know it's been discussed before, so a link to the relevant past article will suffice... But I am in need of moving my webpages to a new server and was wondering where I can find some cheap ($20 or under) web hosting that will allow me to host 3 or more websites with Coldfusion (and Fusebox).

Re: (Job) ColdFusion Developer - Parsippany, NJ

2012-04-05 Thread Phillip Vector
ply... nice attitude btw. > > > On Thu, Apr 5, 2012 at 6:00 PM, Phillip Vector > wrote: > >> >> Shame you didn't check to see that he sent it to the cf-talk list. :) >> If you want to be removed, directions are at the bottom of the email. >> >> On Thu

Re: (Job) ColdFusion Developer - Parsippany, NJ

2012-04-05 Thread Phillip Vector
Shame you didn't check to see that he sent it to the cf-talk list. :) On Thu, Apr 5, 2012 at 10:01 AM, Tanson Corp wrote: > > We didnt send you this. > > May be some error. > > We really apologize. > > > > > > Lina > Tanson Corp > Bloomington, MN - 55420 > Tel: (651) 342 - 7039 > Fax: (651) 344

Re: (Job) ColdFusion Developer - Parsippany, NJ

2012-04-05 Thread Phillip Vector
Shame you didn't check to see that he sent it to the cf-talk list. :) If you want to be removed, directions are at the bottom of the email. On Thu, Apr 5, 2012 at 9:58 AM, Russ Michaels wrote: > > shame you didn;t even bother to check what country I live in. I am not even > in USA. > please remo

  1   2   3   4   5   >