Re: Multiply in Output Statement??

2003-09-19 Thread DDB Lists
What most likely would also work is to wrap it in a function like #int(myrecord.myvar * 100)# or else let your database do the calculation - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 19, 2003 5:05 AM Subject: RE:

Re: Query to List

2003-08-27 Thread DDB Lists
Did you check out valuelist(query.column) - Original Message - From: G-matcomkc [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:41 PM Subject: Query to List In the CF docs, I saw some code that converted a query result into a list.

Re: oracle datasource as OLEDB

2003-08-20 Thread DDB Lists
The Microsoft ODBC driver for Oracle seems to be the best companion for CF, so you might want to try that. - Original Message - From: Sheila Handler [EMAIL PROTECTED] Is it possible to define an Oracle database with OLEDB, or do I have to use ODBC? Can anyone give me some hints about

Re: Web Server Error 500 with Oracle 9i and ColdFusion MX

2003-07-29 Thread DDB Lists
Most people seem to have better luck using the jdbc thin client driver. It might already be installed on your machine, or else you can get if from the Oracle website. - Original Message - From: Eppler Thomas (XHS 98) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 29,

Re: Inserting flash into a CF page

2003-07-29 Thread DDB Lists
It's probably within cfoutput tags so cf gets upset about the # in the color parameter replace #FF with White and all should be well - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 3:37 PM Subject: Inserting

Re: CF 5 MX

2003-07-24 Thread DDB Lists
Install CF5, make sure it runs Install CFMX with it's own webserver There you are. If you want to let them both work with IIS, you first should get the mappings right for CF5 then figure out which IIS instance should use CFMX rather than CF5 to process CF pages the easiest way is to look at

Re: Faking Out IIS?

2003-07-20 Thread DDB Lists
Just want to throw this in: if you need even more flexibility you should look at http://www.isapirewrite.com/ the paying version let's you rewrite url's but even allows you to proxy request to another server depending on the url, so your request can arrive at your iis server, but may actually be

Re: SQL and Dates

2003-07-09 Thread DDB Lists
without testing WHERE [Date] BETWEEN #createodbcdate(Now())# AND #createodbcdate(Now()+6)# let cf do the dateadd and also, date might be a reserved word for your database - Original Message - From: Cutter (CF-Talk) [EMAIL PROTECTED] What is the proper SQL statement for something

cfx wrapper for c++ dll

2003-06-03 Thread DDB Lists
I am the main developer for a concert hall / rock venue website. We do a fair bit of online ticket sales. However there is no automated link between the website and the ticketing system in use. Tickets.com, the maker of this particular peace of software (PASS) have recently released to selected

Re: cfx wrapper for c++ dll

2003-06-03 Thread DDB Lists
nope doesn't work - Original Message - From: Michael Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:20 PM Subject: Re: cfx wrapper for c++ dll Can you register the DLL on your web server and use cfobject to interact?

Re: cfx wrapper for c++ dll

2003-06-03 Thread DDB Lists
Yes, client side stuff. Per their docs strictly c++ calls. Not compatible with VB or any other RAD stuff. - Original Message - From: Adam Wayne Lehman [EMAIL PROTECTED] Hrmmm... I think we're missing something. Seems odd that tickets.com would give out a .dll that wasn't a COM object.

Re: input button using a graphic

2003-03-08 Thread DDB Lists
input type=image src= - Original Message - From: FlashGuy [EMAIL PROTECTED] How can I have a image file for my submit button rather than what being specified in the VALUE attribute? input type=submit name=SubmitCheck value=[D]

msft taking over macromedia

2003-03-02 Thread DDB Lists
It would seem the borg have already started with the assimilation: anyone tried the url mscromedia.com lately? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: CFMX CFHTTP test

2003-02-15 Thread DDB Lists
FILECONTENT 0 Failure Hard 250005 No Access Identification provided HEADER HTTP/1.1 200 OK Server: Netscape-Enterprise/6.0 Date: Sat, 15 Feb 2003 16:24:25 GMT Pragma: no-cache Content-Type: application/xml Connection: close MIMETYPE application/xml RESPONSEHEADER CONNECTION

Re: web beacons

2003-01-13 Thread DDB Lists
I got images like this: img src=http://www.mailmate.be/imagx/6.4891.1927023596/bcn.jpg; this contains the mail id, the person's id and a checksum digit Server side is a url rewriting mechanism that changes the link to imagx.cfm?linkid=... img=bcn.jpg and then a cold fusion page to take care of

Re: Incrementing a variable

2002-12-17 Thread DDB Lists
Your application.cfm is loaded on every refresh so the variable is set to zero every time. You should put it in a persistant scope and check for it's existance: cif not isdefined(application.child) cfset application.child = 0 /cfif and cfset application.child = application.child + 1 -

Re: i-mode and CF

2002-11-21 Thread DDB Lists
I've done an i-mode site. To cold fusion there is no difference whatsoever compared to a regular website. The only limitiation is in the html tags that are available and the size of the pages. Also i-mode only does gif images of less than 5 kb. All this is a limitation in html and not in how you

Re: Error Executing Database Query.SQLException

2002-11-18 Thread DDB Lists
your connection string has a problem - Original Message - From: Jennifer Goodenow [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 18, 2002 9:46 PM Subject: Error Executing Database Query.SQLException Need help with Oracle 8i connection with ColdFusion MX. We

cfmx jvm.config question

2002-11-08 Thread DDB Lists
I have this in my jvm.config file: {application.home}/servers/lib however I don't seem to have that particular directory on my machine Am I right in supposing that the {application.home} directory refers to C:\CFusionMX\runtime on a default install?

cf 5 graphing server hosed

2002-11-08 Thread DDB Lists
I have a cf5 box where the server runs fine but the graphig server service won't start up. Is there a log file anywhere that could help me figure out what's wrong. Is my java runtime hosed, and if so, how do I fix it? ~|

Re: [OT] First post?

2002-10-27 Thread DDB Lists
I subscribed on oct 9, 1996. It should be somewhere around that time. - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 2:57 PM Subject: Re: [OT] First post? The oldest one that I have saved is dated 11/7/1997 but I'm

Re: Calling Oracle stroed procedure

2002-10-22 Thread DDB Lists
Anyone got this working on cfmx? I ran some tests with the cfmx natve driver for oracle but that one kept complaining about the CF_SQL_REFCURSOR being an invalid type or something to that effect. - Original Message - From: Plunkett, Matt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: I've noticed that queries in MX are very slow.

2002-10-16 Thread DDB Lists
Ok, so I have those drivers, now what? Do I drop them in the cfmx directory somewhere or do they go in the java jre dir at a particualr place, and how do i use them? - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 17,

Re: Issue: Update a tracker database with an index.html file.

2002-07-29 Thread DDB Lists
Use cfcontent to serve up an image (even a 1x1 pixel) like this im src=/yourserver/image.cfm/ you have access to all info from there. You could do the same thing with a style sheet or whatever using link - Original Message - From: James Blaha [EMAIL PROTECTED] I have a user

Re: sp_SpaceUsed system stored procedure...

2002-06-24 Thread DDB Lists
actually for me it returns two recordset like this: database_namedatabase_sizeunallocated space ABCON 52.88 MB -64.43 MB and the second one reserverddataindex_sizeunused 119096 KB 19440 KB 89216 KB 10440 KB so maybe it is working but you are not picking up the correct

Re: sp_SpaceUsed system stored procedure...

2002-06-24 Thread DDB Lists
-Original Message- From: DDB Lists [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 9:14 AM To: CF-Talk Subject: Re: sp_SpaceUsed system stored procedure... actually for me it returns two recordset like this: database_namedatabase_sizeunallocated space ABCON 52.88

Re: Alternate extensions to .cfm problems

2002-06-21 Thread DDB Lists
Like I stated in a previous mail, this seems to make cfmx kick in for a particular extension but after that all I got was divide by zero errors. - Original Message - From: Ben Forta [EMAIL PROTECTED] Open the web.xml file in the web-inf directory (under the web root) and add a

Re: CFMX Professional

2002-06-18 Thread DDB Lists
While I contemplate going from Studio 5 to Dreamweaver etc, is there a bundle of vtm's and docs that I can install into Studio 5 to make it aware of CFMX new tags etc? __ Signup for the Fusion Authority news alert and keep up

Re: Is the Netscape browser still a consideration?

2002-02-20 Thread DDB Lists
Last time I set up an html mail (2 weeks ago), I had to redo it because people couldn't read it using their NS 4.5 mail client. Go figure. - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 5:24 AM Subject: RE: Is

Re: CFContent and mapped drives?

2002-01-25 Thread DDB Lists
Even though you can get the cold fusion server to access files on a shared drive, by running cold fusion in an administrator account or some other user, this does not help for cfcontent because cfcontent runs in the context of the stub, in other words, it runs as the iis user and it is a lot more