Pagination (should be basic)

2002-09-30 Thread Russ
All, I'm trying to understand how to do simple pagination--that is, return a list of results or enter a page and only present the first X results. Likewise, I'd like to be able to present the next set of results (from x*2 to x*3), etc. Thank you for any assistance/pointers. Russ

Re: Pagination (should be basic)

2002-09-30 Thread Nick de Voil
Russ I'm trying to understand how to do simple pagination This is called a next-n interface. There are quite a few web resources on this if you do a search. Basically you need to do a CFQUERY... CACHEDWITHIN... to get the data efficiently, then display it on the page using variables to keep

Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Nick de Voil
I'm looking at this Verity doc http://www.verity.com/pdf/white_papers/MK0348a_Discovery_WP.pdf and I like the look of the THESAURUS, TYPO and SOUNDEX evidence operators. Are these available via CF? If not, what do I have to do to get them and what does it cost? Thanks Nick

RE: Ben's J2EE Book

2002-09-30 Thread Robertson-Ravo, Neil (REC)
I totally disagree.. getting it 'connected' is the easy part. The actual movement and animation (for which Flash is designed) is the difficult part. Flash is one of those progs which you need to be [a] a good designer [b] a good animator. If you are neither then stay clear of Flash or you will

ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall
Tried to install CFMX on a fresh development box at home and hit problems. Posted the following to the Macromedia Forums but haven't had any response so far. Any ideas? TIA === The ColdFusion MX service isn't starting. I've read the numerous other posts on this and have tried

RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Robertson-Ravo, Neil (REC)
Did you have a beta installed at some stage? Check the registry for the keys which start the services and verify they are pointing to the correct folder for the CF services. N -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 09:43 To: CF-Talk

RE: So many problems with CFC scopes...

2002-09-30 Thread Benoit Hediard
Sorry, I come back to the original thread problem : CFC scopes. Here are some more details one CFCs scopes and UDFs. When you excecute a CFMODULE, the only scopes still available in the CFMODULE script are 'attributes' + request/url/form, so you have to re-include UDF Lib. Which means that UDF

UDF Vs CFC (was RE: So many problems with CFC scopes...)

2002-09-30 Thread Benoit Hediard
I agree with you Raymond. But it is true that is more personal preference/coding style terms than performance/architecture terms. This are my personal rules : CUSTOM TAGS (ColdFusion Taglibs) - custom tags encapsulates presentation logic they always output content (usually HTML), - custom tags

RE: more cfstoredproc issues ...

2002-09-30 Thread Adrian Lynch
Whenever I right an SP I use.. CREATE PROCEDURE someSP @somthing AS int, @somethingelse AS varchar(50) I don't know if not using the AS is ok or not but give it a go, see if it fixes it Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL

RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall
Did you have a beta installed at some stage? Check the registry for the keys which start the services and verify they are pointing to the correct folder for the CF services. It was a *completely* fresh install of everything, starting with wiping the partition and reformatting with NTFS.

RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Robertson-Ravo, Neil (REC)
Yep, that is more than likely your problem. I know there are some issued with the installer as well. it may be worth swinging my MM.com to check it this is a documented one. N -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 11:44 To: CF-Talk

RE: more cfstoredproc issues ...

2002-09-30 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** YOu can comment out the call to the stored procedure and then output all the

RE: Ben's J2EE Book

2002-09-30 Thread Rick Faircloth
I guess it depends on what experience your bring to Flash as to what is easy and what is hard. I've been doing digital video production for years, which involves creating timeline-based graphics animation, as well as some 3-D animation, so graphics creation is more natural for me. When I first

RE: more cfstoredproc issues ...

2002-09-30 Thread Joshua Tipton
I do not know if this may be the underlying cause of the error but I do know that if sql is your database you cannot use timestamp as the datatype when you are passing in a date time field. It has to be CF_SQL_DATE. There was a disscusion about this on here last week but I think the person

RE: Ben's J2EE Book

2002-09-30 Thread Robertson-Ravo, Neil (REC)
I can relate to what you state but if all you are looking for is to create new business models and rich clients via a Flash UI then maybe a different approach is in order from MM. It seems a little overkill to use an expensive app which has a certain purpose for something so trivial. if you are

Re: UDF Vs CFC (was RE: So many problems with CFC scopes...)

2002-09-30 Thread Gyrus
Benoit, thanks for the summary of your rules-of-thumb for CF modularisation. I'll check out your site later. For now, could you clear up some terminology for this no-CS-background designer-turned-coder? ;-) I can hazard good guesses, but what do you mean by view, controller and model layers?

RE: Ben's J2EE Book

2002-09-30 Thread Rick Faircloth
I guess that exactly where I'm coming from. I have little interest in Flash's animation capability. But my browser/Internet-based application customers have expressed confusion when I try to convert them from software applications which utilize basically a one-page interface to multiple-page

Re: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Nick de Voil
OK, I RTFM'ed and in Developing ColdFusion MX Applications with CFML I find this: THESAURUS Expands the search to include the word that you enter and its synonyms. Collections do not have a thesaurus by default; to use this feature you must build one. SOUNDEX Expands the search to include the

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Raymond Camden
They are available - you don't need to do anything special to use them - you just use them. (Although I believe you have to use type=explicit in your cfsearch tag.) I'm not sure what the cost to performance is - most likely more than a simple search, but probably not bad.

Retry - Extracting filename of cfchart generated jpg

2002-09-30 Thread Dave Wilson
Hi all, I asked this last week with no response so thought I'd give it another go. Does anyone know if there is a way of determining the filename of a dynamically generated chart using cfchart (programmatically of course). Basically I've set cfchart to cache to disk and want to be able to

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
FYI, info from the course outline. This MAY change before the course is actually released... Developing Rich Internet Applications with Macromedia Flash and ColdFusion MX is a 3-day class designed to teach experienced ColdFusion developers how to create powerful internet applications that take

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
Thanks Ray, this does seem to be quite extensive and does teach the fundamentals of Flash as well... excellent. It does miss the point of Animation, but I suppose its out of scope. - Neil -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002

RE: CFMAIL problems

2002-09-30 Thread Everett, Al
Did you check to see if any of their customers are in the database twice? -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 10:24 AM To: CF-Talk Subject: CFMAIL problems A client is reporting a problem where PDF bulletins being

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
Thing is - I can't imagine when I'd want to use animation when developing Flash apps for web components. Maybe my view is too limited - but I see myself using simple components and forms 99% of the time. I can't imagine needing something flying across the screen. That's for the black beret

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Candace Cottrell
rofl @ beret wearing art freaks... When this class comes out, I am definitely THERE. Simon, is Branden Hall teaching this one? Or is the info still fairly limited ? TIA Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
True, True, but maybe MM should have built or released an app / tool just for this purpose. It doesnt make sense to use an app like Flash for something so trivial, when HTML would suffice. Surely thats the gain? If you use Flash you get all the bells and whistles which eludes HTML etc

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Rick Faircloth
Hi, Ray, and thanks for the info. Sounds like MM is address the potential that Flash has for revolutionizing the way Internet-based apps are developed. It will really bridge the gap between software-based apps and browser-based apps. From my view...forget the animation. Keeping the complication

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
I'm glad to see this is coming, but really wish that the info was available online for me to work through on my own here herethis is crucial. N -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:19 To: CF-Talk Subject: RE: Ben's J2EE Book,

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Rick Faircloth
I agree, Ray - I've had no use for Flash, even though I appreciate some of the animation it's produced. It's been an interesting *diversion* from the best uses of the Internet, and it's current use on the 'Net testifies to that perspective. It's basically an advertiser's tool...and advertisers

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
Trivial? Have you used DHTML lately? (grin). There are many things that Flash can do that one could do in DHTML - however the fact that you have 99% less cross-platform headaches would make even simple stuff better in Flash I think. I think Flash has more bells and whistles than just animation.

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
Thanks for your interest in making Flash MX, especially AS, accessible to the unwashed masses. Well, I certainly can't take credit for any of this. There are some very good people in our education department. In this case they wrote something that is EXTREMELY dead on for the coders. Sorry if

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
C'mon! :-) you really cant be serious? you are trying to compare Flash to DHTML?! Flash is an infinitely superior in everyway !!! I like Flash, dont get me wrong, but if all you are doing it linking to a DB for a static form or grid etc, then you may as well use HTML and no I am not anti

New course to be offered by MACR

2002-09-30 Thread Candace Cottrell
Would you say using Flash as an interface tool and CF as the back end tool would force us to separate logic from presentation? 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

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Dave Wilson
Just read up on this thread. Glad to See MM are addressing the issue full on, however I am wondering if they may also be addressing the issue of training accomplished Flash Developers in the art of Application development with CF? The main problem which I have encountered is not in learning how

RE: New course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
No, as a certain degree of 'logic' will have to be contained within the movie itself. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:31 To: CF-Talk Subject: New course to be offered by MACR Would you say using Flash as an interface

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
I like Flash, dont get me wrong, but if all you are doing it linking to a DB for a static form or grid etc, then you may as well use HTML and no I am not anti Flash Remoting - far from it, I just dont see the business benefit (development time = cost) of using say Flash for things which

RE: more cfstoredproc issues ...

2002-09-30 Thread S . Isaac Dealey
Thanks for the suggestion josh. I didn't think I had used any cf_sql_date flags... I did a search and replace on wwwroot including subfolders just to be sure and it didn't replace anything, so... I do not know if this may be the underlying cause of the error but I do know that if sql is your

RE: New course to be offered by MACR

2002-09-30 Thread Ben Forta
Less force and more encourage, I'd say. --- Ben -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 9:31 AM To: CF-Talk Subject: New course to be offered by MACR Would you say using Flash as an interface tool and CF as the back end

RE: New course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
I still dont think its anywhere near what it needs to be. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:40 To: CF-Talk Subject: RE: New course to be offered by MACR Less force and more encourage, I'd say. --- Ben -Original

RE: more cfstoredproc issues ...

2002-09-30 Thread S . Isaac Dealey
Figured it was a long shot, but I tried it -- no dice. Thanks for the suggestion Ade, Whenever I right an SP I use.. CREATE PROCEDURE someSP somthing AS int, somethingelse AS varchar(50) I don't know if not using the AS is ok or not but give it a go, see if it fixes it

Flash not updating in Mozilla or Netscape 7

2002-09-30 Thread Thomas Chiverton
Is there a known CF bug with flash graphics not updating correctly in these browsers, with CFServer 4.5.1 ? Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion __ Structure your ColdFusion code with

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
Yep, thanks Ray, and indeed what you are saying is that the path is defined as you require it - if you need a DBA you source one etc.. I think Flash Remoting and Flash movies have a place in development (take the Flash Expression Panel :-) but I think unless the need for having the full version

Running ColdFusion MX as specific user

2002-09-30 Thread Stefan Salzbrunn
This is a multi-part message in MIME format. --_=_NextPart_001_01C2688A.86A48660 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I am trying to get ColdFusion MX to run under a specifi user account. As long as that user is a memeber of the

RE: Locking

2002-09-30 Thread Robert Shaw
Thanks for the advice, Isaac. One other question, can you see any reason why it would be bad to set all my application variables in application.cfm and then use an if test to prevents further cfsets? What do you think of this technique or are there better ones? My colleague and I are having

OT (kinda) Unix/CFFILE ?

2002-09-30 Thread Paul Giesenhagen
In our applications, we make use of cffile quite abit, and would like to know what are the best CHMOD permission settings for the following examples. Uploading and Deleting Images /site/images/site_images/ -- To the site_images directory Writing Files to /site/ !-- Deleting and writing files

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Will Swain
Are these available with CF5 too, or are they new to MX? will -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:29 To: CF-Talk Subject: RE: Verity operators - THESAURUS, TYPO, SOUNDEX They are available - you don't need to do anything

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Rick Faircloth
Personally, I think that once this new paradigm of Flash Remoting is known by the person with enough vision and skills, new interface tools will be created that will do what Flash does in DB connectivity without the baggage that Flash brings from its beginning as a complicated and work-intensive

RE: UDF Vs CFC (was RE: So many problems with CFC scopes...)

2002-09-30 Thread Benoit Hediard
I can hazard good guesses, but what do you mean by view, controller and model layers? Ooops... sorry. It refers to the MVC pattern : Model View Controller. - View : the presentation layer (there is usually a HTML-based view layer generated by CFML pages), - Controller : the application flow

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Raymond Camden
They were in CF5 as well. === Raymond Camden, ColdFusion Jedi Master for Hire Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Will

Flash for data views : WAS Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Mike Chambers
-Original Message- From: Robertson-Ravo, Neil (REC) I like Flash, dont get me wrong, but if all you are doing it linking to a DB for a static form or grid etc, then you may as well use HTML and no I am not anti Flash Remoting - far from it, I just dont see the business

Reverse PDF tools

2002-09-30 Thread Mark A. Kruger - CFG
Ok... I know I can take HTML or other doc formats and automate the process of converting them into PDF format. Does anyone know of a tool that can do the reverse? I need to unpack a PDF page into source images and text. Anyone? -mk

RE: Flash for data views : WAS Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Raymond Camden
If all you are doing is presenting data to the user with no interaction, then there is not much advantage to using Flash. However, if the users interacts with that data in any way, then there are advantages. Namely, the fact that the entire page will not need to be refreshed to update

RE: Help attaching a dynamic pdf to an email

2002-09-30 Thread Mosh Teitelbaum
It's been a few years since I had to work with FDFs so forgive me if my info is a bit off, but... my understanding is that you don't need to attach the PDF, just the FDF. Note the line in the FDF that begins with /F. It indicates a URL from where the PDF can be downloaded. What should happen

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Will Swain
lovely...thanks Ray w -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 15:18 To: CF-Talk Subject: RE: Verity operators - THESAURUS, TYPO, SOUNDEX They were in CF5 as well.

RE: Reverse PDF tools

2002-09-30 Thread Haggerty, Mike
If you are looking to do this manually, I like to use Adobe Illustrator to change the PDF to EPS, save the images and then resize / output them in Photoshop. I have no idea of what tool you would use to automate this process. M -Original Message- From: Mark A. Kruger - CFG

RE: Running ColdFusion MX as specific user

2002-09-30 Thread Dave Watts
I am trying to get ColdFusion MX to run under a specific user account. As long as that user is a memeber of the administrator group, it seems to run fine. In CF5 you had to set specific access rights on the registry and the file system as described in KB 11859, however we cannot find out

CFQUERY: All employees who haven't entered data...

2002-09-30 Thread Angel Stewart
Hey all, Is there a simple SQL statement that would allow me to select all the employees...or all the EmpIds that are NOT in the Master table.. So I have tblEmployees and tblMaster. Basically I want to display all the bad bad people that did not enter their time for a specific period...an

error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Can anyone see what's wrong with this: cfscript If

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
so you are using an animation tool and doing no an animation? I may just be a tad blinkered, but its like using IE to browser text files and not HTML doesnt make sense... -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 15:35 To: CF-Talk

Slightly OT: Altering access tables in CF...

2002-09-30 Thread Yager, Brian T Contractor/Sverdrup
I am getting an error when I try to alter an Access table in CF. Has anyone had any success doing this? Thanks, Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL PROTECTED] (256) 842-8342

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Kevin Graeme
Let me just say that I'm very excited about this class. My background is interface design, but it's the code side that I want to sit down and learn. A code-centric class will be extremely welcome. I'll be looking forward to the announcement. Animation vs programming is a non-issue. For web sites

RE: Reverse PDF tools

2002-09-30 Thread Hugo Ahlenius
Using the ghostscript you should be able to dump each page to a graphical file format (of your choice). To get the text - you can use the xpdf kit (which includes a pdftotext) util. But I don't think you can get to HTML easily though... :( Adobe has such a service though:

RE: CFQUERY: All employees who haven't entered data...

2002-09-30 Thread Everett, Al
Use a subquery: CFQUERY Name=GetExceptions datasource=#DSN# SELECT tblEmployees.EmpName, tblEmployees.DeptID FROM tblEmployees WHERE tblEmployees.ID NOT IN ( SELECT tblMaster.empid

Re: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Jerry Johnson
And which line is line 67? [EMAIL PROTECTED] 09/30/02 10:55AM ** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Can anyone

RE: Flash for data views : WAS Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Rick Faircloth
Hi, Mike. Your work sounds exactly like what I'm trying to make happen. Any resources you would point me to, to get an Intermediate CF coder familiar enough with Flash Remoting, especially ActionScript, to create some one-page apps? Rick -Original Message- From: Mike Chambers

RE: error with a piece of cfscript code and I can't see what's wr ong?

2002-09-30 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** It's alright I've seen the error, it's been a very long day. -Original

Re: Slightly OT: Altering access tables in CF...

2002-09-30 Thread Randell B Adkins
Yes [EMAIL PROTECTED] 09/30/02 10:57AM I am getting an error when I try to alter an Access table in CF. Has anyone had any success doing this? Thanks, Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL PROTECTED] (256)

RE: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Bryan F. Hogan
Below is the corrected code, you had a few extra (s in front of your isdefined cfscript If (NOT IsDefined(Form.business_types) AND IsDefined(Form.residents)) { session.ResidentsOnly = yes; } Else If (NOT IsDefined(Form.residents) AND IsDefined(Form.business_type)) {

Adding two fields and displaying in a third

2002-09-30 Thread Thane Sherrington
I'm writing a form that allows a person to fill in the mileage and meal expense, and then displays the total in a third field. I'm using this in the meals expense field: input type=Text name=CostOfMeals#Line# value=0 validate=float required=Yes size=5 maxlength=5

Re: CFQUERY: All employees who haven't entered data...

2002-09-30 Thread Alex
use subquery. either NOT IN or WHERE NOT EXISTS On Mon, 30 Sep 2002, Angel Stewart wrote: Hey all, Is there a simple SQL statement that would allow me to select all the employees...or all the EmpIds that are NOT in the Master table.. So I have tblEmployees and tblMaster. Basically I

RE: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Bryan F. Hogan
P.S. Your if and else if should look like this. if (not isdefined('form.business_types') and isdefined('form.residents')) not like if (NOT IsDefined(Form.business_types) AND (IsDefined(Form.residents)) You where closing your if statement and then trying to continue it, hope that makes since.

RE: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Ben Doom
: Can anyone see what's wrong with this: : : cfscript : If (NOT IsDefined(Form.business_types) AND : (IsDefined(Form.residents)) { : session.ResidentsOnly = yes; : } On the next line, you're closing the if clause and then

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Rick Faircloth
Neil, do you see any advantage to one-page data presentation and maintenance interfaces as opposed to multiple-page interfaces? Rick -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:57 AM To: CF-Talk Subject: RE: Flash

RE: more cfstoredproc issues ...

2002-09-30 Thread Costas Piliotis
Dude... In your cfprocparam tag, you write this: cfprocparam type=in dbvarname=LibraryID You should write: cfprocparam type=in dbvarname=@LibraryID AFAIK, you need the @ symobol. Also, the word AS is unnecessary... You don't need it for any variable declaration in a stored proc.

RE: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Mike Townend
It could be that your if's are not using one bracket set for the entire check.. i.e. You haveif () AND () { Try changing them to if (() AND ()) { And see if that helps... HTH -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002

Re: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread Jochem van Dieten
Comment inline: cfscript If (NOT IsDefined(Form.business_types) AND IsDefined(Form.residents)) { // ( removed session.ResidentsOnly = yes; // Don't you need quotes around this yes? } Else { If (NOT IsDefined(Form.residents)) AND (IsDefined(Form.business_type)) { // ( removed

RE: error with a piece of cfscript code and I can't see what's wr ong?

2002-09-30 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Thanks Bryan, it's working fine now. -Original Message- From: Bryan

RE: Adding two fields and displaying in a third

2002-09-30 Thread Turetsky, Seth
thane, it's trying to concatenate them instead of adding, try something like this(forcing the values into numbers then adding them): input type=Text name=CostOfMeals#Line# value=0 validate=float required=Yes size=5 maxlength=5 onchange= var num1=new

Re: CFMAIL problems

2002-09-30 Thread Gyrus
- Original Message - From: Everett, Al [EMAIL PROTECTED] Did you check to see if any of their customers are in the database twice? --- Thanks for the idea, but no, there don't appear to be any duplicate customer accounts in the DB. Still waiting for a peek at the

Re: Reverse PDF tools

2002-09-30 Thread I-Lin Kuo
http://pdftohtml.sourceforge.net/ I haven't had a chance to try it, though. --- Mark A. Kruger - CFG [EMAIL PROTECTED] wrote: Ok... I know I can take HTML or other doc formats and automate the process of converting them into PDF format. Does anyone know of a tool that can do the reverse?

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
It depends, yeah sure its 'cool', but do you really gain from using a flash movie? sure, you get the movie in the browser window and you dont have to reload the page persay - but you still have to load the information into the movie and this effectively is your page load. Multiple Page

RE: Adding two fields and displaying in a third

2002-09-30 Thread Mosh Teitelbaum
onchange=window.document.ExpenseForm.TotalAmount#Line#.value=eval (window.document.ExpenseForm.Mileage#Line#)+eval(window.document. ExpenseForm.CostOfMeals#Line#); Add .value to the end of the 2 fields you're trying to add, as in:

RE: Adding two fields and displaying in a third

2002-09-30 Thread Turetsky, Seth
forgot the .values on the end of each var, that's why it was putting in [object], should work now. -Original Message- From: Turetsky, Seth Sent: Monday, September 30, 2002 11:19 AM To: '[EMAIL PROTECTED]' Subject: RE: Adding two fields and displaying in a third thane, it's trying to

RE: Adding two fields and displaying in a third

2002-09-30 Thread Pascal Peters
You didn't get the value, but the object: input type=Text name=CostOfMeals#Line# value=0 validate=float required=Yes size=5 maxlength=5 onchange=window.document.ExpenseForm.TotalAmount#Line#.value=eval(windo w.document.ExpenseForm.Mileage#Line#.value)+eval(window.document.Expense

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
Oh and to add...you have a look at all the examples and SOTD etc.. and you see how many are cool, and have aninamation etc (I woudl say 100%) this is where the npower lies, but not everyone has this power.. funky and cool sells apps, there is nothing wrong with that, but on a whole; its

RE: Locking

2002-09-30 Thread S . Isaac Dealey
Again, I've had good experiences with this technique... Here's an example: cflock scope=application type=readonly timeout=30 cfparam name=url.getappudf type=boolean default=#yesnoformat(isdeinfed('application.udf'))# cfif url.getappudfcfset request.udf =

Using the Verity Engine on non-cf apps

2002-09-30 Thread Bruce Sorge
If you have CFMX and .net apps running on the same server, is it possible to use the K2 Verity engine on the .net apps, or does this require one to purchase and install the K2 product? Thanks, Bruce __ Structure your

RE: Verity operators - THESAURUS, TYPO, SOUNDEX

2002-09-30 Thread Adam Reynolds
Ray, This is gonna get very verity focused. In principle can I create my own 'locales' for use with my own file sets. In effect I could copy the english locale, then create a new local called 'awkwardcustomer'. Reverse engineer the vdk20.syd (the english thesaurus file) using mksyd -locale

Re: Flash for data views : WAS Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread S . Isaac Dealey
If all you are doing is presenting data to the user with no interaction, then there is not much advantage to using Flash. However, if the users interacts with that data in any way, then there are advantages. Namely, the fact that the entire page will not need to be refreshed to update the

[no subject]

2002-09-30 Thread Rebecca _Becky_ Brewer
Hi all, I'm having this fun problem with a CFGRAPH tag in CF 5 that's driving me a bit crazy this morning. My code is calculating the sales average for the users' state vs. the national sales average for the same time period, and assigning these to local variables named #salesAvg# and

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Ben Forta
Actually, I think it makes a lot of sense. I just needed a form with side by side list boxes, make a selection in one and the second is populated with selections that change based on what was selected in the first. Try doing that simply and easily in HTML (without screen refreshes). Flash,

RE: CFLOCATION to external sites - failure

2002-09-30 Thread Cornillon, Matthieu
Hi, all. I'm afraid that this isn't the problem. The addresses are indeed fully qualified. I have rewritten the CFLOCATION tag several times from scratch to be sure I have no typos. I have cut and pasted the exact URL string from the CFLOCATION url attribute to a browser's address bar (on the

Problems with CFGRAPH accuracy

2002-09-30 Thread Rebecca _Becky_ Brewer
Hi all, I'm having this fun problem with a CFGRAPH tag in CF 5 that's driving me a bit crazy this morning. My code is calculating the sales average for the users' state vs. the national sales average for the same time period, and assigning these to local variables named #salesAvg# and

RE: Flash for data views

2002-09-30 Thread Ben Johnson
All, I've been doing Flash apps for a while now and I wanted to put in a couple cents to this thread about my experience. I would like to agree with Ray and Mike on a lot of their points. Flash does not necessarily equal more time. It has a learning curve no doubt, but so does

RE: Adding two fields and displaying in a third

2002-09-30 Thread Thane Sherrington
At 11:22 AM 9/30/02 -0400, Mosh Teitelbaum wrote: onchange=window.document.ExpenseForm.TotalAmount#Line#.value=eval (window.document.ExpenseForm.Mileage#Line#)+eval(window.document. ExpenseForm.CostOfMeals#Line#); Add .value to the end of the 2 fields you're trying to add, as in:

COM help

2002-09-30 Thread Brian Ferrigno
I need help tracking down an error in using CFOBJECT to create a csv file from an excel spreadsheet. I am using CF to open up an excel spreadsheet and then trying to turn the data into a csv file. The code i'm using works fine the first time the application is launched but on subsequent tries

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Raymond Camden
Actually, I think it makes a lot of sense. I just needed a form with side by side list boxes, make a selection in one and the second is populated with selections that change based on what was selected in the first. Try doing that simply and easily in HTML (without screen refreshes).

Setting a VARIANT_BOOL COM attribute from CF

2002-09-30 Thread Brian Panulla
I'm trying to use a VC++ COM object that has some VARIANT_BOOL attributes from ColdFusion via CFOBJECT. No matter what value I set the attribute to (1, 1.0, -1, -1.0, 0, true), it's always FALSE. Double/Int/Float parameters and methods work just fine. Is this a variable typing/casting issue?

Re: error with a piece of cfscript code and I can't see what's wrong?

2002-09-30 Thread S . Isaac Dealey
You've either got an extra ( before the 2nd IsDefined(form.residents) or are missing a ) after it... If (NOT IsDefined(Form.business_types) AND (IsDefined(Form.residents)) { session.ResidentsOnly = yes;

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Robertson-Ravo, Neil (REC)
OK then, will I get a super discount on Flash from MM - say 98% as I am only going to use 2% of its features? :-) nah, didnt think so.. N -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 16:38 To: CF-Talk Subject: RE: Flash for data views :

  1   2   3   >