SQL help

2006-04-02 Thread Rick Root
I'm trying to figure out how to do something in SQL and I'm stumped. Essentially I have 5 tables t_salesreps contains sales reps t_cdusage contains session information - each time the sales rep uses the CD t_contentusage contains 1 row for each presentation show in a session. t_contentviewers con

XP Web Publishing Wizard and Coldfusion

2006-04-02 Thread Jake McKee
Has anyone used the Windows XP Web Publishing Wizard and ColdFusion together? If so, any pointers/reference material for how to get started? Thanks! Jake ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236799 Archiv

RE: IsValid() is good?

2006-04-02 Thread Snake
Ok I have 1.2 installed, how do I edit the tag ? -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 02 April 2006 20:50 To: CF-Talk Subject: Re: IsValid() is good? Edit tag has been added.. you can add tags/functions from the dictionary view autocomplete tags is there,

Re: IsValid() is good?

2006-04-02 Thread Raymond Camden
Snake, I'd say so. Even cooler - if you are too lazy to install the SVS plugins, Eclipse has it's own "lite" versioning of files. Very cool to have something like that builtin. On 4/2/06, Snake <[EMAIL PROTECTED]> wrote: > I think that's enuf to make me install it again for another look :-) > > Th

RE: IsValid() is good?

2006-04-02 Thread Snake
I think that's enuf to make me install it again for another look :-) The source control is better in eclipse as well isn't it ? -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 02 April 2006 20:50 To: CF-Talk Subject: Re: IsValid() is good? Edit tag has been added.. y

Re: IsValid() is good?

2006-04-02 Thread Mark Drew
Edit tag has been added.. you can add tags/functions from the dictionary view autocomplete tags is there, working on functions (does homesite complete functions??) dont thing the 2 pane split code view will be there anytime soon. RDS has been added and CFC explorer is there. Does that help?

RE: IsValid() is good?

2006-04-02 Thread Snake
Well if/when CFEclipse has the features I use most in homesite and don't really want to live without, then I'll consider switching. But the last time I tried it, I still preferred homesite. These are. Right click insert tag/expression. Right click edit tag properties. Auto complete tags/functions

RE: Anything inherently wrong with this query?

2006-04-02 Thread Rick Faircloth
Some good thoughts, Isaac. I haven't built any blogging or forums tools so everything so far has required referential integrity. But when I do get around to some blogging tools, which I plan to, I'll definitely keep your perspective in mindgood stuff to know. Rick -Original Message-

Re: IsValid() is good?

2006-04-02 Thread Mark Drew
Thats the problem with still being on homesite ;) MD On 2 Apr 2006, at 15:08, Snake wrote: > Well there is a new function I didn't notice. > In the CFMX7 homesite update, that function is not included in the > expression builder. > > russ > > -Original Message- > From: Will Tomlinson [ma

Re: ColdFusion Tech Talk (CF-Talk): Digest every 2 hours

2006-04-02 Thread Tim Lux
Small typo in the cfoutput section. it should be myVar, not myVal. On 4/2/06, Tim Lux <[EMAIL PROTECTED]> wrote: > Re: isValid(). > > I noticed a strange situtation with isValid. > > Try this and see if it works on your install: > > > > #isValid("integer",myVal)# > > I get NO for the above CFOU

Re: ColdFusion Tech Talk (CF-Talk): Digest every 2 hours

2006-04-02 Thread Tim Lux
Re: isValid(). I noticed a strange situtation with isValid. Try this and see if it works on your install: #isValid("integer",myVal)# I get NO for the above CFOUTPUT. Tim ~| Message: http://www.houseoffusion.com/lists.cfm/l

RE: IsValid() is good?

2006-04-02 Thread Snake
Well there is a new function I didn't notice. In the CFMX7 homesite update, that function is not included in the expression builder. russ -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 02 April 2006 12:13 To: CF-Talk Subject: IsValid() is good? I was just think

Re: asynchronous messages

2006-04-02 Thread Paul Hastings
Bud wrote: > Is there an equivalent of this application somewhere else, or > something CF that I'm not aware of? the socket gateway in cf7? or depending on how complex or how asynch this thing needs to be you might try java.net.Socket class via cf. i'll send you a simple example off-list.

Re: IsValid() is good?

2006-04-02 Thread Will Tomlinson
I'm using it like this... Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236787 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 U

IsValid() is good?

2006-04-02 Thread Will Tomlinson
I was just thinking about using isvalid() to check my emails before cfmailing and such... and wanted to see if you guys are using it much. Does it work well? Any problems you've encountered? Thanks, Will ~| Message: http://www

asynchronous messages

2006-04-02 Thread Bud
Hi. I have a need to do an asynchronous session, which I'm not familiar with. It looks like I have to post raw messages, but it's not a form post and in fact, uses no protocol I guess. Just a raw socket connection. I've attempted to use cfx_rawsocket but that apparently places header informatio

RE: Java.net.connectexception

2006-04-02 Thread Andrew Stevens
That KB article might not relate to your problem... can you post the error stack trace? As for jvm.config, just remove what you added, if you can. -Original Message- From: Webdevotion [mailto:[EMAIL PROTECTED] Sent: Sunday, 2 April 2006 4:27 AM To: CF-Talk Subject: Java.net.connectexcept