RE: jump menu

2005-04-04 Thread Micha Schopman
select name= id= onchange=document.location.href=this.valuevalue=http://www.domain.co ma domain/value/select This is stuff everyone could have found with 5 sec. of Google. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK

RE: jump menu

2005-04-04 Thread James Holmes
Or a few clicks in DreamWeaver ;-) -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Monday, 4 April 2005 2:37 To: CF-Talk Subject: RE: jump menu select name= id= onchange=document.location.href=this.valuevalue=http://www.domain.co ma domain/value/select This is

Page time out problem

2005-04-04 Thread simmyana a
Hi, We are using a bulk mailing service, which takes about 5-6 hours to complete. At that time the page will display page cannot be found because of the browser time out. is there a way to display spooled messages(email id) at a regular time interval so that I can avoid time out? Thanks

RE: Page time out problem

2005-04-04 Thread Connie DeCinko
What about doing them in groups and pushing a status to the screen with CFFlush? -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: Sunday, April 03, 2005 11:46 PM To: CF-Talk Subject: Page time out problem Hi, We are using a bulk mailing service, which takes about

Re: Graphic Manipulation in Coldfusion question.

2005-04-04 Thread Massimo Foti
This offers less features compared to Alagad, but it may worth a check since it's free: http://www.olimpo.ch/tmt/cfc/tmt_img Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/

RE: jump menu

2005-04-04 Thread dave
It was googled and an acceptable solution wasn't found so it was asked, sorry to pin your panties to your forehead... From: Micha Schopman [EMAIL PROTECTED] Sent: Monday, April 04, 2005 2:41 AM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: jump menu

RE: jump menu

2005-04-04 Thread dave
dw doesn't give it up dynamically,a menu yes a jump menu no, neither does any of the available extensions, especially not from a cfc and the ones I did get to work seemed to choke for some damn reason when you tried to style them as some of us like to do ;)

Re: ColdFusion MX 7 slow?

2005-04-04 Thread Thomas Chiverton
On Friday 01 Apr 2005 18:46 pm, Dave Watts wrote: generally works well, it is directly supported by the OS vendor, it is scriptable, it includes several application server technologies, and so on. Sounds like Apache... :-) -- Tom Chiverton Advanced ColdFusion Programmer

RE: Web Based Mail Merge? (not email!)

2005-04-04 Thread Eric Dawson
a potential command line option - triggered by CF, but only watched not executed. [EMAIL PROTECTED] [ 9:39:34 AM ] Const ForReading = 1 Const ForWriting = 2 Set objFSO = CreateObject(Scripting.FileSystemObject) Set objFile = objFSO.OpenTextFile(C:\Scripts\Text.txt, ForReading) strText =

CFMX7 clustering and load balance

2005-04-04 Thread Sana Ullah
Hi CFMX7 WITH JRUN4 -- MULTISERVER INSTALLATION I am having a problem in configuration of clustering... the following steps I done cfusion2 + cfusion3 + remote instance (cfusion4 + cfusion5) Added into cfmx-cluster by using Jrun Admin interface. Reconfigured the IIS6 connector as

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dave Watts
generally works well, it is directly supported by the OS vendor, it is scriptable, it includes several application server technologies, and so on. Sounds like Apache... :-) Apache has a scripting API? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software

What are optimal GC/JVM settings?

2005-04-04 Thread Katz, Dov B \(IT\)
I run cfmx 6.1 on a dual 1ghz proc machine with 1g of RAM. What are the best settings for garbage collection and other JVM params. Here's what I have now: -server -Dsun.io.useCanonCaches=false -Xbootclasspath/a:{application.home}/../lib/webchartsJava2D.jar -XX:MaxPermSize=128m

RE: Dreaded cfform.js Error

2005-04-04 Thread Calvin Ward
Actually, I'm pretty sure that cfform.js is used by the html forms for JavaScript validation. In CF 5, the JavaScript was embedded in the header, in CFMX 6.1+, the JS is linked to from the header, and that default path is /cfide/scripts/cfform.js (note: wddx JavaScript functions are handled the

RE: What are optimal GC/JVM settings?

2005-04-04 Thread Robertson-Ravo, Neil (RX)
They all depend on your application and its memory consumptionHave you ran something like VisualGC to get how much application your system uses? I would probably tweak yours to be: java.args=-server -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xms768m -Xmx768m

RE: What are optimal GC/JVM settings?

2005-04-04 Thread Jeff Garza
There are some fairly detailed instructions on performance tuning the JVM for CFMX on Sarge's blog. http://www.sargeway.com/sarge/index.cfm?mode=entryentry=27 HTH, Jeff Garza -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 4:24 AM

RE: ColdFusion MX 7 slow?

2005-04-04 Thread James Holmes
Web applications are written in high-level languages such as Java, Perl, C# and so on and Apache has several modules that integrate them with the server. In many cases the modules expose the Apache API so entire Apache modules can be written in those languages. (From

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dave Watts
Web applications are written in high-level languages such as Java, Perl, C# and so on and Apache has several modules that integrate them with the server. In many cases the modules expose the Apache API so entire Apache modules can be written in those languages. That's not what I meant at

RE: ColdFusion MX 7 slow?

2005-04-04 Thread James Holmes
Ah, I see. It would be straightforward enough to do all of that in any given language by writing to the Apache conf files. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, 4 April 2005 8:56 To: CF-Talk Subject: RE: ColdFusion MX 7 slow? Web applications are

Re: What are optimal GC/JVM settings?

2005-04-04 Thread Douglas Knudsen
http://www.robisen.com/ robis sen has some good info too. Also be sure to check out Pete Frietag's blog http://www.petefreitag.com/ D On Apr 4, 2005 7:53 AM, Jeff Garza [EMAIL PROTECTED] wrote: There are some fairly detailed instructions on performance tuning the JVM for CFMX on Sarge's

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dave Watts
Ah, I see. It would be straightforward enough to do all of that in any given language by writing to the Apache conf files. Well, yeah, except that you'd also have to kick the server to have it reread the conf files. You can do that with IIS 6 too, if you want to - the metabase is just a big

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Burns, John D
Dave, Do you know of a good scripting API for creating sites and such in IIS? I'm trying to find a good reliable way of creating sites in IIS6 using CF. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Dave Watts

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Robertson-Ravo, Neil (RX)
Keyboard and mouse ;-) -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 14:34 To: CF-Talk Subject: RE: ColdFusion MX 7 slow? Dave, Do you know of a good scripting API for creating sites and such in IIS? I'm trying to find a good reliable way of

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dawson, Michael
I used some vbscript and the Windows Scripting Host to create virtual directories that web-enable our users' home directories. I'm not sure if you can do this with CF, but it's worth a try. Search for ADSI, IIS and some other related terms on Microsoft's dev site. Here is my code to create the

Re: CFMX7 clustering and load balance

2005-04-04 Thread Adrocknaphobia
Sana, I replied to your post on CF-DEV. Did you look into multicasting? -Adam On Apr 4, 2005 6:34 AM, Sana Ullah [EMAIL PROTECTED] wrote: Hi CFMX7 WITH JRUN4 -- MULTISERVER INSTALLATION I am having a problem in configuration of clustering... the following steps I done cfusion2 +

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dawson, Michael
Here is the code to *delete* virtuals, just in case: ' Note: This script must be run numerous times until ' all virtuals have been removed. IIS can't keep ' up with the quick delete operations. Set oIIS = GetObject (IIS://localhost/W3SVC/1) Set IISRoot =

RE: Web Based Mail Merge? (not email!)

2005-04-04 Thread Brad Roberts
It would be great if you could point to an online data source in Word. Tell Word that your CSV file is at http://mysite.com/data.csv. Everyone would have a copy of the Word file. Then just schedule CF to update your CSV. Maybe some VBScript or .NET? Anyone know if that's possible? -Brad

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Burns, John D
Michael, Thanks for the useful info. I will definitely check this out. If anyone else has resources for this type of functionality, specifically creating new sites and retrieving site info (by name if possible) that would be great. Thanks! John Burns Certified Advanced ColdFusion MX

RE: What are optimal GC/JVM settings?

2005-04-04 Thread Jacob
On my machines, with 2GB RAM and dual Xeons of various speeds, I have mine JVM setting as follows: MAX HEAP SIZE: 1024 MAX PERM SIZE: 512 These are the only two changes I had to make for my settings. -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: ColdFusion MX 7 slow?

2005-04-04 Thread Dave Watts
Do you know of a good scripting API for creating sites and such in IIS? I'm trying to find a good reliable way of creating sites in IIS6 using CF. When you install IIS, by default, you get a bunch of WSH scripts that will do most of what you want. Look in your \Inetpub\Adminscripts folder.

RE: What are optimal GC/JVM settings?

2005-04-04 Thread Jacob
Forgot one thing... Check your CF error logs. When you start to see Out of Memory errors, you need to increase it. -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 7:06 AM To: CF-Talk Subject: RE: What are optimal GC/JVM settings? On my machines,

CSV file and com.Ostermiller.util.ExcelCSVParser

2005-04-04 Thread Victor Moore
I am using com.Ostermiller.util.ExcelCSVParser with great succes to parse csv files. There is only one small problem that I can't figure out.If there are any empty columns in the file they are not picked up and as a result the parsing process is failing. The work around is to open the file in

RE: CSV file and com.Ostermiller.util.ExcelCSVParser

2005-04-04 Thread Kerry
this will probably be because CF ignores empty list elements. there might be some kind of a split function on cflib.org -Original Message- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 15:14 To: CF-Talk Subject: CSV file and com.Ostermiller.util.ExcelCSVParser I am

OT kind of (xml layout)

2005-04-04 Thread David Brown
I am creating an xml string to be used by XMLHTTP via javascript. the page that creates the xml string I am using cfoutput?xml version=1.0?rootelem/elemelem2/elem2..so on/root/cfoutput Being on one straight line it is very hard to read. But if I use cfsavecontent var=test ?xml version=1.0?

RE: OT kind of (xml layout)

2005-04-04 Thread Dave Watts
I am creating an xml string to be used by XMLHTTP via javascript. the page that creates the xml string I am using cfoutput?xml version=1.0?rootelem/elemelem2/elem2..so on/root/cfoutput Being on one straight line it is very hard to read. But if I use cfsavecontent var=test ?xml

recordsets return by stored procedures?

2005-04-04 Thread Johnny Le
Hi, Is there a way to find out how many recordsets return by a stored procedure? Or is there a way to merge all the recordsets in a stored procedure so that it would only return 1 recordset? I have a stored procedure that would return an unknown number of recordsets depending on how many

RE: Search engine question

2005-04-04 Thread Ken Ferguson
I've not found that the domain NAME really matters so much as long as it is usable and memorable to PEOPLE. What I have found is that it's very easy to get a page ranked very highly for a specific set of terms. That being the case, I did that for several different sites on the same terms with the

Verity Style Files

2005-04-04 Thread kpeterson
Does anyone know if it is possible to populate the CF custom fields with the properties fields (title, keywords, comments, etc) from Word documents automatically when Verity indexes by changing the Verity style files? I am able to populate the native fields for these properties in Verity by

ms-sql ( if statements )

2005-04-04 Thread Protoculture
I dont see why my if ..else statements are causing errors when performing a query against an ms-sql database CODE: if #form.what# = 1 select * from candidate where else

Re: recordsets return by stored procedures?

2005-04-04 Thread Adam Howitt
If they have the same set of column names you could do a union of the results creating a single recordset adding your own custom column to identify which set of results you are looking at: SELECT f_name, l_name, 'contact' as myGrouping FROM contacts UNION SELECT f_name, l_name, 'clients' as

RE: recordsets return by stored procedures?

2005-04-04 Thread Robertson-Ravo, Neil (RX)
And unknown amount..can't you just return empty sets if now records exist (unless you are using god awful dynamic SQL within the SP! ) -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 16:07 To: CF-Talk Subject: recordsets return by stored procedures? Hi,

RE: jump menu

2005-04-04 Thread Ewok
I must be missing something. A basic one would be rather simple. cfset locations = index.cfm,index1.cfm,index2.cfm / cfoutput select size=1 onChange=if (this.value != ''){document.location=this.value}; option- - - - - - - - - - - - - - - - - - - - - - /option cfloop list=#locations# index=I

RE: recordsets return by stored procedures?

2005-04-04 Thread A.Little
Assuming that each recordset you're returning has something that could uniquely identify it (eg a productID), I would probably return just 1 recordset, with all the data that you were returning via multiple recordsets combined - just add the ID number. Then when you're outputting or processing,

Re: recordsets return by stored procedures?

2005-04-04 Thread S . Isaac Dealey
Hi, Is there a way to find out how many recordsets return by a stored procedure? Or is there a way to merge all the recordsets in a stored procedure so that it would only return 1 recordset? I have a stored procedure that would return an unknown number of recordsets depending on how many

Re: OT kind of (xml layout)

2005-04-04 Thread David Brown
Thanks again Dave for the reply. You are correct I just wanted to know if there was a way. BTW on the webservice question that you answered yesterday. changing the name from com to cfcs did not fix the problem. I created a mapping to cfcs and I can still read the wsdl, but get an error when

Re: OT kind of (xml layout)

2005-04-04 Thread S . Isaac Dealey
You might try trimming the cfsavecontent variable -- a lot of xml parsers (stupidly) won't trim whitespace from the beginning of a file and produce an error if there's white space before the doctype. Dave's suggestion of using cfxml isn't a bad idea either -- though it may not be as efficient --

Re: ms-sql ( if statements )

2005-04-04 Thread Marlon Moyer
If you want to do this kind of dynamic query, I believe you need to be using the CASE WHEN THEN ELSE END format for ms-sql, but that will be a beast to create. If you want to do this with CF creating a dynamic query, you'd do something like this: cfquery cfif form.what = 1

Re: ms-sql ( if statements )

2005-04-04 Thread Adam Howitt
If you look at the SQL statement as it was parsed you can see that it isn't valid sql immediately. select * from candidate where else select * from advertiser where if 2 = 1 if 1 eq 1 first_name like '%mystring%' or last_name like '%mystring%' else company_name like '%mystring%' else if 2 =

Re: Dreaded cfform.js Error

2005-04-04 Thread Pete Ruckelshaus
Make sure you have the /cfide directory mapped as a virtual directory on your web server. On Apr 4, 2005 7:31 AM, Calvin Ward [EMAIL PROTECTED] wrote: Actually, I'm pretty sure that cfform.js is used by the html forms for JavaScript validation. In CF 5, the JavaScript was embedded in the

Re: What are optimal GC/JVM settings?

2005-04-04 Thread Pete Freitag
Douglas Knudsen wrote: http://www.robisen.com/ robis sen has some good info too. Also be sure to check out Pete Frietag's blog http://www.petefreitag.com/ You can try using the new tag feature I have added to my blog, and look under the jvm tag: http://www.petefreitag.com/tag/jvm I haven't

rookie: link table

2005-04-04 Thread Chris Kavanagh
Dear list, My task management app gets a list of tasks, like so: -- CFQUERY name=get_tasks datasource=taskomatic SELECT tasks.task_id, tasks.name AS taskname, tasks.deadline, tasks.project_id,

Conditional Select Boxes

2005-04-04 Thread bob
With the advent of the new and improved cfform- is there a better way to do relational select lists- ie if I select choice 2 from list 1, list 2 is now different... In the past I have done this with javascript. --Bob -- Need Web Hosting or Internet Services? Visit

Anything wrong with this statement?

2005-04-04 Thread Rick Faircloth
Is there anything wrong with this statement in an of itself? CFSET Photos=Photos+1 Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

RE: Anything wrong with this statement?

2005-04-04 Thread Bryan F. Hogan
Yes, photos should be var scoped and I like to place parins around my calcs. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 12:06 PM To: CF-Talk Subject: Anything wrong with this statement? Is there anything wrong with this statement in an

RE: Anything wrong with this statement?

2005-04-04 Thread Robertson-Ravo, Neil (RX)
No, not really...I would just variable type it.. Say cfset variables.photos = variables.photos + 1 You will have to ensure photos is numeric. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 17:06 To: CF-Talk Subject: Anything wrong with this

Re: Conditional Select Boxes

2005-04-04 Thread Aaron Rouse
I saw on a blog not too long ago that someone was working on a XSL file to integrate qForms which maybe could lead to an interesting approach to doing n-selects. If you are using the flash forms feature there are a few examples floating around on the net on how to do two selects related boxes, I

Re: Anything wrong with this statement?

2005-04-04 Thread Charlie Griefer
no. of course, curious as to why you ask... :) On Apr 4, 2005 12:05 PM, Rick Faircloth [EMAIL PROTECTED] wrote: Is there anything wrong with this statement in an of itself? CFSET Photos=Photos+1 Rick ~| Discover

Re: recordsets return by stored procedures?

2005-04-04 Thread Johnny Le
Hi, Here is my stored procedure: CREATE PROCEDURE dbo.sp_organizations @parent_id int AS DECLARE @Name varchar(500) DECLARE @Parent int DECLARE cur_Level CURSOR LOCAL FOR SELECT Organization_id AS ID, Organization_nm, Parent_organization_id FROM Organization WHERE Parent_organization_id =

Re: Anything wrong with this statement?

2005-04-04 Thread Charlie Griefer
yes, but what you like to do (placing parens around calculations) doesn't mean there's anything wrong with the original statement in and of itself... On Apr 4, 2005 12:07 PM, Bryan F. Hogan [EMAIL PROTECTED] wrote: Yes, photos should be var scoped and I like to place parins around my

RE: OT rookie: link table

2005-04-04 Thread Kerry
people.person_id hahahahahhahahhahhhaahaha.ah. sigh. sorry Chris, back to the topic. it only gets TASKS that belong to the PROJECT that the PERSON is cleared for Im not sure how you are defining cleared for, but it should just be a couple more Inner Joins? -Original

RE: Anything wrong with this statement?

2005-04-04 Thread Bryan F. Hogan
Your right, but they should be var scoped. I assumed people would realize when I said I like they would understand what I meant. I assumed wrong. :-) -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 12:12 PM To: CF-Talk Subject: Re:

efflare - CFX_gfont

2005-04-04 Thread Bailey, Neal
Hey guys, Anyone out there using the CFX_gfont extension by efflare.com with ColdFusion 7 on Window Server 2003? I been using this for the past year and it works great, but since I have upgraded to CF7 I cant seem to get it to create the font images anymore. Would any one have any ideas on this?

Re: Anything wrong with this statement?

2005-04-04 Thread Paul Hastings
Rick Faircloth wrote: Is there anything wrong with this statement in an of itself? CFSET Photos=Photos+1 wrong? it assumes a value for Photos already exists? ~| Discover CFTicket - The leading ColdFusion Help Desk and

Re: OT rookie: link table

2005-04-04 Thread Chris Kavanagh
people.person_id hahahahahhahahhahhhaahaha.ah. sigh. sorry Chris, back to the topic. :| uh? I love it when I'm funny but it's a bit disconcerting when I don't know why. it only gets TASKS that belong to the PROJECT that the PERSON is cleared for Im not sure how you are

Re: recordsets return by stored procedures?

2005-04-04 Thread Adam Howitt
You may want to check out Joe Celco's nested set model (no refs but google should find it) for a neat way to handle this type of hierarchical information storage. In the meantime you could keep the cursor but insert the resulting recordsets into a working table before returning the complete

Re: Conditional Select Boxes

2005-04-04 Thread Bob Clingan
Yeah, there is one example, but 1. Its IE only 2. Its a little flaky --Bob I saw on a blog not too long ago that someone was working on a XSL file to integrate qForms which maybe could lead to an interesting approach to doing n-selects. If you are using the flash forms feature there are a

RE: Anything wrong with this statement?

2005-04-04 Thread Rick Faircloth
Thanks for the replies, everyone... I've ensured the value / variable exists by preceding it with CFPARAM Name=Photos Default=0 As to scoping it with variables., as in variables.photos, why is that important? Charlie...why do I ask? Well, I'm trying to increment the value, and so far, it's

Re: Conditional Select Boxes

2005-04-04 Thread Aaron Rouse
The example of flash forms or the example of XSL? I have messed with the flash one, saw no flakeyness but honestly do not think I tried it in something other than IE. On Apr 4, 2005 11:34 AM, Bob Clingan [EMAIL PROTECTED] wrote: Yeah, there is one example, but 1. Its IE only 2. Its a little

Re: Anything wrong with this statement?

2005-04-04 Thread Aaron Rouse
I'd think importance would be subjective as to who was looking at it. I personally try to always do it like this: cfset Photos = Variables.Photos + 1 / But I got into the habbit of putting in Variables due to working with inherited code that lacks much of any scoping. So I'd maybe come across

RE: OT rookie: link table

2005-04-04 Thread Kerry
bit disconcerting there was a massive thread recently about singular/plural table names i have a Session.person_id well, if another join doesnt work for you then you could do a subselect: WHERE tasks.status_id = 1 CFIF Session.company_id neq 0 !---

Re: OT rookie: link table

2005-04-04 Thread Keith Gaughan
Chris Kavanagh wrote: people.person_id hahahahahhahahhahhhaahaha.ah. sigh. sorry Chris, back to the topic. :| uh? I love it when I'm funny but it's a bit disconcerting when I don't know why. Kerry's just stirring the crap. It's to do with the pluralisation of table

Re: Anything wrong with this statement?

2005-04-04 Thread Charlie Griefer
Rick: It's generally easier to get an answer if you are as descriptive as possible about your issue (if an error, what error...if not, what was unexpected). Makes it much easier to troubleshoot and offer up suggestions than just being shown a line of code. While there was nothing wrong with

Re: recordsets return by stored procedures?

2005-04-04 Thread S . Isaac Dealey
Oh hell, that's hideously simple... CREATE PROCEDURE dbo.sp_organizations @parent_id int AS DECLARE @Name varchar(500) DECLARE @Parent int DECLARE cur_Level CURSOR LOCAL FOR SELECT Organization_id AS ID, Organization_nm, Parent_organization_id FROM Organization WHERE Parent_organization_id =

Joe Celko and Nested Sets; was Re: recordsets return by stored procedures?

2005-04-04 Thread Keith Gaughan
Adam Howitt wrote: You may want to check out Joe Celco's nested set model (no refs but google should find it) for a neat way to handle this type of hierarchical information storage. In the meantime you could keep the cursor but insert the resulting recordsets into a working table before

RE: recordsets return by stored procedures?

2005-04-04 Thread Dave Watts
Is there a way to find out how many recordsets return by a stored procedure? Or is there a way to merge all the recordsets in a stored procedure so that it would only return 1 recordset? I have a stored procedure that would return an unknown number of recordsets depending on how many

RE: Anything wrong with this statement?

2005-04-04 Thread Rick Faircloth
What happens if it is passed in with a non-numeric value ... Wouldn't happen...the variable is used only on a page which is submitting back to itself. No other pages are utilizing it. Its default is set to 0, the formula runs, adding 1 to the value, and then it gets incremented up 1

Submit Once

2005-04-04 Thread Jeffrey Pratte
Gang, I am occasionally getting duplicate records in my database. I think it is coming from people hitting “Submit” twice when the server is slow. How do you guys prevent this? I tried some JavaScript code to disable the button, which did gray-out the button, but then did not pass the Button

RE: Anything wrong with this statement?

2005-04-04 Thread RADEMAKERS Tanguy
the Photos variable isn't persistent (not a session, cookie, application or whatever variable) so it's being redefined as 0 by the cfparam with every request to the page. My suggestion (quick and dirty) would be to put it in a hidden form field or pass it in the url. /t -Original

RE: Anything wrong with this statement?

2005-04-04 Thread Rick Faircloth
I know...but it's a lot more work to explain everything up front than to ask specific questions...I'll get more detailed (as you'll see I did in a later response) about the code as I have to... I should be able to find the problem...I was just checking that statement... Sorry if that's kind of

Re: Submit Once

2005-04-04 Thread jonese
i don't know of an easy way. but one thing you could do is to compare the data with what is already in the DB and if it matches then don't do the second input. It will really depend on the type of data being input and if there are any unique fields you can compare to (like email address's

Re: Submit Once

2005-04-04 Thread Keith Gaughan
Jeffrey Pratte wrote: Gang, I am occasionally getting duplicate records in my database. I think it is coming from people hitting “Submit” twice when the server is slow. How do you guys prevent this? I tried some JavaScript code to disable the button, which did gray-out the button,

Re: Submit Once

2005-04-04 Thread S . Isaac Dealey
Gang, I am occasionally getting duplicate records in my database. I think it is coming from people hitting “Submit” twice when the server is slow. How do you guys prevent this? I tried some JavaScript code to disable the button, which did gray-out the button, but then did not pass the

[SOLVED] Re: OT rookie: link table

2005-04-04 Thread Chris Kavanagh
Many thanks, guys, that now works perfectly. Kind regards, CK. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

CFMX 6.1 + JRun SP5

2005-04-04 Thread Stacy Young
Anyone had experience upgrading Jrun For CFMX 6.1 to JRun SP5? Any issues? Thx, Stace ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

Re: Submit Once

2005-04-04 Thread Keith Gaughan
Also, you might be interested in this post on Mark Nottingham's site: http://www.mnot.net/blog/2003/09/13/click_submit_only_once K. ~| Logware (www.logware.us): a new and convenient web-based time tracking application.

Re: Submit Once

2005-04-04 Thread Keith Gaughan
Keith Gaughan wrote: But the principle is sound and should work for you. This also has the advantage that it ensure that the form works without the browser needing to have JavaScript enabled. K. ~| Logware (www.logware.us): a

Re: Submit Once

2005-04-04 Thread S . Isaac Dealey
Jeffrey Pratte wrote: Gang, I am occasionally getting duplicate records in my database. I think it is coming from people hitting “Submit” twice when the server is slow. How do you guys prevent this? I tried some JavaScript code to disable the button, which did gray-out the button, but

RE: Anything wrong with this statement?

2005-04-04 Thread Calvin Ward
Heck, in this particular case, it could be scoping that is tripping you up... - Calvin -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 1:13 PM To: CF-Talk Subject: RE: Anything wrong with this statement? I know...but it's a lot more work

re: Submit Once

2005-04-04 Thread dave
If you are using cfmx 7 and cfform you can add validate=submitonce to your submit button. (see below) cfinput name=submit value=Submit type=submit label=Submit validate=submitonce / From: Jeffrey Pratte [EMAIL PROTECTED] Sent: Monday, April 04, 2005

Re: What are optimal GC/JVM settings?

2005-04-04 Thread Sean Corfield
On Apr 4, 2005 6:06 AM, Jacob [EMAIL PROTECTED] wrote: On my machines, with 2GB RAM and dual Xeons of various speeds, I have mine JVM setting as follows: MAX HEAP SIZE: 1024 MAX PERM SIZE: 512 Did you actually *need* to set max perm size that high? That's an enormous number for the perm

Re: Submit Once

2005-04-04 Thread Keith Gaughan
S.Isaac Dealey wrote: That's actually a pretty complicated solution -- although if you need a solution that works server-side without the aid of javascript you're reather limited to something like that... If you looking for a server-side only solution, it's the simplest. Mind you, if you

Re: CFMX 6.1 + JRun SP5

2005-04-04 Thread Dave Carabetta
On Apr 4, 2005 1:35 PM, Stacy Young [EMAIL PROTECTED] wrote: Anyone had experience upgrading Jrun For CFMX 6.1 to JRun SP5? Any issues? We're still testing our staging environment (2-server cluster on Solaris), but so far no issues. One tip that could save you time: If you have to manually

CFMX7 Now casts query columns as datetime?

2005-04-04 Thread Mark W. Breneman
Has anyone else noticed that CFMX7 now casts a date column as date time in queries? Or is it just a Monday and I have not recovered from the weekend? When I run a query to get one record cfquery name=getbuilds datasource=#database# SELECTStartDate, RecordId, RecordDate FROM

Running exe file from browser

2005-04-04 Thread Claremont, Timothy
We have a shared file server that runs an application. All users have the same drive letter mapped, etc. The application is as follows: G:\applications\Program.exe I would like to place what amounts to a shortcut on my web page that allows all end users to run Program.exe from that link. My

Re: CFMX7 Now casts query columns as datetime?

2005-04-04 Thread Tony Weeg
cast it as a non-date column, varchar? then it will come to cf as a varchar and not a date. not sure why this would be a problem either way? tw On Apr 4, 2005 2:21 PM, Mark W. Breneman [EMAIL PROTECTED] wrote: Has anyone else noticed that CFMX7 now casts a date column as date time in

Re: Running exe file from browser

2005-04-04 Thread Jim Davis
We have a shared file server that runs an application. All users have the same drive letter mapped, etc. The application is as follows: My understanding is that CFEXECUTE runs a process ON THE SERVER and therefore is not appropriate for what I am trying to do. Exactly right. When I simply

Re: CFMX7 Now casts query columns as datetime?

2005-04-04 Thread Jim Davis
Has anyone else noticed that CFMX7 now casts a date column as date time in queries? Or is it just a Monday and I have not recovered from the weekend? I'm not positive, but I would guess that's how your database driver is returning them, not CF. Perhaps it was a change in drivers between 6.1 and

Any news from MM on the broken IIS6 connector on stand alone installs???

2005-04-04 Thread Paul Vernon
Like the title says, any news on this being fixed for the standalone CFMX install on IIS 6??? http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=238944b1 When can we expect to be able to apply this patch? Paul ~|

Re: CSV file and com.Ostermiller.util.ExcelCSVParser

2005-04-04 Thread Victor Moore
Actually it's a little bit more complicated than this. The com.Ostermiller.util.ExcelCSVParser utility returns a Java array which is has a Vector type and not the coldfusion array type. Unfortunately (and something that I cannot explain) some lines that have empty fields are not pick up. I need

Re: Any news from MM on the broken IIS6 connector on stand alone installs???

2005-04-04 Thread jonese
i read on one of my many many many blogs that they are working on another cf7 update which should fix a lot of these issues. no idea if this one in particular will be or not. maybe one of the MM insiders will have more data. jonese On Apr 4, 2005 2:56 PM, Paul Vernon [EMAIL PROTECTED]

RE: CFMX 6.1 + JRun SP5

2005-04-04 Thread Stacy Young
Awesome, same setup here...thx for tip! Stace -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 2:03 PM To: CF-Talk Subject: Re: CFMX 6.1 + JRun SP5 On Apr 4, 2005 1:35 PM, Stacy Young [EMAIL PROTECTED] wrote: Anyone had experience

  1   2   >