Re:CFXML use of memory

2003-09-30 Thread Eric Chataigné
In fact I am managing an Extranet and I have around 250 organisations that are interested in downloading information from the system. We are looking for a standard way to provide such facility and the Web services standard seems perfect. As the downloaded data depends on the user, it will be

FW: CFGURU: Permissions error

2003-09-30 Thread Snake Hollywood
I'm having fun with CFMx this week. Now getting this error when trying to use cffile Normal file actions work fine within a site, it's only UPLOAD that doesn't work as this temp file is being copied from outside the site by CF. Have tried adding this temp folder into the sandbox security, but no

Menu options based on login ???

2003-09-30 Thread Ian Vaughan
Hi I have created a login system in Coldfusion and it works great. However I would like to restrict some links on the main menu to certain users For example CFIF Session.status = ?? WHAT GOES HERE ??? Display menu for users with a session.status of administrator only CFELSE Display other

RE: Menu options based on login ???

2003-09-30 Thread Peter Tilbrook
Try this (assuming the status variable is a numeric value, 1 for administrator access - 2 for editor access - 3 for contributor access, etc.: cfswitch _expression_ = #Session.Status# cfcase value = 1 Display menu for administrators only. /cfcase cfcase value = 2 Display menu for editors

RE: CF Salary Range

2003-09-30 Thread Adam Reynolds
Ok if we ain't talking ratescan this be moved to either cf-jobs-talk or cf-community. Where this topic is going will bring out strong emotions and rants can go on and on and on :) -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 06:14 To: CF-Talk

RE: CF Salary Range

2003-09-30 Thread Tim Laureska
Yeah... agreed ... sorry, movin' on -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 5:34 AM To: CF-Talk Subject: RE: CF Salary Range Ok if we ain't talking ratescan this be moved to either cf-jobs-talk or cf-community. Where this

RE: CF Salary Range

2003-09-30 Thread John McCosker
Agreed. J. -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 10:34 To: CF-Talk Subject: RE: CF Salary Range Ok if we ain't talking ratescan this be moved to either cf-jobs-talk or cf-community. Where this topic is going will bring out strong

CF Salary Range

2003-09-30 Thread Hawkes, Keith A CIV
How about the folks in California's Silicon Valley that are willing to work FOR FREE?!?!Of course, we are talking about California, where anything goes . . . Keith Hawkes DoD CF Developer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SES and URL Rewrite

2003-09-30 Thread Ketan Patel
Hi, Is there any way besides ISAPI Filter. Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 It's Not Creative if it doesn't Sell. http://www.g3group.com http://www.g3group.com -Original Message- From: Jack Dalaa [mailto:[EMAIL PROTECTED]

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Ketan Patel
Any Help on this topic is appreciated. Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 It's Not Creative if it doesn't Sell. http://www.g3group.com http://www.g3group.com -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED]

Java Custome Tag

2003-09-30 Thread Lists2 - TriPointTek
Anyone know of a unencrypted java custom tag for CF. Preferrably performs a somewhat basic function. Thanks, Dan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SES and URL Rewrite

2003-09-30 Thread Hugo Ahlenius
You can also use the 404 handler, I guess. It gets executed and dispatches the processing to the proper template according to the CGI path variable. - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Daniel Mackey
Hi, We came up with the same issues before and developed a COM object that handles redirects. The COM object is scriptable with VBScript scripts so you could for example: Script1 - Browse to a URL Script2 - Fill in a form Script3 - Submit the form And get the returned HTML from the last page of

RE: Java Custome Tag

2003-09-30 Thread Ben Forta
There are some examples in source code form under the cfx directory under the ColdFusion root (so on Windows using a default install C:\CFusionMX\cfx\java\distrib\examples). --- Ben -Original Message- From: Lists2 - TriPointTek [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30,

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Philip Arnold
I am looaking for a good CFX tag which resolves URL redirects and all. I need CFX http tag which resolves url redirects at server level means IIS redirects and all. Also returns me header information with the page content. Eg: www.compaq.com which redirects to new hp site. Please suggest me a

RE: Java Custome Tag

2003-09-30 Thread Craig Dudley
I've got loads, you just after the format?There's a JAVA CFX section in the help which covers most things, and includes some hello world cfx's which should help. But basically the format of a cfx is something like. - import com.allaire.cfx.*; public class myClassName

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Ketan Patel
Hi, I am on CF5.0 but soon will be moving to CFMX. Regarding the COM object is there anysite I cna find more on that. Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 It's Not Creative if it doesn't Sell. http://www.g3group.com

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Daniel Mackey
Hi Ketan, I will try and get some sort of a demo going maybe tonight or tomorrow. Email me off list and I'll explain more. Regards, Dan. -- If you would like to purchase any of my tags, components or applications, I have a PayPal Account that may make

Application and Request scope

2003-09-30 Thread Paul Wilson
I've been reading a few threads that advise on storing various things (that's a technical description btw) in the application or request scope. Why is this a good idea and what things should be stored there? Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Snake Hollywood
try www.intrafoundation.com, the IHTK has a CFX that does http Russ Michaels Macromedia/Allaire Certified ColdFusion Developer CFMX Hosting Phone: 0845 456 3487 Tech Support: 0906 9607800 FAX: 0709 2212 636 http://www.cfmxhosting.co.uk/ WEB: cfmxhosting.co.uk Please use the support helpdesk

RE: Java Custome Tag

2003-09-30 Thread John McCosker
There is also a really good article on this at sys-con.com, https://www.sys-con.com/coldfusion/article.cfm?id=639 https://www.sys-con.com/coldfusion/article.cfm?id=639 J. -Original Message- From: Lists2 - TriPointTek [mailto:[EMAIL PROTECTED] Sent: 30 September 2003 15:30 To: CF-Talk

Flash date format problem

2003-09-30 Thread Kay Smoljak
I'm working on a Flash remoting app, and I need to pass a list of dates from the Flash calendar component to a CFC. I'm having some problems with date formats. Flash is sending dates as strings like this: Mon Mar 10 00:00:00 GMT+0800 2003 In my CFC, when I run the following statements:

Re: CF Salary Range

2003-09-30 Thread Lists2 - TriPointTek
Tim Laureska wrote: I'm more concerned about what someone mentioned previously... the offshore folk who work for peanuts, but still do decent work. it seems this type of foreign competition is pervasive throughout our economy anymore ... Can anyone give me a reason to say those fears for

RE: Application and Request scope

2003-09-30 Thread Jim Davis
I explain this pretty thoroughly in my guide to CF variables here: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Guides/V ariables/Index.cfm I'm sure other people have other (perhaps better) opinions but that should give you the skinny at least. Jim Davis -Original

Re: Java Custome Tag

2003-09-30 Thread Lists2 - TriPointTek
Ben Forta wrote: There are some examples in source code form under the cfx directory under the ColdFusion root (so on Windows using a default install C:\CFusionMX\cfx\java\distrib\examples). --- Ben Didn't think of looking there. Thanks. Dan [Todays Threads] [This Message]

Re: Java Custome Tag

2003-09-30 Thread Lists2 - TriPointTek
Craig Dudley wrote: I've got loads, you just after the format?There's a JAVA CFX section in the help which covers most things, and includes some hello world cfx's which should help. I want to integrate a few into CF in conjunction with learning Java. Thanks [Todays Threads] [This

Re: CF Salary Range

2003-09-30 Thread Doug White
See reply posted in CF-Community == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772

RE: Flash date format problem

2003-09-30 Thread McGill, Eric
Worst case scenario, you can parse that thing out to a date format you know cf likes: cfscript dteFromFlash = Mon Mar 10 00:00:00 GMT+0800 2003; dteConverted = listGetAt( dteFromFlash, 3, ) - listGetAt( dteFromFlash, 2, ) - listGetAt( dteFromFlash, 6, ); writeOutput(dteConverted);

Re: Java Custome Tag

2003-09-30 Thread Lists2 - TriPointTek
John McCosker wrote: There is also a really good article on this at sys-con.com, https://www.sys-con.com/coldfusion/article.cfm?id=639 https://www.sys-con.com/coldfusion/article.cfm?id=639 J. Great, thanks John. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Java Custome Tag

2003-09-30 Thread Craig Dudley
You don't necessarily need to use CFX's, you can integrate a lot of java class files just by using cfobject. With CFMX this is a whole lot better as you can actually use java methods without writing and compiling class files. You have lots of options, I guess if the java is quite complex then

Re: Java Custome Tag

2003-09-30 Thread Darron J. Schall
You don't necessarily need to use CFX's, you can integrate a lot of java class files just by using cfobject. Just a quick example of leveraging a built-in Java class in CFMX: cfscript st = createObject(Java, java.util.StringTokenizer); st.init(This is my a|b String, |, false); // call the

Re: Java Custome Tag

2003-09-30 Thread Lists2 - TriPointTek
Darron J. Schall wrote: You don't necessarily need to use CFX's, you can integrate a lot of java class files just by using cfobject. Just a quick example of leveraging a built-in Java class in CFMX: cfscript st = createObject(Java, java.util.StringTokenizer); st.init(This is my a|b

re: Getting information from another website

2003-09-30 Thread Bushy
Hi, I would like to know if this is possible. Every week I go to this website that has the schedule for my sons hockey. http://allplayers.bladenet.net/allplayers/schedules.do?associationCode=CA0309seasonNumber=0scheduleGroupCode=CA0309-1 >From here I select the start/end from the

Drawing diagonal lines

2003-09-30 Thread Terry Troxel
I am using html and CF to dynamically draw rectangular wall modules based upon user input. I am using a scale of 1.5 pixels = 1 inch. I really would like to come up with a way of displaying the roof slope as well, but have been unsuccessful so far in drawing a diagonal line that I can display on

Parameters with cfmail in CFMX

2003-09-30 Thread Bastian Schmid
Hello, I'm in big trouble with cfmail. I have a textare to enter a eMail. This eMail is sent to the recipient with the following code: cfmail to=#email# from=#absender_name# #absender_email# subject=#betreff# server=mail.sdsolutions.de Port=25 CFMAILPARAM NAME=content-type VALUE

RE: Getting information from another website

2003-09-30 Thread Pascal Peters
You can use cfhttp to do that. Look at what fields the form posts and the URL of the action page. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: dinsdag 30 september 2003 15:46 To: CF-Talk Subject: re: Getting information from another website Hi, I would like to know if

RE: Application and Request scope

2003-09-30 Thread cfhelp
I read this and now I am questioning my Application. I have been building a document Library system. The Application is shared between all the sites using it by Virtual Directories. I use session variables in the login.cfm to set the User information (GUID, Directory, IsAdmin) after login

Re[6]: query string recognition

2003-09-30 Thread Ubqtous
Andre, On 9/29/2003 at 18:45, you wrote: AT Look in your cgi variables.You may have to parse it out of a string. The URL parameter does not appear in any of the CGI variables. ~ Ubqtous ~ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

pass array to CFtag by reference NOT value?

2003-09-30 Thread Gyrus
I know arrays are passed to custom tags via attributes by *value*, not reference (as is the case for structures and so on). Is there any way of forcing an array to be passed to a custom tag by *reference*? I'm writing a tag that needs to recursively strip out the descendants of hierarchical

Combining Form Fields ?

2003-09-30 Thread Ian Vaughan
I have three form fields that will make up a name, these are Title, Forename and Surname. Is it possible to combine the contents of these three form fields so it is entered into 1 database field. So basically is it possible for the form elements below to be entered as 'Mr Ian Vaughan' in the

RE: pass array to CFtag by reference NOT value?

2003-09-30 Thread Pascal Peters
There is no way of doing that AFAIK -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED] Sent: dinsdag 30 september 2003 16:21 To: CF-Talk Subject: pass array to CFtag by reference NOT value? I know arrays are passed to custom tags via attributes by *value*, not reference (as is

Cookie bug

2003-09-30 Thread John Stanley
I found a bug that some people might not be aware of. If you create a cookie called DSN in a web application, then the cold fusion administrator datasource page breaks. We are using CFMX. Just letting you guys know so you dont run into any problems. John Stanley Web Application Developer

RE: Combining Form Fields ?

2003-09-30 Thread Tony Weeg
sure. in your sql just do this... insert (fullname) values ('#form.title# #form.firstname# #form.lastname#') hth ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Ian Vaughan [mailto:[EMAIL

Re: pass array to CFtag by reference NOT value?

2003-09-30 Thread Matt Liotta
I know arrays are passed to custom tags via attributes by *value*, not reference (as is the case for structures and so on). Is there any way of forcing an array to be passed to a custom tag by *reference*? Simply wrap the array in a structure. Matt Liotta President CEO Montara Software,

Re: Parameters with cfmail in CFMX

2003-09-30 Thread Ubqtous
Bastian, On 9/30/2003 at 10:08, you wrote: BS Is it impossible to use parameters within the cfmail Tag? BS Or is there somethng wrong in my BS code? I am not sure why your code breaks, but MX6.1 now has a cfmailpart tag that will probably simplify things:

RE: query string recognition

2003-09-30 Thread McGill, Eric
I can't be certain, but I would say you just can't do it in CF5... You couldn't in ASP2.0, could in 3.0. You can in PHP 4.x and you can in CFMX. I would guess running different app servers on same webserver (IIS5) and OS (win2k) suggests that the appserver of choice is the one to blame (or be

RE: Combining Form Fields ?

2003-09-30 Thread Pascal Peters
INSERT INTO tbl_contact (contactname,...) VALUES ( cfqueryparam cfsqltype=CF_SQL_VARCHAR value=#form.Title# #form.Forename# #form.Surname#, ... ) -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: dinsdag 30 september 2003 16:22 To: CF-Talk Subject: Combining Form Fields

Re[2]: query string recognition

2003-09-30 Thread Ubqtous
Eric, On 9/30/2003 at 10:32, you wrote: ME I can't be certain, but I would say you just can't do it in CF5... ME You couldn't in ASP2.0, could in 3.0. You can in PHP 4.x and you ME can in CFMX. I would guess running different app servers on same ME webserver (IIS5) and OS (win2k) suggests that

RE: Parameters with cfmail in CFMX

2003-09-30 Thread Tim Blair
Is it impossible to use parameters within the cfmail Tag? Or is there somethng wrong in my code? If you're using MX6.1 then there is an incompatibility with the old way of sending multipart mails (as you are doing it) and with the new cfmailpart tag.

re: Getting information from another website

2003-09-30 Thread Jerry Johnson
If all you want is for the page to pop up with your info, just bookmark the following link (watch the wrap)

RE: query string recognition

2003-09-30 Thread McGill, Eric
[McGill, Eric] Only some versions of app servers will see those vars. Also, some that do allow you to do that will not recognize the query string on post requests - so you can do it on everything until you submit a form, then you have to specify a filename that you're posting to. I'm not sure if

Re: pass array to CFtag by reference NOT value?

2003-09-30 Thread Gyrus
At 10:27 30/09/2003 -0400, you wrote: Simply wrap the array in a structure. I'm missing the obvious today... Thanks. Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Parameters with cfmail in CFMX

2003-09-30 Thread Bastian Schmid
It works now! Thanks a lot! Greez, Bastian - Original Message - From: Tim Blair To: CF-Talk Sent: Tuesday, September 30, 2003 4:09 PM Subject: RE: Parameters with cfmail in CFMX Is it impossible to use parameters within the cfmail Tag? Or is there somethng wrong in my code? If

RE: Application and Request scope

2003-09-30 Thread Mike Brunt
Rick, you should lock Application, Server and Session variables.Session because if you use Frames or if you have slow running requests users can launch more than one thread which can cause memory corruption. Here is how those three scopes are seen: - SERVER – By all CFAPPLICATIONs on a single

Using getPageContext().forward()

2003-09-30 Thread Dave Carabetta
I'm using Client variables with getPageContext().forward() and I'm running into a problem where Client variables I set on the first page do not exist on the page that I forward to. I'm wondering whether or not this is expected behavior. Here's a small test snippet to reproduce: test1.cfm

RE: Combining Form Fields ?

2003-09-30 Thread A.Little
It usually best not to store data like this in one field though, rather store it in the 3 seperate fields and combine them in the query when you extract the data from the database or in your application. You may find in the future that you need to get 'Mr Smith' rather than 'Mr John Smith' from

Displaying links on a page

2003-09-30 Thread Deetra Whatley
Good Day, How do I create horizontal Links in ColdFusion? I would like to display links like this: Links First Second Third Fourth. Is there a way that ColdFusion know what page I am on and can display the text for the the active link - the last link.Am I supposed to use the url

RE: Displaying links on a page

2003-09-30 Thread Tony Weeg
your looking for whats called a Bread Crumb Trail of links, and there are many ways to do it...some do it by next id in succession from query results. some do it based on values in the url string, some do it based on a parentID in a database so if you know the id of the product you are showing on

OT: IIS not rendering ASP?

2003-09-30 Thread Shawn Grover
We have a web server that has been setup for virtual hosting.But for some reason it is refusing to interpret the ASP files.A request for an ASP file results in the text of the file being passed to the client, with no server side processing. We have searched MSDN, and the official solution is to

Re: IIS not rendering ASP?

2003-09-30 Thread Bryan Stevenson
A..the ASP files know that CFMX is coming and they're running scaredthey must be hiding ;-) Couldn't resistgetting weirdbeen in the the war room for weeks working on a big technical design document ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development

RE: IIS not rendering ASP?

2003-09-30 Thread McGill, Eric
First thing I would do is go into IIS control panel and confirm that the extension *.asp is mapped to asp.dll under the properties for that particular website. I'm sorry not to be able to tell you which tab it is - I'm not near a box with IIS running - but I think it is under the Configuration

Re: Combining Form Fields ?

2003-09-30 Thread Deanna Schneider
Ian, I know someone mentioned it already, but it's best to store each piece in a separate field. Then, if you want to have the fullname when you query the db, you can do something like this: SELECT title || ' ' || forename || ' ' || surname AS fullname FROM yourtable (That's the oracle syntax. I

Re:Flash date format problem

2003-09-30 Thread Kay Smoljak
Thanks Eric, I had started doing that, but I was hoping to avoid the brute force approach :) Someone on another mailing list posted this link, which fixed the problem: http://www.darronschall.com/weblog/archives/40.cfm Cheers, Kay. Worst case scenario, you can parse that thing out to a

RE: Drawing diagonal lines

2003-09-30 Thread Barney Boisvert
You might look into SVG.It's an XML-based vector graphics plugin, somewhat similar to Flash.However, since it's all XML, it's a snap to generate with CF.My company uses it internally for graphing and plotting all kinds of stuff.The only downside is that the plugin is over 2MB, but that's a one

Re: SES and URL Rewrite

2003-09-30 Thread Michael Dinowitz
In Website and CFMX I use this ugly code: function SES() { var SESUrlVars=RemoveChars(CGI.path_Info, 1, 1); var SESloopcount=ListLen(SESurlvars, ''); // If these are the same, then nothing important is on the url if (script_name EQ path_info) return 1; for(i=1;i LTE SESloopcount; i=i+1)

RE: Drawing diagonal lines

2003-09-30 Thread Jerry Johnson
A poorly thought out idea follows: What if you had two gifs containing diagnal lines in a transarent image. \and/ 10 pixels by 10 pixels. First, decide whether the slope is positive or negative. Then, just set the image display size to the rise and run of your needed slope, and you have a

Re: Drawing diagonal lines

2003-09-30 Thread Terry Troxel
Barney, I have the SVG plugin plugged in, but have not used it. Any chance you could point me at some examples, tutorials, etc. The application I am building will be running on an intranet so the 2 meg plugin size is not a downside. I have all the required dimensions already being saved into a

RE: Re[2]: query string recognition

2003-09-30 Thread Dave Watts
Any idea if it's syntactically valid to append a query string with no file name ( foo.com/?bar= )? I am guessing so, but then again maybe it's just tolerated. According to this: ftp://ftp.rfc-editor.org/in-notes/rfc1738.txt the path and searchpart are both optional, and it appears you can

RE: IIS not rendering ASP?

2003-09-30 Thread Shawn Grover
Thanks, we've checked that the ASP.dll was setup.But still no luck. (setting up on the ISAPI tab causes the site to not work at all, but it IS listed under the Home Directory tab / Configuration button).Navigating to the virtual server, we get the text of the iisstart.asp file. (The site documents

RE: IIS not rendering ASP?

2003-09-30 Thread DURETTE, STEVEN J (AIT)
By any chance was the iis lockdown tool run on this and set to stop asp? You might want to rerun the tool and ensure that asp is allowed. Steve -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 12:37 PM To: CF-Talk Subject: RE: IIS not

RE: IIS not rendering ASP?

2003-09-30 Thread Shawn Grover
The lockdown tool wasn't explitly run, but it might have run as part of service pack 4.We'll try running the tool manually and see what happens. Thanks. -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 10:44 AM To: CF-Talk

CFFILE wordperfect MIME type

2003-09-30 Thread Tim Laureska
Hello... can anyone tell me what the mime type should be for wordperfect in referencing acceptable file types in CFFILE ... Is it as simple as application/wordperfector are there separate references for different versions? TIA Tim [Todays Threads] [This Message] [Subscription] [Fast

RE: IIS not rendering ASP?

2003-09-30 Thread Dave Watts
The lockdown tool wasn't explitly run, but it might have run as part of service pack 4. We'll try running the tool manually and see what happens. Thanks. The IIS Lockdown tool isn't run unless you do it explicitly. Also, what it does, if I recall correctly, is that it removes the ISAPI

RE: IIS not rendering ASP?

2003-09-30 Thread DURETTE, STEVEN J (AIT)
Shawn, Also, you might want to try going to iislists.com.There is a lot of information there and you can sign up for the list you need (iis4, iis5, iis6). The people on that list really seem to know IIS.And Brett (the guy who runs the list) is a professional IIS trainer. Steve

cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Charlie Griefer
Hey all.. trying to do the following query: SELECT * FROM tblCheckout WHERE videoID = cfqueryparam value=#URL.videoID# cfsqltype=cf_sql_integer AND actual_returndate = cfqueryparam value= cfsqltype=cf_sql_date null=yes i'm getting 0 records returned, where I know there is 1 record that

MagickTag

2003-09-30 Thread Greg Luce
Anyone have experience using MagickTag by Alagad? I've used it to resize uploaded images with success, but having a hard time creating images with text or combined images. The documentation isn't really clear on the usage for these functions. Anyone have any sample code they've used to lay text on

RE: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Dave Watts
trying to do the following query: SELECT * FROM tblCheckout WHERE videoID = cfqueryparam value=#URL.videoID# cfsqltype=cf_sql_integer AND actual_returndate = cfqueryparam value= cfsqltype=cf_sql_date null=yes i'm getting 0 records returned, where I know there is 1 record that

RE: Drawing diagonal lines

2003-09-30 Thread Barney Boisvert
We didn't build stuff specific for printing, but I've printed graphs out without a problem, and I know other people have as well, with no complaints, so it works. I found very limited help online for getting started, but the grammar is pretty simple for just drawing stuff.The Adobe site

RE: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Barney Boisvert
CFQUERYPARAM is only useful for dynamic information.It makes the statements faster with most DBMSs (using prepared statements), and also provides a level of security, because it prevents SQL injection attacks. For any hard coded values (numbers, strings, whatever), you can use CFQUERYPARAM if you

RE: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Dave Watts
There is no way to use CFQUERYPARAM to pass a NULL to the database, so for that 'value' (and that value alone) you HAVE to use it directly. This may be true sometimes, but isn't always true. That's why CFQUERYPARAM has a NULL attribute - for exactly those cases. Some databases do allow the

mailserver suggestions (outgoing)

2003-09-30 Thread chris petersen
I'm looking for a new outgoing mailserver (preferably free) to work with coldfusion for relaying outgoing mail. I'm currently using Postcast - it's been great for a year or so, but all of a sudden it keeps crashing, and I don't know what to do short of replacing it. Any good suggestions for a

RE: Need better CFX tag instead of CFHTTP tag.

2003-09-30 Thread Tom Jordahl
I would certainly be interested in hearing why the CFMX 6.1 CFHTTP tag does not meet your needs. -- Tom Jordahl Macromedia Server Development -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 7:55 AM To: CF-Talk Subject: RE: Need

RE: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread DURETTE, STEVEN J (AIT)
Another place where the null attribute comes in handy is for inserts where you may or may not have data to insert. That's generally what I use it for.If I'm checking for NULL, I usually use IS NULL. Steve -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Barney Boisvert
Well, learn something new every day. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 10:33 AM To: CF-Talk Subject: RE: cfqueryparam and NULL values (SELECT) There is no way to use CFQUERYPARAM to pass a NULL to the database, so for that

Re: cfqueryparam and NULL values (SELECT)

2003-09-30 Thread Charlie Griefer
ok cool. I knew that just hard-coding the IS NULL would be ok...but I thought that consistently using the cfqueryparam would be...better.And knowing about the NULL attribute of the tag (thanks to Dave's article up on MM*), thought it could/should work. Just wanted to make sure i wasn't

RE: mailserver suggestions (outgoing)

2003-09-30 Thread cfhelp
I use IIS for relaying on my websites. But if that is not possible you could download ArgoSoft and use it. http://www.argosoft.com/ http://www.argosoft.com/ Rick _ From: chris petersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 12:37 PM To: CF-Talk

OT: Usability

2003-09-30 Thread Candace Cottrell
Well, just got back form the Nielsen/Norman Group conference in Chicago and I have to say that is was a real eye-opener! I had one session where Don Norman himself critiques a flash RIA I'm working on. And HE DIDNT BASH IT! Actually, I found quite a few flash proponents and a lot of people who

RE: OT: Usability

2003-09-30 Thread Mike Brunt
Thanks for this run-down Candace and you're right Usability and Accessibilty are very much neglectedand it is a REALLY big mistake that could eventually have legal implications. Where can I find the Flash Usability study btw? Kind Regards - Mike Brunt Original Message ---

Re: Usability

2003-09-30 Thread Kevin Graeme
That's really cool Candace! I'm glad to hear that they didn't rip your RIA to shreds. I figured that, like anything, it's really a matter of how it's designed and not what technology you choose. -Kevin - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL

OT -- How many CF ISP's and Inhouse users?

2003-09-30 Thread Nick Baker
Curious if any has a good estimate of the following: 1. How manyISP's sell CF hosting services? 2. How many use CF servers for their own hosting? Forta.com shows a total of 936 CF ISP's. I interpret those sell hosting services. Since that is a registration deal I am wondering how close that

RE: OT: Usability

2003-09-30 Thread Candace Cottrell
http://store.yahoo.com/nngroup/flasusbunrep.html The site is nngroup.com. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/30/2003 2:34:36 PM Thanks

free CF shopping cart ? your favorite ?

2003-09-30 Thread McNamara Kyle W CONT PORT
Hello, Do any of you have an opinion on the what is the best CF (MX) shopping cart that is for free or cheap? Thank you! Kyle [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Insert gone astray.... adding more than instructed :)

2003-09-30 Thread G.H.
Trying to get some code to work. Maybe someone could help me. Problem is that when I run the code, I seem to be getting unexpected results. The query runs, and where it should only dump 1 record into the db it is dumping 2 records that are identical except for the ID field (which is a MSAccess

Re: credit card test numbers

2003-09-30 Thread cf-talk
For Visa you can use: 4012345678990 Please note the two 9's at the end. -Novak - Original Message - From: Robert Orlini [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 29, 2003 11:41 AM Subject: credit card test numbers I'm testing out the use of our CF

Insert gone astray... not doing as instructed....

2003-09-30 Thread GH - CF
Trying to get some code to work. Maybe someone could help me. Problem is that when I run the code, I seem to be getting unexpected results. The query runs, and where it should only dump 1 record into the db it is dumping 2 records that are identical except for the ID field (which is a MSAccess

RE: credit card test numbers

2003-09-30 Thread Tony Weeg
I think its just 4 and any other 15 digits, however to be sure that you arent mischarging someones card, you would want to use 4111 wouldntyathink? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original

Re: Insert gone astray... not doing as instructed....

2003-09-30 Thread GH - CF
Sorry for the 2nd post of the same message made a mistake on my end Sorry. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Passing a URL number (used to be action pages not passing along info)

2003-09-30 Thread Laura Schlee
OK, there's good news and bad news -- I got my URL to pass along the ID number I was looking for -- thanks! -- but I'm pretty sure it's not getting passed as a number because I got suspicious and created an action page with one line cfoutput#URL.PersonnelKey#/cfoutput and I'm getting this

Re: Passing a URL number (used to be action pages not passing along info)

2003-09-30 Thread Jerry Johnson
I think your syntax is wrong. This line: input type=hidden name=PersonnelKey value=URL.PersonnelKey should probably be input type=hidden name=PersonnelKey value=#URL.PersonnelKey# (You want to write the value of the variable, not the literal string URL.PersonnelKey) Jerry Johnson [EMAIL

RE: Passing a URL number (used to be action pages not passing along info)

2003-09-30 Thread Ben Densmore
Your hidden form field containing Url.Personnelkey is missing ound signs. That is probably where the error is. Try #url.personnelkey# Ben -Original Message- From: Laura Schlee [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 2:54 PM To: CF-Talk Subject: Passing a URL

  1   2   >