Re: Flex is out

2004-03-29 Thread PC Wroble
be deleting the idea Flex from my memory now. PC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Weigh in on strategies for developing advanced search capabilites(FULLTEXT or NOT or BOTH)

2000-09-21 Thread PC
I am working on developing search capability for a site that is sort of an online bookmarking tool. So among other things, users are adding links and notes, etc. to a SQL server db via web site driven by coldfusion. I adding the search functionality -- there are 2 needs that are somewhat

Current Row in SQL as opposed to CF? [CF-Talk]

2000-09-20 Thread PC
IS there a way to do get the current row as part of a select statement in a similar fashion as the coldfusion #queryname.currentrow# property functions in a CFOUTPUT context? What I need are results that look like: Category 1 Sports Category 2 Languages Category 3 Reference Category 4

Re: Current Row in SQL as opposed to CF? [CF-Talk]

2000-09-20 Thread PC
. But if you can't use CFOUTPUT, why does it matter what the results look like? What exactly are you trying to do? Nick -Original Message- From: PC [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 2:07 PM To: [EMAIL PROTECTED] Subject: Current Row in SQL as opp

Re: Current Row in SQL as opposed to CF? [CF-Talk]

2000-09-20 Thread PC
SQL statement. DC -Original Message- From: PC [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 14:40 To: [EMAIL PROTECTED] Subject: Re: Current Row in SQL as opposed to CF? [CF-Talk] I am using SQL Server 7. I can use CFOUTPUT I suppose. What I need to d

String Appending [CF-Talk]

2000-09-20 Thread PC
I am wondering if there's a better way to build up a string in a CFLOOP than to use a statement such as.. cfloop cfset myvar = myvar stringvar /cfloop My experience with this kind of looping append is that it is inefficient because the variable continues to grow and must be copied in memory

[CF-Talk] OT: SQL current row in select statement

2000-09-19 Thread PC
IS there a way to do get the current row as part of a select statement in a similar fashion as the coldfusion #queryname.currentrow# property functions in a CFOUTPUT context? What I need are results that look like: Category 1 Sports Category 2 Languages Category 3 Reference Category 4

OT SQL 7 FULL-TEXT more than one column?

2000-09-05 Thread PC
I know you can assign more than one column in setting up a fulltext index on a table -- but it seems like you can't include more than one column in the where CONTAINS statement...if this is indeed true how do you create a query to search thru all of the columns you have included in the fulltext

performance of listlast()

2000-09-04 Thread PC
I have been using the listlast() function to get the last element in varchar strings such as: "\1\3\8\12" eg., cfset mykey = listlast("\1\3\8\12", "\") I am wondering if this is the highest performing way of grabbing the last integer in these strings? I can't immediately think of another way

Page rendering time-How to monitor?

2000-08-29 Thread PC
How and where can I find out how long a particular page in CF is taking to render? What settings do I have to enable and where is this info stored (if at all)...? TIA -- Archives:

OT: Good inexpensive NT Email Solution

2000-08-18 Thread PC
I have a CF site/SQL 7 on a dedicated NT server. AM looking for an inexpensive (free?) way to setup POP email -- so that I can have up to 30 or so email addresses that map to the domain of the site. Don't know if anyone has experience that they could share -- suggesting something solid, easy to

How to prevent the browser from REPOSTING

2000-08-16 Thread PC
Is there a way to prevent the browser from reposting data to a page when the BACK button is hit... I have a page the automatically opens a new window using JS when it is downloaded, but I don't want this to occur if the user leaves the page and goes back to it. The first time the page is hit by

IIS/CF unable to download .exe files?

2000-08-15 Thread PC
I have collocated server that I cannot seem to get to allow a download of an .exe file. I know the path is correct and I am trying to use the following link on a CF page .. a href=://mypath/myapplicationname.exe"Get Application/a When the link is click -- the browser just waits indefinitely

Re: Version 4.5.1 memory leak fixed?

2000-08-14 Thread PC
crashes Windows-98 very quickly.br br At 02:20 PM 8/12/00 -0400, Ken Wilson wrote:br blockquote type=cite citeWorks great for me.br br Ken Wilsonbr br br br - Original Message -br From: PC lt;[EMAIL PROTECTED]gt;br To: lt;[EMAIL PROTECTED]gt;; lt;[EMAIL PROTECTED]gt;br

Version 4.5.1 memory leak fixed?

2000-08-12 Thread PC
Is this a stable platform yet? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL

ValueList Question ...

2000-08-12 Thread PC
I am a little unsure of the way this function works ... does it result in a comma delimited string purely? eg., if I alter a column from a query like cfset emailto = valuelist(#member.email#) Assuming there are say 5 email addresses in this result/email column... could I use #emailto# in the

FULL TEXT vs VERITY OPINIONS

2000-08-10 Thread PC
What do you recommend -- what are the relative strengths of each? Appreciate the thoughts!! -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Upgrade Issues (4-4.5) Resources??

2000-08-08 Thread PC
I know a lot of discussion has occurred over time about problems and issues to be aware of with upgrading from CF 4.0 to CF4.51 ... but I need to consider this move now and wonder if there's any resources compiling this stuff, or if anyone feels they have the time ( :) ) to give a

Can JS be used in Coldfusion templates that are called by HTTP??

2000-08-08 Thread PC
I want to use a javascript to pefrom a function on a CF variable that is being handled in a template that is not displayed in the browser but is called by an HTTP command ... will this work?? IS not JS handled in the browser and therefore this template will not be able to interpret the JS

Fw: Passing CF variable to Javascript

2000-08-08 Thread PC
- Original Message - From: PC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 08, 2000 12:10 PM Subject: Passing CF variable to Javascript I know this must be on e of the most basic questions .. but hwo does on pass a variable to Javascript from CF and back? I just

OT: Confusion about URL/FORM encoding ... + vs %20

2000-08-04 Thread PC
I am trying to resolve some confusion I have about encoding spaces in URLs -- Can somebody shed light on the difference between %20 and + If one uses a search FORM it appears that the browser translates to "+" any spaces from a text control ... but if one constructs a url with a variable

How to limit size of upload files using CFFILE??

2000-08-04 Thread PC
Hi all, I was hoping there was an easy way to place a limit on the size of a file that would uploaded using CFFILE. Does one need javascript? or somesuch to look at the file on the client size before allowing the CFFILE? TIA

How to get part of string?

2000-08-04 Thread PC
I must be missing something obvious -- but I need a function to set a variable to a range of characters within a string. I know the starting and ending indices -- how can I set a variable to the characters within that range? I don't see a function for that... THX

Re: URL - UN - ENCODE - does this exist as function??

2000-08-04 Thread PC
My question is this then. What do you need to decode it for? Just do .. it's a little complex to explain but has to do with custom software which is logging information that the software itself is encoding... was hoping to find a decode function in CF ... THX

Re: How to limit size of upload files using CFFILE??

2000-08-04 Thread PC
Thanks -- this is what I thought would be the only way -- don't like it much tho, because a user can attempt to send a massive file -- and it'd be nice to make this impossible .. I'll fish around for some code tho -- I would think Hotmail and Yahoomail and the like have some way of limiting the

OT: appropriate SQL 7 licensing for CF website

2000-07-31 Thread PC
Hi All, I am colocating an NT 4 server running coldfusion and SQL 7 for a web site. I need to know which version of sql 7 I should purchase for unlimited internet connections/not developer connections I seem to recall that it's different than the true UNLIMITED client version which retails

Verity Problems HELP needed

2000-07-03 Thread PC
I am using Verity for the first time to index and search data in a SQL 7 db. I am following the simple setup guidelines etc. in FORTA's book and the problem is --very odd results. I have a table with thousands of names in it and searching for the letter "s" will come up with no results, or the

Weird Verity Problems

2000-07-01 Thread PC
I am using Verity for the first time to index and search data in a SQL 7 db. I am following the simple setup guidelines etc. in FORTA's book and the problem is --very odd results. I have a table with thousands of names in it and searching for the letter "s" will come up with no results, or the

JUST TEXT FROM HTML

2000-05-05 Thread PC
Are there any CF functions or mechanisms for extracting just browser visible text from an HTML code block -- so all the HTML tags and such would be pulled out and just the remaining text would be left in the resultant string? TIA

OT - SQL question

2000-05-03 Thread PC
Hey ... How do you do a query where all rows returned except in the case of duplicates, based on a name column, in which only the first is returned. So the query run against the following rows: NameOrderNum Fred21 Beth36 Fred76 Would return : NameOrderNum Fred

Re: Distinct Help

2000-04-28 Thread PC
Doesn't seem to be exactly -- what I want is to return all the rows from the member table, but exclude rows which have the same UserID. I think I was misleading in the example using "UserName" ... a better example would be where a 'comments' column exists and a single user could have made

ColfFusion Bookmark Parsing Code

2000-04-26 Thread PC
Anyone know of any CF code for *parsing browser bookmarks* -- I'd like to import HTML bookmarks files using coldfusion import them into a SQL db that has tables for hierarchical organization of links. Any ideas of some custom tags or somesuch?? Much appreciated.

Sharing Violation Problem

2000-04-12 Thread PC
I am using RDS and having trouble opening certain files on a shared server. I get a file can't be opened because of "sharing violation" -- but am pretty sure no one else is using these files at the time I try to to open them. Does anyone know what do to about this?? Much Thanks!

Mappings problem

2000-04-12 Thread PC
I want to setp a mapping in CF ADMIN but am not clear from docs just how this works. I have the following: LOGICAL PATH: /rootmap/ DIRECTORY PATH: D:\209.344.22.151\mysite\ 3 questions: 1) is this looking right? 2) how do I reference this mapping in a CFINCLUDE? 3) Can I add to the end of

Re: Parsing alg HELP needed

2000-04-08 Thread PC
limiters="" cfset fieldname=listGetAt(thisPair, 1, "=") cfset fieldvalue=listGetAt(thisPair, 2, "=") cfhttpparam type="FORMFIELD" name="#fieldname#" value="#fieldvalue#" /cfloop -Original Message- From: PC [mailto:[E

Parsing alg HELP needed

2000-04-05 Thread PC
I am trying to parse some name/value pairs that are POSTed in queries. I want to be able to recontruct searches basically and therefore need to be able to pull out the names and values in strings like the one below. Can anybody recommend approaches? Like which combination of functions in CF