RE: Extracting Text from PDF Documents with CF

2001-07-15 Thread Dennis Powers
Kevin, I downloaded the win32 version and can't seem to make it work. What command line parameters do you use? Best Regards, Dennis Powers UXB Internet (203) 879-2844 http://www.uxbinfo.com/ -Original Message- From: Kevin Ward [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001

Re: php info

2001-07-15 Thread W Luke
www.devshed.com is a great resource too. hth -- Will new media discussion for Berkshire -=- http://bnm.lukrative.com local classifieds -=- http://www.localbounty.com e: [EMAIL PROTECTED] icq: 31099745 - Original Message - From: Bruce, Rodney [EMAIL PROTECTED] Newsgroups: cf-talk Sent:

CFX and the caller scope?

2001-07-15 Thread Bryan LaPlante
I have a lot of cfml custom tags and I am learning to write them in Java. I have looked in the cf-talk and cfx-talk archives as well as all the Allaire doc's I could find and searched via google finding no information about interacting with the different scopes of the calling template. Is it

Test

2001-07-15 Thread Dick Applebaum
~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: Loading file into another application

2001-07-15 Thread phumes1
Hi, I have a list of files that I would like to send to another application (UltraEdit). When a user clicks on the hyperlink that file will be opened in the editor. Can this easily be done? ~~ Structure your ColdFusion code with Fusebox. Get

RE: Kinda OT: Search by zip code

2001-07-15 Thread David Shadovitz
I can't resist: Be careful with your calculations, or you'll go the WRONG WAY CORRIGAN. (See http://www.thehistorynet.com/AviationHistory/articles/2001/0501_cover.htm) -David On Wednesday, July 11, 2001 1:41 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] wrote: I have to write a search

Re: Sorting on Two Queries

2001-07-15 Thread Skyward Internet Technology
Lee, How does that help me. I need the items in query 1 to display, unless there is an item in query 2 during the same time slot, then the time from query two displays instead. Example below: Query 1 Query 2 Display 6am - 10amQ1

RE: Forms+SQL+Params

2001-07-15 Thread David Shadovitz
If so, that's one good reason to use CGI.SCRIPT_NAME for the form's action template. cfform action=#CGI.SCRIPT_NAME# method=post -David On Thursday, July 12, 2001 1:48 PM, Lee Moore [SMTP:[EMAIL PROTECTED]] wrote: I'm assuming that the form is posting to itself since you did not give the name

SOT: Remove dead projects from Studio drop-down list?

2001-07-15 Thread Lee Fuller
Has anyone figured out how to remove a project from the drop-down in Studio, when that project is dead or has been deleted (either on purpose or by mistake)? I can't seem to get the little bugger off that drop-down menu. TTAIA PS - This is the second send to the list. The last came back

RE: Extracting Text from PDF Documents with CF

2001-07-15 Thread David Shadovitz
There's a little bit on using COM to access PDF info in CF at CF Comet, www.cfcomet.com/. The Adobe website has tons of documentation. See chapter 4 of the Interapplication Communication (IAC) Overview at http://partners.adobe.com/asn/developer/acrosdk/docs/iac/IACOverview.pdf. Objects

can I combine this query somehow?

2001-07-15 Thread Terri Stocke
Hey group, I'm creating a search interface for my users, and due to the potential number of records being returned by the searches, I really need to use Next N browsing to display the returned records. However, since I cannot use more than one query with Next N browsing, I either need to

RE: sharing a structure with the calling template

2001-07-15 Thread Rich Tretola
OK here is my question. I would like to run an application with several accounts sharing the same code based on their id. I know that I could simply include the id in each url like http://www.whatever.com/?id=#id# but I would really like a cleaner look like http://www.whatever.com/#id# Is

RE: Unrelated

2001-07-15 Thread David Shadovitz
How about http://docushare.xerox.com/ -David On Thursday, July 12, 2001 3:29 PM, bajaria aslam [SMTP:[EMAIL PROTECTED]] wrote: Hi All, sorry to post a question that is not related to coldfusion. Does anyone know of any mailing list for Docushare ( it is document management software

RE: Client variable storage

2001-07-15 Thread Bud
OK, I gather that the general consensus is that there are no security issues to speak of? At least as long as we're not storing sensitive information as client variables. -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce

RE: Client variable storage

2001-07-15 Thread Bud
On 7/13/01, Dave Watts penned: Why is it that some hosts won't store client variables in a default database? If you change the default client variable storage repository to a database, you won't be able to access the CF Administrator if you can't connect to the database. You can fix this

RE: Remove dead projects from Studio drop-down list?

2001-07-15 Thread David Shadovitz
CF Studio 4.5: Select the project in the Projects tab. Select the globe icon. Right-click and select Delete Project -David On Saturday, July 14, 2001 7:29 PM, Lee Fuller [SMTP:[EMAIL PROTECTED]] wrote: Has anyone figured out how to remove a project from the drop-down in Studio, when that

RE: Sending one CFMAIL

2001-07-15 Thread Cameron Childress
Um... You are writing grades, names and course info to the email, and you want them all to get the same message? Unless they all have the same name and grade, I'd keep it how you have it. -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
You'll have to wrap the CFMAIL in a CFLOOP. Loop through the query, and do a CFMAIL for each matching criterion. -Original Message- From: Jim Watkins [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:27 AM To: CF-Talk Subject: Sending one CFMAIL How can I send email

RE: Sending one CFMAIL

2001-07-15 Thread Robert Segal
CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE b#lname#, #fname#/b Course: #ssbsect_subj_code# #ssbsect_crse_numb# CRN: #sfrstcr_crn# Grade: #grades#brbr /CFLOOP /CFMAIL

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Or the other way around ;) -Original Message- From: Robert Segal [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:58 AM To: CF-Talk Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE

WOT: Licensing Search Engine Results

2001-07-15 Thread Michael Lugassy
Can anyone recommend a good search engine company that will license the search results and allow me to put them on my site, after full customization? (Other the the OBVIOUS google/altavista which seem a bit expensive.) This is kinda WOT but I'm gonna use CF to customize the results on the back

RE: Sending one CFMAIL

2001-07-15 Thread Jeffry Houser
Wouldn't the other way around send 50 emails, not one? The original poster only wanted one. At 11:00 AM 07/15/2001 -0700, you wrote: Or the other way around ;) -Original Message- From: Robert Segal [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:58 AM To:

RE: Licensing Search Engine Results

2001-07-15 Thread Lee Fuller
I think the more important question is would you WANT other search results? Lee -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 12:05 PM To: CF-Talk Subject: WOT: Licensing Search Engine Results Can anyone recommend a

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Right... That's why I corrected myself. Robert's solution was correct. Lee -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 2:03 PM To: CF-Talk Subject: RE: Sending one CFMAIL Wouldn't the other way around send 50

Works! was Re: Sending one CFMAIL

2001-07-15 Thread Jim Watkins
Thanks Robert, Worked great!! Jim - Original Message - From: Robert Segal [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 1:57 PM Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE

OT: Arcadia CMS soon available

2001-07-15 Thread zbelado
Well hopefully. I have been developing a small to medium scale CMS called Arcadia (http://www.pixelgeek.com/arcadia.cfm). The system is going to be released as a free download next week (I need to fix some bugs). I am also hoping to start an Open Source project using the code as a basis so that

RE: Arcadia CMS soon available

2001-07-15 Thread zbelado
I should have mentioned that any comments should, please and thank-you, be sent to my personal email account ([EMAIL PROTECTED]) and not my work address. TIA ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Got it! was Re: Displaying across page

2001-07-15 Thread Jim Watkins
Never could get the IIF statement to work so used following code to display across page: table border=0 CFLOOP INDEX=i from=1 to=#badgrade.recordcount# cfif #i# mod 4 is 1TR/cfif TD align=center bgcolor=A7DAFF CFOUTPUT #badgrade.lname[i]#, #badgrade.fname[i]#br

RE: Sending one CFMAIL

2001-07-15 Thread Cameron Childress
Oops... that's what I get for trying to code on a Sunday afternoon! Lee got it... -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963 -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 1:51

RE: Client variable storage

2001-07-15 Thread Dave Watts
Why is it that some hosts won't store client variables in a default database? If you change the default client variable storage repository to a database, you won't be able to access the CF Administrator if you can't connect to the database. You can fix this by going into the

CF 5.0 and Java 2

2001-07-15 Thread John Lucas
I have a corporate client who has recently upgraded their servers to CF 5.0. Of course, the administration areas of their intranet that utilize cftree, etc... no longer work because the browsers require Java2. They are utilizing IE, but IE is not automatically updating the browser. I have been

Re: CF 5.0 and Java 2

2001-07-15 Thread Lee Moore
Very simple... Go to http://java.sun.com/j2se/1.3/jre/ and follow the links to download the Java Runtime Environment Install the executable file that is downloaded. That's it The java runtime environment installs the java 2 plugin for any browsers installed on the system. - Original

Re: Get Table names, and Field Names

2001-07-15 Thread Roger Dove
I can help with the second part. query_name.ColumnList returns a comma delimited list of the query columns. Roger From: Chad Gray [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Get Table names, and Field Names Date: Wed, 11 Jul 2001 14:25:57 -0400 Is

Client variable storage - confused person here!

2001-07-15 Thread Mike Kear
I hope you guys can help me, because I'm a newbie to multi-server clustered environment and I'm getting more confused every day as I try to wrestle with client variables, only to find every turn I take leads me to a dead end street. I have no access to the administrator, the registry or

Re: Client variable storage - confused person here!

2001-07-15 Thread Nick Texidor
Hey Mike, Sorry for changing the topic slightly, but I noticed you mentioned your hosting problems. I've been having major problems of late with the hosts I use. I used Cyberhost for most of my sites, but when they sold out to iAsiaWroks things started to go a bit awry. Then when OzHosting

Removing of whitespaces in a text file.

2001-07-15 Thread nyon
Hi, Is there any CFM method to clean out whitespaces in a text file ? The files are dynamic generated every day. The whitespaces is making my files bigger as I insert it into a CFM page. ~~ Structure your ColdFusion code with Fusebox. Get

RE: Client variable storage - confused person here!

2001-07-15 Thread Dave Watts
I hope you guys can help me, because I'm a newbie to multi-server clustered environment and I'm getting more confused every day as I try to wrestle with client variables, only to find every turn I take leads me to a dead end street. I have no access to the administrator, the registry

checkbox!

2001-07-15 Thread Melly Masram
Guys..i have a problem to insert values 1 and 0 into a database. I want the insert values to be like below:- 1|0|1|1|0 -this value will be insert to a field name AccessArray. The value 1 and 0 depends on the user choice when he/she tick the checkbox value. Could you guys help me,as soon as

Re: checkbox!

2001-07-15 Thread Nick Texidor
With the check box fields, make sure the value is set to 1. Then when adding the record, you need to do a CFIF test to see if the checkbox is checked... INSERT INTO YourTable (accessArray) VALUES ('CFIF IsDefined(Checkbox1)1CFELSE0/CFIF|CFIF IsDefined(Checkbox2)1CFELSE0/CFIF|CFIF

Re: Removing of whitespaces in a text file.

2001-07-15 Thread Joseph Thompson
The 'el cheapo method: Replace(MyTextFile,' ',' ','all) (that is two spaces after the first comma) Another way? REReplace(MyTextFile, [space],, All) OR REReplace(MyTextFile, [space], , All) (of course, the output of the first RE would be totally void of ALL spaces... actually, I would

RE: Client variable storage - confused person here!

2001-07-15 Thread Mike Kear
OH jeez Dave! I do love it when people talk like that! I'm doing too much work and I have to do less??? How long I've waited in my life to hear that! You make this seem a great deal simpler and easier that I've been trying it. I really appreciate your going to the effort to tell me about

Re: Client variable storage - confused person here!

2001-07-15 Thread Kay Smoljak
On Mon, 16 Jul 2001 12:40:01 +1000, Nick Texidor [EMAIL PROTECTED] wrote: The guys that started up Cyberhost have apparently started up another business because a) they heard a lot of complaints from their old clients, and b) they were unhappy with the way it went after selling out. Hi Nick,

Preventing Dups

2001-07-15 Thread sam komolafe
Hi guys, What is the best way to prevent Duplicates in the case where form data is saved and out of curiousity the user clicks the back button and click on submit again? Thanks sam ~~ Structure your ColdFusion code with Fusebox. Get the official

Review: CF 5.0

2001-07-15 Thread Peter Tilbrook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.firmware.com.au/news/article.cfm?story_id=38 -BEGIN PGP SIGNATURE- Version: PGP Personal Edition 6.0.2 iQA/AwUBO1H0LkUmflCFE8qcEQJlIACgk4/8OXzKkpxclR9ggINQxjVig6cAoItg fMbg5cYFwlbia1JR3e7sknjH =NK9J -END PGP SIGNATURE-

CFFILE Output--how do I include CFLOOP and session variables

2001-07-15 Thread Megan Cytron
I'll preface this dodo-brain question by saying that I'm completely sleep-deprived, half brain-dead and away from my home base, references, etc. Here's what I need to do: we are using CFFILE to write the results of an order to a file. We are using CFSET to create a variable called textoutput.

This is so messed up....

2001-07-15 Thread Pablo Varando
Read through this message and help out if you can! Pablo Varando - Original Message - From: sengwai [EMAIL PROTECTED] To: Yayoi Odani [EMAIL PROTECTED]; Tham Poh Weng [EMAIL PROTECTED]; Teoh Lay Ean [EMAIL PROTECTED]; shinobu suzuki [EMAIL PROTECTED]; sengwai [EMAIL PROTECTED]; Reiko

RE: This is so messed up....

2001-07-15 Thread Jared Clinton
Pablo, Umm.. its a hoax Please read carefully what you get in your email, and then question it, then do some research before setting off more bonsai kitten hysteria. Thanks, Jared Clinton NEC Business Solutions -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED]]