Re: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Jochem van Dieten
Ian Vaughan wrote: > > > SELECT * FROM usergroupmembership, groups WHERE UserID = #Session.ID# > AND > usergroupmembership.groupid = groups.groupid > SELECT * FROM itlinks WHERE linkarea = AND security IN () ORDER BY linkid DESC Jochem ~~

Re: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Ian Vaughan
= Parameter #3 = all - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 1:55 PM Subject: Re: Code Errors with Coldfusion - Please Help ? > Ian Vaughan wrote: > > > >

RE: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Douglas.Knudsen
s(session.groupname)#) ) ORDER BY linkid desc Doug >-Original Message- >From: Ian Vaughan [mailto:[EMAIL PROTECTED] >Sent: Monday, July 14, 2003 8:37 AM >To: CF-Talk >Subject: Re: Code Errors with Coldfusion - Please Help ? > > >I got rid of the error message by pl

Re: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Ian Vaughan
usergroupmembership.groupid = groups.groupid - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 2:23 PM Subject: RE: Code Errors with Coldfusion - Please Help ? > ugh, using single ticks like that completely changed your SQL.

Re: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Ian Vaughan
ECTED]> Sent: Monday, July 14, 2003 1:42 PM Subject: RE: Code Errors with Coldfusion - Please Help ? > have ran this within Query analyser or equiv? and check that the database > is getting any records? > > -Original Message- > From: Ian Vaughan [mailto:[EMAIL PROT

RE: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Douglas.Knudsen
D] >Sent: Monday, July 14, 2003 9:52 AM >To: CF-Talk >Subject: Re: Code Errors with Coldfusion - Please Help ? > > >Douglas > >It seems as if the session.groupname is not getting populated ? > >So I am not sure if this query is not working as it should?? >Even though

Re: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Jochem van Dieten
Ian Vaughan wrote: > > Just run what you sent, no errors returned but do not think that parameter 2 > is not working as it has again not been populated. Just modify your first query so it returns rows. > What are the benefits of doing it your way ?? Speed and security. > Queries > > UserGro

RE: Please help before my deadline please!!!

2002-12-12 Thread Joshua Miller
] * -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:59 AM To: CF-Talk Subject: Please help before my deadline please!!! Can anybody help me sort out this problem please

RE: Please help before my deadline please!!!

2002-12-12 Thread webguy
5:59 > To: CF-Talk > Subject: Please help before my deadline please!!! > > > Can anybody help me sort out this problem please before my > deadline Saturday > please > > I am trying to populate two related select boxes from my database table, > however the actual dropdow

Re: Please help before my deadline please!!!

2002-12-12 Thread Austin Govella
> > SELECT > * from category_menu > where parent_level= catno > ORDER BY cat_desc > If that's your actual SQL, don't you need # signs around catno? WHERE parent_level = #catno# -- Austin Govella Grafofini ~| Archives: http://

Re: Business days from Dates PLEASE HELP!!!!

2002-03-23 Thread Scott Van Vliet
t; Sent: Saturday, March 23, 2002 1:56 PM Subject: Business days from Dates PLEASE HELP > I have a Database it has a date in one of the columns. I take that date and > another column in the table which is just an integer an use the DateAdd > function to come up with a second dat

RE: Business days from Dates PLEASE HELP!!!!

2002-03-31 Thread Dharmesh Goel
There is a business days calculator on the cflib.org website as a UDF. --Dharmesh -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 24, 2002 1:53 AM To: CF-Talk Subject: Re: Business days from Dates PLEASE HELP Steven: Given that business

RE: Using Structures with Arrays, Please Help

2002-04-03 Thread Cantrell, Adam
> To: CF-Talk > Subject: Using Structures with Arrays, Please Help > > > Can anyone see anything wrong with this code? I am trying to > loop through > data to find the Sales Persons login id and for each sales > person return the > activities, dates, contacts, etc. for

Re: Using Structures with Arrays, Please Help

2002-04-03 Thread Robert Gatton
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 5:25 PM Subject: Using Structures with Arrays, Please Help > Can anyone see anything wrong with this code? I am trying to loop through > data to find the Sales Persons login i

TANGENT RE: ADVANCED - Expression results - Please Help !!!

2002-04-08 Thread Brian Eckerman
PROTECTED]] Sent: Monday, April 08, 2002 11:30 AM To: CF-Talk Subject: RE: ADVANCED - Expression results - Please Help !!! >Please ingnore my ignorance but what do you mean by 'specifiers' ?? Prefix your variables with their scope so that: url variables are: #url.varname# form

RE: Please Help me for my interview

2000-07-09 Thread Ken Wilson
> I have made a site like monsterboard.com for job placement. What's the URL for the site? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

Re: Please Help me for my interview

2000-07-09 Thread Fred T. Sanders
http://www.teamallaire.com/hal/cfquiz.cfm This exact quiz has been asked on almost every single interview I've ever been on. Fred - Original Message - From: "Shally Kon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 09, 2000 7:23 AM Sub

RE: Please Help me for my interview

2000-07-09 Thread Shally Kon
hi! Ken The site is still underconstruction Shally --Original Message-- From: "Ken Wilson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: July 9, 2000 1:51:35 PM GMT Subject: RE: Please Help me for my interview > I have made a site like monsterboard.com for job place

Re: Please Help me for my interview

2000-07-10 Thread Billy Cravens
I've found that most beginner developers (and non-beginners alike!) are very dependent upon CFStudio's wizards -- either the query builder, or just the buttons in Studio (ie they know what to click to get a cfinclude) However, during a job interview, you won't have studio in front of you -- you w

RE: Please help! CFFTP and empty file.

2000-07-12 Thread Anthony Geoghegan
|Hello, |I am using CFFTP to send files from one CF server to another |CF server. = |The files get sent okay, but they contain no data. They are all zero = |bytes. Hi Jeff, What kind of name contention scheme are you using? Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[

Re: Please help! CFFTP and empty file.

2000-07-12 Thread Jeff Gray
TED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 12:20 PM Subject: RE: Please help! CFFTP and empty file. > |Hello, > |I am using CFFTP to send files from one CF server to another > |CF server. = > |The files get sent okay, but they contain no data. They are all

RE: Please help! CFFTP and empty file.

2000-07-13 Thread Anthony Geoghegan
|Anthony, |Thanks for the reply. I am simply using CFFTP to put .jpg |files on another |server. If I manually send the files from the server, they |are fine. But |with CF and CFFTP, they are sent, but they contain no data. |Jeff Why not try CFFILE I use it for exactly the same purpose. Thi

Getting data from the list-please help

2000-10-03 Thread monika kon
Hello everyone, I have a scrolling list on my CF template.I have a field in the database named "Product Numbers",I want that the "product numbers" (in my case) should come from the database to the List.So if I add another product number to the database ,it should be automatically reflect

RE: CFCRYPT/CFENCODE... please help!!! -- it worked!

2000-10-30 Thread Mike Amburn
thanx guys, both tips brought success! > -Original Message- > From: Jaime Garza [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 5:54 PM > To: CF-Talk > Subject: RE: CFCRYPT/CFENCODE... please help!!! > > > cd \b2b\src\site > c:\cfusion\bin\cfencod

What is the best source?(please help!)

2000-11-03 Thread bajaria aslam
I am planning to host the web site locally. I have to do everything myself. I want to learn how to host a web site from scratch. Please help. thanks. Mirza --- Gavin Myers <[EMAIL PROTECTED]> wrote: > Are you going to have it hosted locally or through a > web hosting company? >

RE: Important - For a project -- please help

2001-10-04 Thread Steven Monaghan
Co., Inc. Melville, NY [EMAIL PROTECTED] http://www.mscdirect.com - -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 10:30 AM To: CF-Talk Subject: Important - For a project -- please help Can you use counts

RE: Important - For a project -- please help

2001-10-04 Thread Dave Watts
> The order of your statements is incorrect. It should be... > > SELECT count(t.File) as file3, g.File, t.File > FROM tblfile t, gilway12 g > WHERE t.File=g.File > GROUP BY g.File In the GROUP BY clause, you'll need to include all columns listed in the SELECT: GROUP BY g.File, t.File

Re: Important - For a project -- please help

2001-10-04 Thread Mike Tangorre
The only dumb questions are the ones not asked! hehehe, I don't know the answer though sorry. :-( Mike - Original Message - From: "Julia Green" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 10:29 AM Subject

Re: Important - For a project -- please help

2001-10-04 Thread Julia Green
-3413 Fax: 617-812-5935 - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 10:52 AM Subject: RE: Important - For a project -- please help > > The order of your

Re: OT: Regular Expression Gurus Please Help!

2001-01-05 Thread Dick Applebaum
Ed By changing the problem specification, slightly, to: "Remove all all non (numeric or space) characters" you get the simplified (faster and easier to understand) regexp: #REReplace("+44 (0) 7799 657093", "[^0-9 ]", "", "ALL")# The "[^0-9 ]" term means [..

RE: OT: Regular Expression Gurus Please Help!

2001-01-05 Thread Edward Chanter
lar Expression Gurus Please Help! > > > Ed > > By changing the problem specification, slightly, to: > > "Remove all all non (numeric or space) characters" > > you get the simplified (faster and easier to understand) regexp: > >

PLEASE HELP!!! cfserver.exe takes up 100% resources

2001-01-12 Thread Deepak Agarwal
Dear All, We've been using CF4.5.1, Spectra 1.01. The site has been working find until last week our web server crashed. After the crash, the site itself seems to work fine. But when we try to use the Webtop, it just times out.(we are not even getting the log in screen.) The only source of pro

Single input from multible selects | Please Help?

2001-04-12 Thread CF Crazy
I want to be able to take multiple select boxes and pass all chosen options to a single form field. The cart I am send this to does not support more then one option field. Example SM MED LG XL WHITE BLACK RED GREEN VNECK POLO CREW TANK TOP Any Ideas? Thanks, Stephanie ALSO: I still

RE: Show status of process - Please Help

2001-04-22 Thread Javier Woodhouse
3, 2001 2:01 PM > To: CF-Talk > Subject: Show status of process - Please Help > > > How to show status of process ? > I've process which take a while for runing and I would like > to show user how > many percent are progress. > I've quite long loop , so

RE: space in Cfinput problem PLEASE HELP

2001-04-26 Thread Semrau, Steven L Mr SRA
rnational, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 10:23 AM To: CF-Talk Subject: space in Cfinput problem PLEASE HELP

Re: Verity creating duplicate records - Please help

2001-05-01 Thread Casey Giles
Hi Judith and All, >From what I got out of the docs with CFINDEX the 'Purge' action should delete ALL the records in the collection, 'update' should update any records you pass in, and if it cant find a record for a particular key you send; it will create a new record. The problem is that it's n

Re: Verity creating duplicate records - Please help

2001-05-02 Thread Judith Taylor
Casye, I think part of the problem here is that you're expecting Verity to behave dynamically. It doesn't. When you create a Verity collection, Verity creates a set of flat files in which to store the collection data. It does not go in and update your collection automagically, you have to d

RE: CFUPDATE giving me problems, please help...

2001-01-24 Thread Gieseman, Athelene
ssage- From: Joby Bednar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 1:27 PM To: CF-Talk Subject: CFUPDATE giving me problems, please help... I have an admin form to add/edit records in an Access 2000 database. I try to edit a user's record and I get this error: Error Diagno

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Joshua Tipton
Need to put in a dbtype. ODBC OLE ... Joshua Tipton -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:10 AM To: CF-Talk Subject: REPOST: Weird pcode error (please! help!) Can *anyone* shed any light on this? Please

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Michel Vuijlsteke
Really? Can anyone confirm that not putting a dbtype in causes to throw PCode exceptions? > -Original Message- > From: Joshua Tipton [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 4:41 PM > To: CF-Talk > Subject: RE: REPOST: Weird pcode erro

Re: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread David Cummins
ruary 14, 2001 4:41 PM > > To: CF-Talk > > Subject: RE: REPOST: Weird pcode error (please! help!) > > > > > > Need to put in a dbtype. ODBC OLE ... > > > > Joshua Tipton > > > > -Original Message- > > From: Michel Vuijlsteke [mailto:[

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Michel Vuijlsteke
[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 11:41 PM > To: CF-Talk > Subject: Re: REPOST: Weird pcode error (please! help!) > > > Never has for us! > > David > > Michel Vuijlsteke wrote: > > > > Really? > > Can anyone confirm tha

AW: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Christoph Schmitz
Hi, are you doing something like in your cfexectask.cfm? This is known to generate PCode errors sometimes. (Could even be that the CFSCHEDULE has nothing to do with the error at all, although it is mentioned in the error msg!) And for the "unknown query" ... maybe the crashing template uses the

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Michel Vuijlsteke
l Vuijlsteke Managing Director Netpoint NV > -Original Message- > From: Christoph Schmitz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 1:37 AM > To: CF-Talk > Subject: AW: REPOST: Weird pcode error (please! help!) > > > Hi, > > are you doin

Inset into a date please help..thanks

2001-06-19 Thread roadrunner
Hi all, I'm a newbie so I apologize if this is too easy. Here is my problem. I'll show the simple code first: INSERT INTO contestdata (NAME,COMPANY,ADDRESS,CITY,STATE,ZIP,PHONE,EMAIL,COMMENTS, DATE) VALUES ('#name#','#companyname#','#address#','#city#','#state#','#zip#','#phone#',' #email#','#co

Re: Please HELP!! - TCPClient and XML problem...

2002-01-29 Thread Lewis Sellers
On Tue, 29 Jan 2002 22:45:19 -0500, "Ron Davis" <[EMAIL PROTECTED]> wrote: > >Well I have the code all ready (thanks to VERY helpful members of this >list!), but when I try to actually run it, it acts like its processing (it >slows down like its chewing thru the process), but I never get a

Re: Please HELP!! - TCPClient and XML problem...

2002-01-29 Thread Ron Davis
erm SOAP? i use that in the shower... ?? If you couldnt tell, i'm VERY new to all this... All that I really know for sure is that the server on the other end thats getting my XML data stream is NOT a web server... just a machine that I'm supposed to connect to via tcpip, dump some data d

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Ron Davis
UPDATE: I got an email from the people on the target server end.. they said that they actually *GOT* the transmission and successfully sent out the reply, but i didnt get anything printed out as the response... ?? can anyone see a problem with these few lines... its getting narowed down.. FINA

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Lewis Sellers
On Wed, 30 Jan 2002 11:58:15 -0500, "Ron Davis" <[EMAIL PROTECTED]> wrote: >UPDATE: > >I got an email from the people on the target server end.. they said that >they actually *GOT* the transmission and successfully sent out the reply, >but i didnt get anything printed out as the response... ??

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Ron Davis
ah.. THAT might explain it... they network guys told me that this particular transaction could take up to 60 seconds to complete.. soo next logical question.. how can i over-ride the default timeout? I tried adding a line, but I think its in the wrong place (or

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Lewis Sellers
On Wed, 30 Jan 2002 13:42:47 -0500, "Ron Davis" <[EMAIL PROTECTED]> wrote: >ah.. THAT might explain it... they network guys told me that >this particular transaction could take up to 60 seconds to complete.. >soo next logical question.. how can i over-ride the

Fwd: Please help with output of Binaries

2002-02-01 Thread Julia Green
--- Julia Green <[EMAIL PROTECTED]> wrote: > Date: Thu, 31 Jan 2002 15:47:32 -0800 (PST) > From: Julia Green <[EMAIL PROTECTED]> > Subject: Please help with output of Binaries > Reply-to: [EMAIL PROTECTED] > To: CF-Talk <[EMAIL PROTECTED]> > > I set up an

Re: SQL Query question. Please help... HA!

2004-11-30 Thread Anders Green
At 12:22 PM 11/30/2004, Adam Haskell wrote: >Under your math you are assuming a 1 to 1 relationship between orders >and Custromers. Unless you are running a scam, where no customer would >ever by from you twice, that is not case, the whole reason you have 2 >seperate tables. Hope thats makes sense.

Re: CFSCHEDULE and https..PLEASE HELP URGENT

2004-12-01 Thread Nick Cabell
What is the normal URL you would enter to ecxecute this page, if you were not using the scheduler. What happens when you enter this in the browser? ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.r

Re: Dynamic CF PDFs problem - please help

2005-01-14 Thread Doug James
Stephen, I opened the contents of the fds fine. I opened the "Actual PDF referenced by FDF" fine. When I opened the dynamic pdf form it opened my full Acrobat application (not the reader) then opened the reader in Internet Explorer (NOT my default browser). I tried to open the dynamic form in

Re: Dynamic CF PDFs problem - please help

2005-01-14 Thread Jared Rypka-Hauer - CMG, LLC
Stephen, I just hit your test page, and the PDF form came up, the contents of the FDF came up... same as Doug. But when I clicked on the link to the FDF, I got the Reader splash screen, and then nothing. Blank screen. No content at all. No errors either... but I'm not sure that's a good thing.

Re: Dynamic CF PDFs problem - please help

2005-01-14 Thread Douglas James
I was using Firefox, Reader 6 and Acrobat 5. I noted that it came up in Acrobat then Acrobat launched IE. (Any change Adobe is in bed with MS? Doug Quoting "Jared Rypka-Hauer - CMG, LLC" <[EMAIL PROTECTED]>: > Stephen, > > I just hit your test page, and the PDF form came up, the contents of >

Please help with apache connector CFMX 6.1

2003-09-03 Thread Adam Hope
Hi All, I'm having problems getting Apache to pass the .cfm templates to CFMX. I have run the cfmx-connectors.sh shell script int /opt/jrun4/bin directory and it completes successfully with no errors. It modifed the apache/conf/httpd.conf file successfully as well and the mod_jrun.so file is succe

RE: DHTML Menu bar by forta. :: please help

2000-09-11 Thread Ben Forta
To: '[EMAIL PROTECTED]' Subject: DHTML Menu bar by forta. :: please help I am missing something on the instalation. I downloaded the zip. Unzipped it into a folder in my C:\Program Files\Allaire\ColdFusion Studio 4.5\Wizards\DhtmlMenu But when I goto CF Studio, New \ Wizards \

RE: DHTML Menu bar by forta. :: please help

2000-09-11 Thread Paul Ihrig
ire's exchange. Thanks -paul -Original Message- From: Ben Forta [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 12:16 PM To: [EMAIL PROTECTED] Subject:RE: DHTML Menu bar by forta. :: please help Paul, There is no wizard. The CFM files go into C:\CFUSION

RE: DHTML Menu bar by forta. :: please help

2000-09-11 Thread Paul Ihrig
Never mind. Got it. -Original Message- From: Paul Ihrig [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 4:13 PM To: '[EMAIL PROTECTED]' Subject:RE: DHTML Menu bar by forta. :: please help Ok I did that. Nothing shows up now when I go to insert,

RE: DHTML Menu bar by forta. :: please help

2000-09-11 Thread Ben Forta
Glad you got it working -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 4:39 PM To: '[EMAIL PROTECTED]' Subject: RE: DHTML Menu bar by forta. :: please help Never mind. Got it. -Original Message- From: Paul Ihrig [S

Please Help! Linked Tables in Access :2nd post:

2000-07-24 Thread Paul Ihrig
Hello & thank you. I have an access *.mdb table that I want link to another access table on the server. So that my employee info is updated as it is changed in this other *.mdb I have tried every thing I know of, but I am still getting access rights problems from the web server. I cant seem to b

RE: Getting data from the list-please help

2000-10-05 Thread Warrick, Mark
nal Message- > From: monika kon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 03, 2000 9:56 AM > To: CF-Talk > Subject: Getting data from the list-please help > > > > Hello everyone, > > I have a scrolling list on my CF template.I have a > field in th

Please Help: Parsing URL into Array and structure

2001-09-20 Thread Snyder, Jason
I am working on parsing a URL string and storing it in an array of structures. I am to the point where it works to a certain extent, but not to the point where I need it. To be more specific I am passing a string that should be parsed into two structure elements in the array. The data seems

RE: PLEASE HELP!!! cfserver.exe takes up 100% resources

2001-01-12 Thread Giesbrecht, Jeffrey
l the OS and CF and the last step would be to throw the server and app away. HTH, Jeff Giesbrecht -Original Message- From: Deepak Agarwal [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:14 AM To: CF-Talk Subject: PLEASE HELP!!! cfserver.exe takes up 100% resources D

RE: PLEASE HELP!!! cfserver.exe takes up 100% resources

2001-01-12 Thread Jann VanOver
Did you send this to Spectra-Talk? They may know what's up -Original Message- From: Deepak Agarwal [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 8:14 AM To: CF-Talk Subject: PLEASE HELP!!! cfserver.exe takes up 100% resources Dear All, We've been using CF4.5.

RE: Single input from multible selects | Please Help?

2001-04-12 Thread Robert Long
sense. Robert -Original Message- From: CF Crazy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 1:55 PM To: CF-Talk Subject: Single input from multible selects | Please Help? I want to be able to take multiple select boxes and pass all chosen options to a single form field. The cart I

RE: Single input from multible selects | Please Help?

2001-04-12 Thread Robert Long
Sorry, I Have no clue on the second question. :( -Original Message- From: Steven A. del Sol [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 5:35 PM To: CF-Talk Subject: RE: Single input from multible selects | Please Help? Thanks Robert. I will try that. Have any

hi my cfinput trouble with error PLEASE HELP

2001-04-30 Thread paul .
-- On Mon, 30 Apr 2001 06:37:02 paul . wrote: >hi Guys please do help\ > > >am using a cfinput to get the data from the dartabse for further editing in the cfm >page. >that field has been validated for integer , but the hasty user key in "4_2 " instead >of 42 i.e they leave a space inbetwe

please help :: COM error 0x80040154. Class not registered

2001-05-08 Thread Paul Ihrig
how do i register a class on the web server? please give me a clue i am stumped. had great fun playing with a script to add stuff to my outlook calendar. uploaded it to the server & it whimped out on me. guess i needed outlook on the server. so Dian told me i could possibly call on a class

Re: Fwd: Please help with output of Binaries

2002-02-01 Thread Julia Green
t: YesFundraising, Development: YesFundraising, Development: No Scheduling: YesScheduling: YesScheduling?: No --- Julia Green <[EMAIL PROTECTED]> wrote: > --- Julia Green <[EMAIL PROTECTED]> wrote: > > Date: Thu, 31 Jan 2002 15:47:32 -0800 (PST) > > From: Julia Green

The search is killing the server. Please help!

2004-07-29 Thread cf coder
Hello everybody, I'm working on a logging system. The site search as you can imagine is very complicated and a lot depends on it. I have written a stored procedure for the search to make the search quicker with a lot of inner and outer joins (the usual). The seach is very quick most of the times,

Re: Please help with apache connector CFMX 6.1

2003-09-03 Thread Thomas Chiverton
Use mod_proxy instad ? Failing that, anything in the apache logs ? -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)174

RE: Please help with apache connector CFMX 6.1

2003-09-03 Thread Adam Hope
ECTED] Sent: 03 September 2003 12:32 To: CF-Talk Subject: Re: Please help with apache connector CFMX 6.1 Use mod_proxy instad ? Failing that, anything in the apache logs ? ~| Archives: http://www.houseoffusion.com/lists.cfm?lin

Re: Please help with apache connector CFMX 6.1

2003-09-03 Thread Thomas Chiverton
On Wednesday 03 Sep 2003 14:21 pm, Adam Hope wrote: > I had a quick look at mod_proxy however I'd prefer to get the standard > connector working. :nods Fair enough > nothing suspect in either the access_log or the error_log. Gah then :-) No idea what is up. Try starting httpd in debug mode and

CFHTTP doesn't know Client/Session vars exist. Please help.

2000-06-10 Thread Hassan Khawaja
Dear friends, I have a peculiar problem at hand. I tried searching the forums and this news group but couldn't find it discussed. I do apologise if it has been addressed before. I have an app. where when a user logs in, it goes out and fetches user preferences, news, weather etc. Calls to news/we

CFMail::Urgent::..::please help:: local env. VS. production env.

2000-06-29 Thread Paul Ihrig
on the production server the code below from the CF help works fine. in my local enviroment i get 100 messages back. what is wrong with my local CFMAIL? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

RE: Please Help! Linked Tables in Access :2nd post:

2000-07-24 Thread Chris Montgomery
EMAIL PROTECTED]] >Sent: Monday, July 24, 2000 9:00 AM >To: '[EMAIL PROTECTED]' >Subject: Please Help! Linked Tables in Access :2nd post: > > >Hello & thank you. > >I have an access *.mdb table that I want link to another >access table on the >server. >

RE: Please Help! Linked Tables in Access :2nd post:

2000-07-24 Thread Paul Ihrig
Chris, thank you. I suspected that was the case. I will do that. Also I just got Crystal Reports which I think may be able to help me in this issue of querying 2 separate datasources. Again thanks -paul -- Archives: http:

Please help - Windows XP & Virtual Drives.. I need help

2004-02-06 Thread Jon Block, College Publisher Developer
g the Coldfusion Application Server user role to run as the local account and the administrator of the machine. I've also tried toggling the "interact with desktop" option. Nothing seems to work. PLEASE HELP! Thank you!!! -- cfexecute returns " arg

RE: Please Help: Parsing URL into Array and structure

2001-09-20 Thread Bryan Love
loper Telecommunication Systems Inc. [EMAIL PROTECTED] "A wise man speaks when he has something to say, a fool speaks when he has to say something." -Original Message- From: Snyder, Jason [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 9:06 AM To: CF-Talk Subject: Please He

Re: Please Help: Parsing URL into Array and structure

2001-09-20 Thread cf refactoring
MaintenanceEditTable.cfm?table=tlkpStatus&tableCols=Statno, Status&ColOptions=name:Statno;width:100, name:Status;width:300 Jason, If the above was the URL you sent to the script, then it should barf on array element 2. There's a space between "," and "name" that will cause problems --- "Snyder

Repost: Data-sources-please help-I'm at a loss

2001-11-09 Thread Janine Jakim
I'm really stuck here! Ive got something funky happening and I'm not sure where to look next. I'm using SQL 2000 and use an Access Front end that holds linked tables from different types of databases. (db4/sql7/etc). (Basically the Access db is for storage or all of the links to other sources but

Help on Pulldown - Please help...getting coldfusion rage here

2000-12-14 Thread Kim Ahlbrandt
is there a way to display more than one field on a pulldown menu. For instance...the users will be choosing a Texas Court on this pulldown menu but the Court name does not mean anything without the County name in front of it. So, in my cfselect I need to also display a field called county_nm

Re: please help :: COM error 0x80040154. Class not registered

2001-05-08 Thread Howie Hamlin
inFusion Mail Server (iMS) - The Intelligent Mail Server - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 1:33 PM Subject: please help :: COM error 0x80040154. Class not registered > h

RE: please help :: COM error 0x80040154. Class not registered

2001-05-08 Thread Paul Ihrig
358 -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 1:34 PM To: CF-Talk Subject: please help :: COM error 0x80040154. Class not registered how do i register a class on the web server? please give me a clue i am stumped. had great fun playing wit

Please Help me with cookies on a Solaris box

2001-02-28 Thread Terry Stewart
Hello All, I hope someone here might have an answer for me. We are running CF 4.5.1 SP1 and OS Version: 5.6, SunOS. I built an admin section for our site using Session Vars to pass the UserID along, and all works on my NT system, however when I transfered it to our production system on Solaris

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
50 and Server 2000 Thanks -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 6:49 PM To: CF-Talk Subject: RE: PLEASE HELP - CFGrid does not show up in CF50 even after the HotFix is applied Make sure you're running Sun's vers

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
001 9:37 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Error Now Now I get in the status bar: load: class allaire.controls2.CFGridApplet.class not found I spent all day yesterday on Allaires site and went dizzy trying to get t his figured out. It would be nice if someone could g

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
load: class allaire.controls2.CFGridApplet.class not found. Is this not the most current JRE from Sun? -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:56 PM To: CF-Talk Subject: RE: PLEASE HELP - I keep

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Dave Watts
> Now I get in the status bar: > > load: class allaire.controls2.CFGridApplet.class not found > > I spent all day yesterday on Allaires site and went dizzy > trying to get this figured out. Are you able to get to the URL "http://www.yoursite.com/CFIDE/classes/";? If not, you need to make sure

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Larry Juncker
Thank You Dave I was placing my CFIDE under the root of the wrong website. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:29 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Error Now > Now I get in the status

RE: PLEASE HELP - I keep getting CFGrid Error Now

2001-12-20 Thread Benjamin S. Rogers
ghlight_key=y&keyword1=javasoft&keyword2=jre Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:20 AM To: CF-Talk Subject: RE: PLEASE HELP - I keep getting CFGrid Err

RE: The search is killing the server. Please help!

2004-07-29 Thread Hugo Ahlenius
da.no - | -Original Message- | From: cf coder [mailto:[EMAIL PROTECTED] | Sent: Thursday, July 29, 2004 12:25 | To: CF-Talk | Subject: The search is killing the server. Please help! | | Hello everybody, I'm working on a logging system. The site | search as you can imagine is very complic

RE: The search is killing the server. Please help!

2004-07-29 Thread Hugo Ahlenius
Your message is a reply to anothers post and is more than 100 lines of text. Unless you are a major writer, your probably adding a lot of the previous replies. Please trim your posts when replying. Thank you. I think you can do it in sql, but I'm no wizard there -- I am sure there is one of th

RE: The search is killing the server. Please help!

2004-07-29 Thread Micha Schopman
Try using full text search, which gives far more superior speeds, and superior search results. Why do you need 5000 results btw, do you really think someone is going to browse them all? Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 0

RE: The search is killing the server. Please help!

2004-07-29 Thread Micha Schopman
And try using cached queries, for 1 minute or some.. :-) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: The search is killing the server. Please help!

2004-07-29 Thread Jim Voris
You can use in lieu of cfstored proc and cache the results. That should solve the speed for records 101-200, etc. - Original Message - From: Micha Schopman <[EMAIL PROTECTED]> Date: Thu, 29 Jul 2004 13:33:48 +0200 Subject: RE: The search is killing the server. Please help! To: C

Re: The search is killing the server. Please help!

2004-07-29 Thread Adam Haskell
I like Hugo's idea of putting the query result in a session variable. But you shouldn't have to do a QofQ you should jsut be able to use your current code. If you want to change your SQL as far as I know the only way to do this is something like this: SELECT Top 100 Partnumber From Products WHERE P

<    1   2   3   4   5   >