Cf removing extra spaces

2001-09-24 Thread Michael S. Kimmett
Does anyone know how to keep CF from stripping extra spaces (ie. seven) from a form submission? I am trying to get a form to submit a value (example: abc 123) to java object, but when I get the output before I go to the java object I see (example: abc 123). Is there any way to keep

Ways to pass variables

2001-09-24 Thread Michael S. Kimmett
Ok, one more question. I have a client that does not want variables passed through the URL ( security reasons ). But I am having problems passing a variable through a form (see previous message). Session variables are a not permitted on thie project. Does anyone have another idea on how

Question about Java

2001-08-24 Thread Michael S. Kimmett
Can ColdFusion assign to int, float, and double from Java. If so, how? Thanks in advance. --micahel ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Re: Question about Java

2001-08-24 Thread Michael S. Kimmett
What about CF 4.5?? Thanks. - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 24, 2001 10:44 AM Subject: Re: Question about Java Look at the JavaCast() function. Indicates the data type conversion of a ColdFusion

Casting Object in CF

2001-08-15 Thread Michael S. Kimmett
Does anyone know to cast to a Java object using Coldfusion?? Thanks in advance. --Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Re: Casting Object in CF

2001-08-15 Thread Michael S. Kimmett
: Michael S. Kimmett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 2:46 PM To: CF-Talk Subject: Casting Object in CF Does anyone know to cast to a Java object using Coldfusion?? Thanks in advance. --Michael ~~ Structure your

Re: Casting Object in CF

2001-08-15 Thread Michael S. Kimmett
time you need to cast a different Object Type you have to write one of these wrappers. ++ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: Michael S. Kimmett [mailto

Re: CF XML-RPC

2001-07-12 Thread Michael S. Kimmett
S. Kimmett [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 3:28 AM To: CF-Talk Subject: CF XML-RPC I am trying to learn how to make XML-RPC calls in Coldfusion. Is there anywhere on the web that I can l look at example code to learn how to make a XML-RPC call in Coldfusion. I

Re: CF XML-RPC

2001-07-12 Thread Michael S. Kimmett
doesn't use any CF features that aren't in CF4.5, unless I'm missing something. The requester just uses the MS objects XMLHTTPRequest and XMLDOM via CFOBJECT. Nick -Original Message- From: Michael S. Kimmett [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 2:02 PM To: CF-Talk

CF XML-RPC

2001-07-11 Thread Michael S. Kimmett
I am trying to learn how to make XML-RPC calls in Coldfusion. Is there anywhere on the web that I can l look at example code to learn how to make a XML-RPC call in Coldfusion. I want to use this as a base of knowledge to make a Coldfusion RPC call to a SOAP server. Thanks in advance.

CFExecute

2001-07-06 Thread Michael S. Kimmett
Does anyone know how to get CFExecute to return a value to a parameter? Thanks in advance! --Michael Question who is the best traveling team: Alabama or Auburn? Here is a quote from a bartender when the SEC winner went to the Sugar Bowl. We love it when Bama comes to New Orleans. They

Apache webserver and CF

2001-06-15 Thread Michael S. Kimmett
I am having troubles with a ColdFusion application that I have moved from my company's test webserver to my personal machine. My machine is running Win 98, Apache 1.17, CFServer 4.5sp2. The test server that was running the application without any problems was running WinNT, IIS, CFServer

Re: Apache webserver and CF

2001-06-15 Thread Michael S. Kimmett
configuration is exactly the same on the boxes if the production box is unix and you are using windows any paths based on the template path will be different (/ unix vs \ windows). Michael S. Kimmett wrote: I am having troubles with a ColdFusion application that I have moved from my company's

Easy way to Compare large text

2001-05-30 Thread Michael S. Kimmett
Howdy, Ok, I need some suggestions on an easy way to compare large text fields from a DB table. I was thinking about using the CF function Evaluate and sending the user a message saying that yes these strings are similar or no they are not. Well, that is the simple way to do things. Does

CF Wireless web

2001-05-24 Thread Michael S. Kimmett
Howdy, Does anyone know of some good sources for learning wireless web protocol? Also in the past, I think on CF message boards is where I saw it, was a listing of all the websites where you could download wireless emulators for testing your wireless app. Does anyone remember this links or

Re: CF Wireless web

2001-05-24 Thread Michael S. Kimmett
Thank you for all your help!! --Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: CFINPUT -- not validating Integer

2001-05-17 Thread Michael S. Kimmett
Thank you very much for your suggestions. I am going to solve this problem with your help. Thanks. Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

CFINPUT -- not validating Integer

2001-05-16 Thread Michael S. Kimmett
Howdy, I am trying to get the CFINPUT Tag to validate an integer on a form. The darn tag will validate SSN, zipcodes, etc, but when I enter the integer parameter and test the validation using the following value ( .3 or any value that starts with a decimal point ) the javascript validation

Re: CFINPUT -- not validating Integer

2001-05-16 Thread Michael S. Kimmett
_CF_checknumber(object_value); else return false; } the 5th line from the bottom should have been if (check_char 0) -Original Message- From: Michael S. Kimmett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 4:37 PM To: CF-Talk Subject: CFINPUT -- not validating

Session variable

2001-05-10 Thread Michael S. Kimmett
I am trying to debug a website that is using Session variables. The problem is I have one account that is not getting to log on to the website because the session variable that are sent to the DB are not in the DB. However, all the other accounts that are using this same website are allowed

Scheduled tasks using CF

2001-04-05 Thread Michael S. Kimmett
Question? What are some of the problems you or a client has had with scheduled tasks using CF? Specifics of the incident and the resolution would be very helpful. Also if you know, the web server used and version of CF server would be helpful. I am building a application for a client and

Re: To ASP or not to ASP

2001-03-21 Thread Michael S. Kimmett
Now after having expercined PHP, Coldfusion, and ASP, all are about the same in what they can and can not do. Each one has its own advantages, as well as disadvantages. I personally believe that ASP is not as good as PHP or Coldfusion because the time it takes to develop a page using ASP is

Nested Query

2001-03-15 Thread Michael S. Kimmett
I am having the worst time trying to figure out why the last query( See Below ) in this chain of if statements is not working. The error that I am getting from the CFServer when I try to execute the last query is: Message: ODBC Error Code = 37000 (Syntax error or access violation) Detail:

Re: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Michael S. Kimmett
Nathan, When I have Studio and Server running all day I also have my system lock up. This has become quite annoying especially at the end of a long day. - Original Message - From: "Nathan Stanford" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:49 AM

Query Pagination

2001-03-08 Thread Michael S. Kimmett
I need to write an query for MS SQL7.0 that allows me to paginate a query result in ColdFusion. The last time I did this was a while ago! The last time I used PHP and Oracle to do this task. But, since I am still new to CF, does anyone have an idea how I go about writing the query and the

Re: Determine if a variable has a value

2001-03-06 Thread Michael S. Kimmett
Bud, Thank you ! Michael - Original Message - From: "Bud" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 10:41 AM Subject: Re: Determine if a variable has a value On 3/5/01, Michael S. Kimmett penned: Hello, I am n

Determine if a variable has a value

2001-03-05 Thread Michael S. Kimmett
Hello, I am new to ColdFusion, so this will be an easy answer to most of you. I am having difficulty trying to determine if a variable in one of my pages has a value. What I mean by a value is did I assign it a value or is it still empty. I have tried using IsDefined, Evaluate, and other

Re: PHP vs. Cold Fusion

2001-02-28 Thread Michael S. Kimmett
Alex, Go to www.php.net or www.zend.com for information about php versus CF. I used to work as a web developer using php 3/4 and found that is was very easy to use (very close to C\C++ as well as Java). I liked php because it was quick and easy to turn out code. However, I am still new to CF

Using Authentication window

2001-02-27 Thread Michael S. Kimmett
Does anyone know how to get a userid from a Authentication and pass that variable to CF so that I can use it to query a DB and populate some fields? I would appreicate it any help that you can offer. Thanks in Advance. Michael ~~ Structure

Re: Apache 1.3.17 not being detected by CF server

2001-02-12 Thread Michael S. Kimmett
Richard, I installed the module that was provided with the CF4.5sp2 Server. I also used the add module lines that were found on the Allaire website so that I could get the .conf file to load the module. My problem was that after I did all of this, I could not get CF to load images that I had

Re: Apache 1.3.17 not being detected by CF server

2001-02-12 Thread Michael S. Kimmett
Dave, You must first install Apache, then you need to install CF server. Then go to where the modules are stored in the installed version of CFserver. Take this module and move it to the modules folder for Apache. Stop Apache then make your modifications to .conf file. The line you need is

Re: Apache 1.3.17 not being detected by CF server

2001-02-12 Thread Michael S. Kimmett
Richard, I just posted on the boards the solution to your problem. However, I am unsure if you will not avoid the problem that I have encountered with Apache and CF server. Michael - Original Message - From: "PEREZ, RICHARD RINGO (SBCSI)" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Apache 1.3.17 not working with CF4.5sp2

2001-02-07 Thread Michael S. Kimmett
Greetings! I am new to ColdFusion, and I am having trouble getting the images that the are on ColdFusion pages to load. I have mapped to the location where the images are located, as well as updated the Apache conf file, but this still does not allow the images to load. Any suggestions.