RE: pdflib

2002-07-23 Thread Daye, Marianne
From http://www.pdflib.com/pdflib/faq.html#q6: Q: Why does a stamp with the text www.pdflib.com appear on all my pages? A: This demo stamp appears when one of our binaries distributed by PDFlib GmbH is used. It can be disabled by purchasing a PDFlib license, and applying the delivered license

RE: CF VS ASP - let the trolling being

2002-04-04 Thread Daye, Marianne
I have to agree that CF is easier and faster to use than ASP. However, ASP does have the advantage of PWS. Does CF have an equivalent? I started out with ASP, then used CF for two years, and now I'm using ASP again. I'm not ecstatic about it, but I have found a couple of advantages: 1.

RE: CF VS ASP - let the trolling being

2002-04-04 Thread Daye, Marianne
some of the issues you brought up here. Please explain better. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:11 AM To: CF-Talk Subject: RE: CF VS ASP - let the trolling

RE: CF VS ASP - let the trolling being

2002-04-04 Thread Daye, Marianne
. You can use PWS with CF. I do all my development on my local PC by copying the CF site to my home computer. The best thing to do is know the technology you are using. On Thu, 4 Apr 2002, Daye, Marianne wrote: I have to agree that CF is easier and faster to use than ASP. However, ASP does have

RE: CF VS ASP - let the trolling being

2002-04-04 Thread Daye, Marianne
-Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 10:36 AM To: CF-Talk Subject: RE: CF VS ASP - let the trolling being Pardon me! I hadn't heard of CF Enterprise. Hence the question Does CF have an equivalent?. If I ever get to code in CF again I'll

RE: SQL?

2002-01-16 Thread Daye, Marianne
If there's a volume discount you might need to factor that into the database design as well. -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 5:00 PM To: CF-Talk Subject: RE: SQL? The problem with keeping the price with the album. What

RE: SQL Help

2002-01-11 Thread Daye, Marianne
Or you can do it in CF like this: cfquery name=sel_data datasource=sys_db dbtype=ODBC SET NOCOUNT ON INSERT INTO TAUX_001 (DSC_CHKLST , IND_STATUS) VALUES ('OBS' , 20) SELECT @@IDENTITY AS COD_REQ SET NOCOUNT OFF /cfquery cfset New_COD_REQ =

Passing recordset to caller template

2002-01-03 Thread Daye, Marianne
How do I pass query results from a custom tag to a caller template? Marianne Daye Programmer/Analyst Information Delivery Systems http://ids.rti.org __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB

RE: Passing recordset to caller template

2002-01-03 Thread Daye, Marianne
Never mind, I figured it out. In custom tag: cfquery name=REQUEST.QueryName... In calling template: cfoutput query=REQUEST.QueryName .. Easier than I thought! Marianne -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 12:11 PM To: CF

RE: Passing recordset to caller template

2002-01-03 Thread Daye, Marianne
: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 12:11 PM To: CF-Talk Subject: Passing recordset to caller template How do I pass

RE: hosting recommendations

2001-11-27 Thread Daye, Marianne
Hi Kevin, How's the 'relational' database coming along? As I mentioned before, it would be really useful if everyone who needs access to member's phone numbers, etc. would be able to get the most recent data from a Web site instead bugging you for it. Class leaders and committee chair persons

RE: hosting recommendations

2001-11-27 Thread Daye, Marianne
Sorry, I meant to forward, not reply. -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 8:34 AM To: CF-Talk Subject: RE: hosting recommendations Hi Kevin, How's the 'relational' database coming along? As I mentioned before, it would

RE: Session and Client Variables

2001-11-16 Thread Daye, Marianne
Woe, cease fire! I, the 'original respondent', was just trying to exercise my awkward sense of humor. Kwan Suh, if I ever pick a fight, I want you on my side. You may be belligerent, but you make a good case. I have worked on two shopping cart type applications with complex variables. On the

RE: Session and Client Variables

2001-11-15 Thread Daye, Marianne
Kwang Suh, My heart goes out to you! You sound like you've had a bad experience with a session variable cult, or something. But if used in its proper context, session variables can change your (work) life. In your darkest hour, when confronted with the need to pass queries of information,

RE: Having major problems with session variables

2001-11-14 Thread Daye, Marianne
Just a shot in the dark, but are you by any chance using the Duplicate() function to copy complex session scoped variables to local variables? In CF 4.5 and earlier, the Duplicate() function can cause some really strange memory corruptions, and even reach outside the current session and

RE: Request Scope Questions

2001-11-13 Thread Daye, Marianne
Well, the 'issue' (to put it mildly) that we experienced appeared to be one of memory corruption. We got inconsistent, very vague error messages, sometimes referencing variable names from another application on the same server. The problems were very persistent, so if you haven't been having

RE: Points of failure for session variables

2001-10-02 Thread Daye, Marianne
Chris, what did you mean when you said that a query with a name of application.queryname is a 'write'. Doesn't that depend on what you do with it? If I loop through session.QueryName, but only read the values, is that not a 'readonly' for locking purposes? Marianne Daye Programmer/Analyst

RE: Training Recommendations

2001-09-07 Thread Daye, Marianne
Hi Jay, I took a class called Implementing a Database on MS SQL 7.0 with Productivity Point Intl (www.propoint.com). It covered everything you're looking for, and you get to keep the lesson binder. It does not related back to ColdFusion, but I think it's important to learn the ins and outs of

RE: Setting form var with Java

2001-04-18 Thread Daye, Marianne
No guarantees here, but try this: var oldvalue = FormName[FieldName].value Marianne Daye -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:21 AM To: CF-Talk Subject: Setting form var with Java Sent this once already but have not

RE: To ASP or not to ASP

2001-03-21 Thread Daye, Marianne
I initially used ASP, and had to switch to CF when I changed jobs. I get my work done faster in CF, and I don't have to define and open objects to access data from a database. You can also get new people trained faster on CF than on ASP because they don't need to know VB. CF does not eliminate

RE: CF, ASP, and Front Page playground?

2001-03-21 Thread Daye, Marianne
I've use ASP with FrontPage. Not good! FrontPage likes to write it's own code and mess up your neatly aligned code. Marianne Daye -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 9:08 AM To: CF-Talk Subject: CF, ASP, and Front Page

RE: SQL Cross-Tab / TRANSFORM

2001-03-20 Thread Daye, Marianne
In case you haven't found an example yet, in SQL Sever Books Online, select the Index tab and enter 'rotated data'. Double-click on the highlighted selection, and select Cross-tab Reports. That's the best example I've seen anywhere. Marianne Daye Programmer/Analyst Information Delivery Systems

RE: DB structure advice

2001-03-20 Thread Daye, Marianne
I think you'll get better performance on your queries when you query the sub-groups from a separate table because you'll have fewer records to sort through. Personally, I don't like to work with tables that have a gazillion fields that don't apply to the particular task at hand. Marianne Daye

RE: incrementer

2001-03-20 Thread Daye, Marianne
Or you can SELECT MAX(id) FROM mytable before you run the query to INSERT INTO mytable. Marianne Daye Programmer/Analyst Information Delivery Systems (IDS) http://ids.rti.org -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 12:11 PM To:

Got PDFlib?

2001-02-05 Thread Daye, Marianne
I'm considering using PDFlib to generate PDF files on the fly, and I was wondering if anyone has some experience to share. We can't use existing pdf templates because the number of fields varies, and it's my understanding that PDFlib allows you to create the PDF dynamically on the server.

RE: Cross Browser DHTML Menu

2001-01-18 Thread Daye, Marianne
Here's an example that worked for me: http://www.webreview.com/1998/07_24/webauthors/07_24_98_10.shtml -Original Message- From: Raymond B. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 4:40 PM To: CF-Talk Subject: RE: Cross Browser DHTML Menu http://www.dynamicdrive.com

RE: Learning Javascript Books,

2001-01-08 Thread Daye, Marianne
JavaScript Bible by Danny Goodman consists of both a tutorial and an object and language reference. A little over a thousand pages + example scripts on CD-ROM. It's pretty extensive, and easy to understand. Check out the reviews at amazon.com, ISBN 0-7645-3188-3. Marianne Daye

RE: queries vs arrays

2000-12-14 Thread Daye, Marianne
Thanks, guys, for asking and answering the right question! This is the perfect solution to my shopping cart dilemma. I'm not ready to tackle structures of arrays, yet, but this works just as well if not better: Loop through shopping cart (query) once to create a list of key fields. Use Row =

RE: CFreport and crystal reports

2000-12-13 Thread Daye, Marianne
Try taking a look at recrystallize.com. It's just a wizard that generate the html files to run the crystal report; you can probably fined your answers in those files. There's a beta version you can try for free. It uses a dll (u2fpdf.dll) which comes with the download. I haven't actually

RE: Allaire Advanced Fusion Developement Class

2000-11-16 Thread Daye, Marianne
I took it with Productivity Point. Details are covered on their Web site: http://www.propoint.com/featuresheets/Aadvcf_ftr.htm Marianne -Original Message- From: Kevin Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 5:11 PM To: CF-Talk Subject: RE: Allaire Advanced

RE: Allaire Advanced Fusion Developement Class

2000-11-15 Thread Daye, Marianne
I liked it a lot! I would recommend it to anybody who's comfortable with the basics of CF. The course book has a lot of easy to follow explanations of everything, and makes for a good reference. I left with valuable knowledge. Marianne Daye -Original Message- From: Willy Ray

RE: cfmail receipt ants

2000-11-10 Thread Daye, Marianne
At the developer conference I heard that the current limit is 40 recipients, but this limit will no longer apply in CF 5.0. Marianne Daye Programmer/Analyst Information Delivery Systems http://ids.rti.org -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Dynamic PDF

2000-10-31 Thread Daye, Marianne
There's a custom tag called htm2pdf that does this. http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=html2p dfsearch=search. I haven't actually put it to the test, but I plan to use it in the near future. If you use it, could you tell me what you think and problems you

CF_TwoSelectsRelated - Pre-selecting options

2000-10-26 Thread Daye, Marianne
Using Nat Weiss' CF_TwoSelectsRelated tag, does anyone know how to default the selection boxes to a specific option, as in OPTION VALUE="MyValue" SELECTED? Thanks in advance! Marianne Daye Programmer/Analyst Information Delivery Systems http://ids.rti.org Ph: (919) 541-8031

RE: SQL Date Error --Help Needed

2000-10-16 Thread Daye, Marianne
I just put it to the test on my own application with datetime field in the database. #CreateODBCDate(Now())# seems to work just fine. Marianne Daye -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000 11:50 AM To: CF-Talk Subject: SQL Date

RE: How to view textfiles

2000-10-05 Thread Daye, Marianne
How does the user know the name of the text file(s)? Is he selecting from a list? Is it a result of a query he requested? If the path and file name are known, the user should be able to just click on a link. a href="path/filename.txt"download file/a With a .txt file, this will probably

RE: CF Career Advice?

2000-09-26 Thread Daye, Marianne
Location may be a factor. In my location (RTP, NC) the demand is so great that many employers have to settle for less than what they'd hoped for, which is a great opportunity for an entry level who just wants an opportunity to prove himself. My experience was limited when I got my present job;

RE: 2nd Conference

2000-09-25 Thread Daye, Marianne
In that case I'll definitely have to beg my employer to send me. Wouldn't want to miss out on the food! ...Oh yeah, and the conference. Marianne -Original Message- From: CF-Talk [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 24, 2000 6:36 AM To: CF-Talk Subject: Fw: 2nd Conference

RE: 2nd Conference

2000-09-25 Thread Daye, Marianne
decided on. They are expecting 6000 cfer's.. ~Justin MacCarthy ~ Ireland - Original Message - From: "Daye, Marianne" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: "Meroz, Yael" [EMAIL PROTECTED]; "Nichols, Robert H." [EMAIL PROTECTED] S

RE: 2nd Conference

2000-09-22 Thread Daye, Marianne
Yeah, but you probably didn't have to pay it out of the pocket money you get after the European tax rate (depending on where Iztok is from). Marianne Daye (originally from Denmark) -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 10:12

RE: 2nd Conference

2000-09-22 Thread Daye, Marianne
of gas in the UK :)) Stew -Original Message- From: Daye, Marianne [mailto:[EMAIL PROTECTED]] Sent: 22 September 2000 15:31 To: CF-Talk Subject: RE: 2nd Conference Yeah, but you probably didn't have to pay it out of the pocket money you get after the European tax rate (depending on where Iztok

RE: 2nd Conference

2000-09-22 Thread Daye, Marianne
If their taxes are too high, that is their problem. That still doesn't change the fact if you can't afford it you can't go. - Original Message - From: "Daye, Marianne" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, September 22, 2000 9:31 AM Subject

RE: I GIVE UP!

2000-09-13 Thread Daye, Marianne
Have you tried 6 ? Marianne Daye -Original Message- From: Geno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 1:39 AM To: [EMAIL PROTECTED] Subject: I GIVE UP! I want to select all records from a table that "do not" contain the number 6. Sheesh! Why is it so

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Daye, Marianne
I was happy with an applet called tChart which allows you to pass parameters to various types of charts. At http://www.javaside.com/us/tchart.shtml you will find a demo and download. The download comes with several files depending on your circumstances. To pass parameters you'll want to use

RE: IsDefined() problems

2000-08-24 Thread Daye, Marianne
Are you remembering to enclose the variable in quotations marks? cfif IsDefined("var") ... /cfif Marianne -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 10:57 AM To: Cf-Talk Subject: IsDefined() problems Just a quickie. I

RE: Select Distinct not so distinct

2000-08-11 Thread Daye, Marianne
If any of the remaining fields are numeric you can use SELECT DISTINCT name, sum(foo) AS foo, sum(bar) AS bar ..., and that will narrow down the combinations. Marianne Daye Programmer/Analyst -Original Message- From: Olive, Christopher M Mr NMR [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Listing column names in a table

2000-07-18 Thread Daye, Marianne
There was an article in the ColdFusion Developer's Journal called Dynamic Table Query Engine that gives you what you need, and then some (provided you're NOT using Access). I couldn't find the complete article on line, but you can get the source code listings at

RE: Role-based access

2000-07-17 Thread Daye, Marianne
Did you get Hal's newsletter with his book preview on user permissions. This is applicable if one user can have several permissions (or belong to multiple groups). http://www.teamallaire.com/newsletters/JulyNewsletter.cfm Marianne Daye Programmer/Analyst Information Delivery Systems

RE: searches failing...help.

2000-07-12 Thread Daye, Marianne
If you use 'WHERE knowledge = '#search_string#, you will only get records where knowledge matches the search string exactly. If you use LIKE, you will only get records where some part of knowledge matches the search string exactly, i.e. 'Jane Doe' is contained in 'Jane Doe Peterson', but 'Jane