Re: SOT: CSS problems

2005-05-17 Thread Jochem van Dieten
Cutter wrote: My site's pages call two separate style sheets. The first is a global style sheet defining elements common throughout the site. The second sheet is page specific, defining elements only found on that page. Since migrating the site to the test server it appears that the

Crystaltech session invalid error

2005-05-17 Thread James Holmes
On the CT forum some people have mentioned that their 6.1 servers are now showing session invalid errors, even though they are using a session timeout of 20 mins as per the J2EE and CF Admin settings. Is anyone here having that problem? I'm looking at hosting options now and I don't want to get

re: Crystaltech session invalid error

2005-05-17 Thread dave
you mean too tell me that you missed that whole ordeal on here? search the archives there is plenty of juice on that. A solution, go to host my site. ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 3:04 AM To:

RE: Crystaltech session invalid error

2005-05-17 Thread James Holmes
LOL I'm with hostmysite and the security there is nonexistent. JSP is enabled and they don't sandbox datasources at all, meaning anyone can read anyone else's code and alter their databases. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 May 2005 3:11 To:

RE: Crystaltech session invalid error

2005-05-17 Thread dave
WTFE dude, they are completely tight assed on security. JSP is enabled and they don't sandbox datasources at all, meaning anyone can read anyone else's code and alter their databases. thats a load of crap, I have to have them configure my sandbox all the time. So prove it, go alter one of

RE: Crystaltech session invalid error

2005-05-17 Thread dave
oh and wtf does having JSP enabled have to do with having no security? I'll sit here and patiently wait for my code to be read and my databases altered. ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 3:32 AM To:

RE: Crystaltech session invalid error

2005-05-17 Thread James Holmes
Actually I've been working with another person to do just that. I'm not on the same server as you, since I'm using their linux offering (i.e. the Smarterlinux servers) but I can assure you I could do exactly what I say with the current settings on my account. -Original Message- From: dave

RE: Crystaltech session invalid error

2005-05-17 Thread James Holmes
JSP runs outside of the CF security sandboxing model and allows full acces to the server. I am able to traverse the entire server using a single JSP file. MM writes about this here: http://www.macromedia.com/devnet/security/security_zone/mpsb02-04.html and here

Re: Crystaltech session invalid error

2005-05-17 Thread Andy Allan
JSP is enabled by default on CFMX and the CF Sandbox cannot restrict access to JSP functionality, hence on shared hosting it's a potential security risk, i.e. disable it. Andy On 5/17/05, dave [EMAIL PROTECTED] wrote: oh and wtf does having JSP enabled have to do with having no security?

RE: Crystaltech session invalid error

2005-05-17 Thread dave
All mine are on smarter linux as well. Alter my code, you say anyone can, so do it, because if it is true I sure as hell wanna get them to fix it. And if you can do it with jsp then lets see it, I ain't doubting you but I wanna see proof so I can get it fixed if it is the case. ~Dave the

Re: Crystaltech session invalid error

2005-05-17 Thread dave
what if they are running jsp? ~Dave the disruptor~ From: Andy Allan [EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 4:00 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Crystaltech session invalid error JSP is enabled by default on CFMX and the CF

help with Select dropdown list

2005-05-17 Thread Tim Laureska
I'm trying to create a set of dropdowns for ppl to modify existing categories they have associated with their membership, using a select box arrangement that looks like (code shown also): http://209.200.116.223/membership/member_area/category_testing3.cfm The problem is that only the 3rd table

RE: Crystaltech session invalid error

2005-05-17 Thread James Holmes
I've checked and we are on different servers (I did an nslookup to confirm and we have different IPs and your account isn't in the list of vservers on my server). Darnit. However, I'll ask the other person involved (who is on my server) if they mind if I grab something harmless from their site

RE: Crystaltech session invalid error

2005-05-17 Thread dave
hum, I just ran a jsp page on mine and it wont run http://www.jamwerx.com/1.jsp. If you really think you are on to something I will let u in mine. ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 4:17 AM To: CF-Talk

RE: Crystaltech session invalid error

2005-05-17 Thread James Holmes
I'm responding privately with more info... :-) -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 May 2005 4:23 To: CF-Talk Subject: RE: Crystaltech session invalid error hum, I just ran a jsp page on mine and it wont run http://www.jamwerx.com/1.jsp. If you

RE: Crystaltech session invalid error

2005-05-17 Thread Adrian Lynch
Try String instead of string... Ade -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 09:23 To: CF-Talk Subject: RE: Crystaltech session invalid error hum, I just ran a jsp page on mine and it wont run http://www.jamwerx.com/1.jsp. If you really think you are

Re: dw popup ?

2005-05-17 Thread Jared Rypka-Hauer - CMG, LLC
Easy one, Dave, On the Mac, go to the Apple menu. Choose the second-to-last option Shut Down Computer... Follow the prompts to the affirmative and you should be fine. In Windows, go to the Start Menu and choose the option Shut Down Computer and, again, follow the prompts to the affirmative...

Re: help with Select dropdown list

2005-05-17 Thread Adam Haskell
I am not positive about exactly what you are trying to do, b/c bluntly your code is so messed up, but your cfoutput tags seems to be in the completely wrong places...also you are not closing your select tag and your 3rd cfoutput is simply looping the query and putitng extranious /td/tr tags.

RE: help with Select dropdown list

2005-05-17 Thread Tim Laureska
The missing closing select tags and what you're referring to as extranious /td/tr tags, how is the code so messed up? -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 7:32 AM To: CF-Talk Subject: Re: help with Select dropdown list I am not

RE: help with Select dropdown list

2005-05-17 Thread Tim Laureska
Correction - Putting aside the missing closing select tags and what you're referring to as extraneous /td/tr tags, how is the code so messed up? -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 7:32 AM To: CF-Talk Subject: Re: help with Select

RE: help with Select dropdown list

2005-05-17 Thread Tim Laureska
Well for being so messed up, I guess I got lucky... got it to work fine.. just needed to change a couple values in the db (plus correct the closing Select Tag, although that didn't have any real affect)... -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

RE: CSS Question

2005-05-17 Thread John Stanley
Massimo, thanks alot. that works great. -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:12 AM To: CF-Talk Subject: Re: CSS Question Does anyone know the style command to half-space characters in a word, so that the they

Grouped Multicolum cfoutput

2005-05-17 Thread info
Hi, Can anyone help me, I am using grouped cfoutputs to display category and product information,which i can do no problem in one column. I have also somewhere else in the site used 3 column output using the cfif tag. How do I comine the two, i.e I want; Column 1Column 2

included cfif error

2005-05-17 Thread Daniel Kessler
I have two includes, where one contains the beginning of a cfif and the other contains the end of the cfif, with the content in the middle: cfinclude template=../template_blocks/content_block_1.cfm !--- content --- !--- end content --- cfinclude

RE: included cfif error

2005-05-17 Thread Robertson-Ravo, Neil (RX)
I don't believe this can be done, not like this anyway. CF is looking for the closing if in the first include. -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 13:50 To: CF-Talk Subject: included cfif error I have two includes, where one contains

RE: included cfif error

2005-05-17 Thread Mark A Kruger
You haven't done this before. This won't work on any version of CF as far as I know. Both the cfifs AND the Cfoutputs are broken into separate files. But don' t you think this is rather unwieldy? I'd hate to be troubleshooting code where a logic block starts in 1 file and ends someplace else.

Re: included cfif error

2005-05-17 Thread Joe Rinehart
Hi Dan, CF won't let you split the Cfif tags across the includes: to my understanding, each needs to be syntactically on its own. Even if it did allow it, it'd be awfully hard to debug! -Joe On 5/17/05, Daniel Kessler [EMAIL PROTECTED] wrote: I have two includes, where one contains the

RE: Grouped Multicolum cfoutput

2005-05-17 Thread Katz, Dov B \(IT\)
Would something like this work? table tr cfoutput query=myQuery group=columnid td valign=top h3#columnName#/h3 cfoutput group=categoryId b#categoryname#/b ul Cfoutput group=productID

RE: Grouped Multicolum cfoutput

2005-05-17 Thread Mark Stephenson
I went with; table width=525 cellpadding=0 cellspacing=0 cfoutput query=getsrc group=CAT_ID cfif Getsrc.CAT_ID mod 3 eq 1 tr /cfif td width=175 valign=top class=SiteStylestronga href=###CAT_DESC#/a/strongBr

Verity and Security

2005-05-17 Thread Ian Vaughan
Hi I am using Verity to search a documents database, in which one of the fields is called 'Security'. This holds the group/security information for the document. At present Verity is returning all matched results in the database. How can I configure the search results so that it will only

RE: Php MySQL Wiki?

2005-05-17 Thread Damien McKenna
Do you want something extremely powerful, or do you want something a bit simpler. Some good ones include: * MediaWiki, which is used to run the huge Wikipedia site but might be too much for your needs. * Wikka Wakka Wiki (http://wikka.jsnx.com/) is fairly simple, has user permissions and can

RE: Grouped Multicolum cfoutput

2005-05-17 Thread Taavon, James
You may also find something at www.webtricks.com for multi-column output. -Original Message- From: Mark Stephenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 9:08 AM To: CF-Talk Subject: RE: Grouped Multicolum cfoutput I went with; table width=525 cellpadding=0

CFHTTP and forms

2005-05-17 Thread Wayne Putterill
I'm trying to pull information from a legacy system using cfhttp, but I have run into a problem with one page which is called using forms on another page. The structure of the forms are like this: FORM NAME=1234 METHOD=POST ACTION=product.php INPUT TYPE=IMAGE SRC=images/product.jpg NAME=1234

Re: Verity and Security

2005-05-17 Thread Deanna Schneider
I think you'll have to with query of query - unless you can use verity's language to filter - something like AND Group A - but if you had a document that contained Group A but belonged to group b, you'd be screwed - so back to QofQ. - Original Message - From: Ian Vaughan [EMAIL

RE: Verity and Security

2005-05-17 Thread Ian Vaughan
When retrieving information on another page using SQL this works fine, see below. I just need to get this security working with my verity search results cfquery name=UserGroups datasource=8 SELECT * FROM usergroupmembership, groups WHERE UserID = #Session.ID# AND usergroupmembership.groupid

Re: included cfif error

2005-05-17 Thread daniel kessler
ok, folk, I'm interested in learning how to redo this. I have a login and I'm checking to see if the cookie is there. If not, it gives a message and if there it shows the content. What's a better way to design this? do I have to have the same code and touch up the same code on hundreds of

RE: Verity and Security

2005-05-17 Thread James Holmes
There's a format to query the custom fields directly, using CONTAINS http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/indexs22.htm -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 May 2005 9:44 To: CF-Talk Subject: Re: Verity and Security I

Re: Php MySQL Wiki?

2005-05-17 Thread Jim McAtee
Thanks, Damien. I just need something simple. Needs to support the standard group editing thing, plus the ability to upload images such as screen shots as well as attachments like spreadsheets, pdfs and other files. Did a bit more research yesterday. coWiki: In development, but looks really

Re: included cfif error

2005-05-17 Thread Joe Rinehart
Hey Dan, You could probably do it all with three includes: LoginBox.cfm contains: div class=margin_8 orange_link cfoutput img src=#request.imagesdomain#spacer.gif border=0 height=5 width=0br cfif isDefined('cookie.empower_login') !--- Content Include

Re: Using .NET to pass struct to CF webservice

2005-05-17 Thread Ernie Pena
Andrew, I had the same question about a month ago and I was given a ton of help, but most of which I couldn't use. I eventually with some digging and a little help from my local cfug I was able to pass a complex datatype to a ..NET web service and get a return. Here is what I did: First

Re: Php MySQL Wiki?

2005-05-17 Thread Jim Campbell
If I can jump in - I've deployed a couple of instances of MediaWiki as internal programming team tools, and I don't think it's that overbearing as a small solution. One instance is running on a 900 Mhz P3 repurposed desktop, and it's great. If you put it on a reasonably powerful box and

RE: included cfif error

2005-05-17 Thread Hugo Ahlenius
It could also be a case for a custom tag, display the tag body if ok, if not display the message (in the tag). /H. -- Hugo Ahlenius - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Project OfficerPhone:

RE: cfcontent vs cflocation

2005-05-17 Thread Burns, John D
Yeah, I think that's what he's getting at. I don't think he's thinking as much about hiding the source of the image as much as he's talking about processing some info before displaying the image. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

why use coldfusion 7?

2005-05-17 Thread Mike Hanson
I have a meeting with my boss on Friday to try and persuade him to go from cf5 to cf7. He wants to go for cf6 as it is a 'stable' release. This will mean alot of extra work for the developers (who would obviously go for cf7). We have looked at cf7 over the past few weeks and found it to be very

Re: nuts bolts query ?

2005-05-17 Thread Jeff Langevin
Oops, I left for the day. Yes, you are correct. --Jeff On 5/16/2005 5:30 PM, Tim Laureska wrote: I checked that out it said in the nested loop/inner join popup window: For each row in the top (outer) input, scan the bottom (inner)input, and output the matching rows. Just so I understand

Re: why use coldfusion 7?

2005-05-17 Thread Andy Allan
One thing to remember about CF7 is that at it's core is CFMX6.1 + Updater 1 Therefore if you're boss wants to go to 6.1 purely cause it's stable then you have absolutely no reason not to go to 7. Andy On 5/17/05, Mike Hanson [EMAIL PROTECTED] wrote: I have a meeting with my boss on Friday to

RE: Verity and Security

2005-05-17 Thread Ian Vaughan
James Just tried the following code below and added the (and CUSTOM2 CONTAINS #PreserveSingleQuotes(session.groupname)#, however the search returns no results ?? Can anybody see what could be causing this? CFSEARCH name = GetResults collection = idocs type = simple criteria =

RE: why use coldfusion 7?

2005-05-17 Thread Damien McKenna
-Original Message- From: Mike Hanson [mailto:[EMAIL PROTECTED] Does anyone have a list of features that explain why 7 is better than 6 that I can use? http://www.macromedia.com/support/documentation/en/coldfusion/mx7/releas enotes.html -- Damien McKenna - Web Developer - [EMAIL

Re: JRun closed connection Error on CFMX

2005-05-17 Thread Joe Eugene
Turn on full logging via JRun and check the logs. Usually the threads are maxed out. Try increasing the no of active threads and check database performance. - Original Message - From: Daniel Kang [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, May 16, 2005 10:03 PM

Re: why use coldfusion 7?

2005-05-17 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Allan wrote: One thing to remember about CF7 is that at it's core is CFMX6.1 + Updater 1 Therefore if you're boss wants to go to 6.1 purely cause it's stable then you have absolutely no reason not to go to 7. The same argument can be made

Re: JRun closed connection Error on CFMX

2005-05-17 Thread Ron Gowen
you may want to try looking at these: http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69threadid=806965 I made these changes on the 2nd of may. still to early to say if this has solved

RE: why use coldfusion 7?

2005-05-17 Thread Hugo Ahlenius
On argument pro-7 that for your boss -- it should be better support by the community and possibly MM as well, at least it will be supported longer than 6.1 with updaters, technotes, hotfixes etc (don't know what the exact dates are) -- Hugo Ahlenius

RE: why use coldfusion 7?

2005-05-17 Thread Hugo Ahlenius
An argument pro-7 that for your boss -- it should be better support by the community and possibly MM as well, at least it will be supported longer than 6.1 with updaters, technotes, hotfixes etc (don't know what the exact dates are) -- Hugo Ahlenius

RE: why use coldfusion 7?

2005-05-17 Thread James Holmes
Apart form the issue of support - MM supports two versions back and therefore buying CF 6 gets you a product with a shorter support lifetime. -Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 May 2005 10:58 To: CF-Talk Subject: Re: why use coldfusion 7?

RE: why use coldfusion 7?

2005-05-17 Thread Burns, John D
If you're going to spend the money, to upgrade that argument doesn't make a whole lot of sense. If 6.1 and 7 have the same stability, why not get the newer one that has additional features to allow you more capabilities. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories,

RE: why use coldfusion 7?

2005-05-17 Thread Jim Davis
-Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:41 AM To: CF-Talk Subject: Re: why use coldfusion 7? One thing to remember about CF7 is that at it's core is CFMX6.1 + Updater 1 Therefore if you're boss wants to go to 6.1 purely cause

Re: why use coldfusion 7?

2005-05-17 Thread Calvin Ward
I recently participated in the conversion of around 100 sites/applications to CFMX 7 from CF 5. It was a fairly painless process and it was definitely worth skipping CFMX 6.1 I've worked with CF since 3, and worked with each version very close to release, including 6.0, and I would definitely

default IIS SMTP Mail server good enough?

2005-05-17 Thread Protoculture
We are currently sending out large batches of emails using the default iis smtp server. We are finding that many users are not getting emails and the queue folder has many items in it. They seem to be getting sent ( as the queue folder gets smaller )...but the problem remains that there are

RE: CFHTTP and forms

2005-05-17 Thread Mosh Teitelbaum
Wayne: I can't say that this is the problem, but your CFHTTP code is not passing any values from the Image form field. Image form elements act as pseudo Submit buttons except that, instead of just passing back a single value (the value of the Submit button), they pass back the (x,y) coordinates

Re: CFHTTP and forms

2005-05-17 Thread Wayne Putterill
Thanks, I'll give it a try. On 5/17/05, Mosh Teitelbaum [EMAIL PROTECTED] wrote: Wayne: I can't say that this is the problem, but your CFHTTP code is not passing any values from the Image form field. Image form elements act as pseudo Submit buttons except that, instead of just passing back

Crystaltech session invalid error

2005-05-17 Thread Mary Jo Sminkey
On the CT forum some people have mentioned that their 6.1 servers are now showing session invalid errors, even though they are using a session timeout of 20 mins as per the J2EE and CF Admin settings. Is anyone here having that problem? I'm looking at hosting options now and I don't want to get

Database error

2005-05-17 Thread Rajani Chandra
I'm getting this error, whenever I'm trying to update the database, I'm using CFMX 7, this is my query UPDATE Person SET Person.DatExp = 1231 , Person.DependentSeq = 0 , Person.lstno = 20050427 , Person.LstUser = 'blopez5955' , Person.MarSta = 'M' WHERE Person.Objectno = 2005

Re: Database error

2005-05-17 Thread Tony Weeg
what datatype is the column? tony On 5/17/05, Rajani Chandra [EMAIL PROTECTED] wrote: I'm getting this error, whenever I'm trying to update the database, I'm using CFMX 7, this is my query UPDATE Person SET Person.DatExp = 1231 , Person.DependentSeq = 0 , Person.lstno = 20050427 ,

Re: Database error

2005-05-17 Thread Rajani Chandra
it is varchar, that's why I put it in single quotes. - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 17, 2005 11:21 AM Subject: Re: Database error what datatype is the column? tony On 5/17/05, Rajani Chandra [EMAIL

Re: simple CFXML issue

2005-05-17 Thread jonese
i thought the cfxml tag was supposed to already do that? I have another function which is building another xml file and it uses the cfxml tag and does not have the ?xml version=1.0 encoding=utf-8? in the code BUT it generates good XML which includes the ?xml version=1.0 encoding=utf-8? header

Re: Database error

2005-05-17 Thread Nick de Voil
I'm getting this error, whenever I'm trying to update the database, I'm using CFMX 7, this is my query UPDATE Person SET Person.DatExp = 1231 , Person.DependentSeq = 0 , Person.lstno = 20050427 , Person.LstUser = 'blopez5955' , Person.MarSta = 'M' WHERE Person.Objectno = 2005 Are you using

Re: Database error

2005-05-17 Thread Rajani Chandra
No, I'm just using single quote, this is my code. cfif IsNumeric(#qry_getSpcListInfo.ItmValue#) cfset valueliststr = #qry_getSpcListInfo.ItmValue# cfelse cfset valueliststr = '#qry_getSpcListInfo.ItmValue#' /cfif I'm passing that variable in query. Thanks. - Original Message

Re: Verity and Security

2005-05-17 Thread Raymond Camden
You don't need the preservesinglequotes for sure. This isn't a SQL call. Also, the HTMLEditFormat is wrong. It will break CONTAINS to be lt;CONTAINSgt; As a side note, maxRows = #Evaluate(Form.MaxRows + Form.StartRow)# should be maxRows=#form.maxrows+form.startrow# On 5/17/05, Ian Vaughan

RE: Database error

2005-05-17 Thread Paul Vernon
This should fix it cfif IsNumeric(qry_getSpcListInfo.ItmValue) cfset valueliststr = qry_getSpcListInfo.ItmValue cfelse cfset valueliststr = '#qry_getSpcListInfo.ItmValue#' /cfif Paul ~| Find out how CFTicket

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Rebecca Wells
I don't think that's possible. I have built pages that have the multiple select option. What you have to do is submit the selected items from the list1 to the action page (using an Add or -- button), which inserts eacho of the selected items to a db table, then return to the display page with

Re: why use coldfusion 7?

2005-05-17 Thread David Critchley
CF7 also has a nice little utility in CF admin, where you can analyze your code for errors and deprecated tags/properties. We are in the process of upgrading from CF5 to CF7 ourselves. I used this utility to analyze our code prior to moving it to our CF7 server. It worked like a charm. Dave

RE: why use coldfusion 7?

2005-05-17 Thread Kevin Aebig
It was in 6 too. =] We're remaining on 6.x for another couple months, but when we tried out CF7 we saw immediate results in certain aspects of performance and CPU usage during some *very* heavy loads. I'm definately looking forward to upgrading and recommend you skip 6. Sincerely, Kevin

coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-17 Thread wolf2k5
Hi, I am running ColdFusion MX 7 for J2EE on Tomcat 5.0.28 on Red Hat Enterprise Linux 3 with Sun JVM 1.4.2_08. When I issue the shutdown command to Tomcat, it won't stop and I have to use manually kill the process. The same Tomcat installation stops just fine when running ColdFusion MX 6.1 for

Re: Database error

2005-05-17 Thread Rajani Chandra
I tried it, still it is giving same error. This is my code cfif isFirst eq true cfset fieldliststr = #qry_getSpcListInfo.ItemName# cfif IsNumeric(#qry_getSpcListInfo.ItmValue#) cfset valueliststr = #qry_getSpcListInfo.ItmValue# cfelse cfset

Re: Database error

2005-05-17 Thread Jochem van Dieten
Rajani Chandra wrote: No, I'm just using single quote, this is my code. cfif IsNumeric(#qry_getSpcListInfo.ItmValue#) cfset valueliststr = #qry_getSpcListInfo.ItmValue# cfelse cfset valueliststr = '#qry_getSpcListInfo.ItmValue#' /cfif Use cfqueryparam. Jochem

Re: coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-17 Thread Sean Corfield
On 5/17/05, wolf2k5 [EMAIL PROTECTED] wrote: I am running ColdFusion MX 7 for J2EE on Tomcat 5.0.28 on Red Hat Enterprise Linux 3 with Sun JVM 1.4.2_08. When I issue the shutdown command to Tomcat, it won't stop and I have to use manually kill the process. The same Tomcat installation

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Adam Haskell
I'll search for my page that does that but the gist of it is move the items over then select all items onSubmit. The key to getting this to work is make sure the second select box has the ability to select multiple items. Adam H On 5/17/05, Rebecca Wells [EMAIL PROTECTED] wrote: I don't think

Re: Database error

2005-05-17 Thread Rajani Chandra
Yesterday i try cfqueryparam for simple query it works, but I'm not getting how to use cfqueryparam for my code because I'm storing all the fieldnames and values in one single variable (SETLISTSTR) and directly passing that variable to query. cfset setliststr = #setliststr# ,

Re: Database error

2005-05-17 Thread Jochem van Dieten
Rajani Chandra wrote: Yesterday i try cfqueryparam for simple query it works, but I'm not getting how to use cfqueryparam for my code because I'm storing all the fieldnames and values in one single variable (SETLISTSTR) and directly passing that variable to query. cfset setliststr =

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: Database error

2005-05-17 Thread Sergey Croitor
hi, Localize the error. Copy this final query into SQL Query Analyzer or SQL Enterprise Manager and check if it works there. Does it work there? RC Variable Query is displayling like this in browser: RC UPDATE Person SET Person.DatExp = 1231 , Person.DependentSeq = 0 , RC Person.LstDate =

Re: Database error

2005-05-17 Thread Rajani Chandra
it works in SQL Query Analyzer. - Original Message - From: Sergey Croitor [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 17, 2005 12:50 PM Subject: Re: Database error hi, Localize the error. Copy this final query into SQL Query Analyzer or SQL Enterprise

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Adam Haskell
if vThemes is a hidden input then it should be vThemes.value 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 selections: select name=lbxSelectedTheme multiple size=5 But because

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Adam Haskell
Nevermind I missed the last line...vThemese is just a variable :) heh... On 5/17/05, Adam Haskell [EMAIL PROTECTED] wrote: if vThemes is a hidden input then it should be vThemes.value Adam H On 5/17/05, Paul Henderson [EMAIL PROTECTED] wrote: Thanks Adam and Rebecca for the response,

RE: Database error

2005-05-17 Thread Dave Watts
Yesterday i try cfqueryparam for simple query it works, but I'm not getting how to use cfqueryparam for my code because I'm storing all the fieldnames and values in one single variable (SETLISTSTR) and directly passing that variable to query. cfset setliststr = #setliststr# ,

RE: why use coldfusion 7?

2005-05-17 Thread Connie DeCinko
I'd disagree arguing that it will cost you more in the long wrong to upgrade and test/debug twice. You'll get more mileage out of going straight to CFMX7. And just because you don't NEED the new features today, does not mean you will need or find a use for them tomorrow. You may even find a way

RE: why use coldfusion 7?

2005-05-17 Thread Connie DeCinko
I wonder, can you even buy version 6? Does anyone still sell it? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 8:08 AM To: CF-Talk Subject: RE: why use coldfusion 7? Apart form the issue of support - MM supports two versions back and

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Adam Haskell
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: Database error

2005-05-17 Thread Rajani Chandra
Thanks, I'm trying to change the code using nested queries. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 17, 2005 12:39 PM Subject: Re: Database error Rajani Chandra wrote: Yesterday i try cfqueryparam for

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
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 or not. -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 2:13 PM To: CF-Talk Subject: Re: Javascript / Listbox Form

RE: why use coldfusion 7?

2005-05-17 Thread Matt Osbun
http://www.macromedia.com/software/coldfusion/productinfo/faq/#item-2-12 Matt Osbun Web Developer Health Systems, International -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 1:11 PM To: CF-Talk Subject: RE: why use coldfusion 7? I

RE: why use coldfusion 7?

2005-05-17 Thread Burns, John D
I'm not sure about buying, but I know when it comes to downloading, you can still get it from MM. I'd assume they'll sell you old licenses as long as it's supported to cover instances where someone is adding an additional server to run code for an app written in an older version that they just

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Greg Morphis
try running it in Firefox and then check the Java Console, you'll see errors if it generated any. 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 or not.

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Adam Haskell
Put an Alert inside the for loop and alert vTheme. Also use Mozilla's script debugger :) I'd also do it like this: // Get selected themes var vThemes = []; //note vThemes is now an array for (i=1; i document.frmImageAdm.lbxSelectedTheme.length; i++) {

Re: Database error

2005-05-17 Thread Sergey Croitor
RC Thanks, I'm trying to change the code using nested queries. try PreserveSingleQuotes at first as Jochem advised you: cfquery name=qry_update datasource=EWNDAT UPDATE #qry_getSpcListInfo.PrimEntity# SET #PreserveSingleQuotes(setliststr)# WHERE #whereclause# /cfquery -- Sergey

Re: Javascript / Listbox Form Problem

2005-05-17 Thread Byron
Hi, qForms has a very nice way to handle related select boxes called Containers. It's 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

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
Thanks for the code Adam, it works! I should be fine now, Thanks again. -Paul -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 2:40 PM To: CF-Talk Subject: Re: Javascript / Listbox Form Problem Put an Alert inside the for loop and alert

Re: Database error

2005-05-17 Thread Rajani Chandra
Thanks, PreserveSingleQuotes() is working. - Original Message - From: Sergey Croitor [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 17, 2005 1:44 PM Subject: Re: Database error RC Thanks, I'm trying to change the code using nested queries. try

RE: Javascript / Listbox Form Problem

2005-05-17 Thread Paul Henderson
Thanks for the info Byron, I'll look into it. -Original Message- From: Byron [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 2:51 PM To: CF-Talk Subject: Re: Javascript / Listbox Form Problem Hi, qForms has a very nice way to handle related select boxes called Containers. It's

Re: why use coldfusion 7?

2005-05-17 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Connie DeCinko wrote: I'd disagree arguing that it will cost you more in the long wrong to upgrade and test/debug twice. This isn't like going from CF5 to CF6 where there was a complete rewrite: the core of CF7 is just plain old CF6.1 + patches.

  1   2   >