[ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Cheyenne Throckmorton
First off, I'll state that I'm fairly new to Eclipse. I installed it and have really enjoyed its use since being convinced to give it a go after a good discussion about it during the last perimeter cf_lunch (read - shameless plug for cf_lunches). Unfortunately, starting last night, it is

Re: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Teddy Payne
Did you upgrade your JRE at that time? One suggestion has been to completely uninstall your Java JRE and then get a fresh non-upgrade version. On 3/23/07, Cheyenne Throckmorton [EMAIL PROTECTED] wrote: First off, I'll state that I'm fairly new to Eclipse. I installed it and have really

RE: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread John Mason
Each should have their own private jvm, but perhaps one of them is a public (not private) and conflicting with the other program. Since this is a new eclipse installation and is the one running. I would remove it. Then do a reinstall and see if it stops. Then load in cfeclipse and test it, etc.

Re: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Douglas Knudsen
I went through some major crashing issues for awhile, but of late things seem fairly stable. I had my issues with running eclipse with the FlexBuilder, FDS, and CFEclipse plugins under Eclipse 3.2.1 WTP. I'm running the latest Eclipse WTP pull now though. Besides tweaking the memory settings,

Re: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Douglas Knudsen
also, in eclipse, window preferences general check Show Heap Status. This will give you a little memory monitor tool in the status bar lower right corner. you can run a manual GS using it too. DK On 3/23/07, Douglas Knudsen [EMAIL PROTECTED] wrote: I went through some major crashing

[ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Robert Reil
My Day, My Turn. You knew it was coming. Afterall it is FRIDAY! Studied w/ group last night. Working on building the CSV import tool. Very basic stuff. We got the CFQuery roughed in but are trying to detail it and got stuck in the Form. We want to call a field from a table and list the

Re: [ACFUG Discuss] cfeclipse crashing?

2007-03-23 Thread Cheyenne Throckmorton
By crashing I mean I'll type a couple lines of code, then it just stops responding and gives an hourglass until I stop it. the javaw.exe process also jumps to about 50% of my CPU. Before I did have the Java perspective incidently on before, but switched to just have cfeclipse perspective on

RE: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Robert Reil
Awesome! I am interested in buying that tool, But I must ask if you see anything in our form that looks odd... Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com

RE: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Justin Haygood
We use the CF_CSV2Query.. works great for importing CSVs.. even REALLY large ones From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Friday, March 23, 2007 4:52 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] cfform bug

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Teddy Payne
For cfselect, you may be over complicating it: cfselect name=vendorName value=Vend_Name display=Vend_Name query= vendorData / cfselect produces the options tags for you if you use the value and display attributes of the cf tag. This is handy when creating really simple forms. Also, if you put

RE: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Robert Reil
That will be awesome. I will have to use it monthly of one csv that is a list of EVERY PART HONDA EVER MADE for motorcycles. Thats a HUGE list. About a million rows if i remember correctly. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw,

RE: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Robert Reil
At the moment I am on 6.1. Have not yet upgraded. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com http://www.motorcyclecarbs.com/ _ From: Teddy Payne

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Teddy Payne
Well, cfselect functionality should be fine. On 3/23/07, Robert Reil [EMAIL PROTECTED] wrote: At the moment I am on 6.1. Have not yet upgraded. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax

Re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Douglas Knudsen
ugh, million rows? might be a wee bit big for that little CF engine that could. DK On 3/23/07, Robert Reil [EMAIL PROTECTED] wrote: That will be awesome. I will have to use it monthly of one csv that is a list of EVERY PART HONDA EVER MADE for motorcycles. Thats a HUGE list. About a million

re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Mischa Uppelschoten ext 10
Unless I'm missing something, even if your code works, the select box will never display more than one different vendor name...? First you find all products for a certain vendor name, then you build a select list based on that vendor name. I know I am not answering your question, but I