Re: .jpg on the fly with CF

2005-01-04 Thread Jerry Johnson
are just looking for visual effect, this works fine. In the new, modern world of CSS, there are a number of ways to handle this as well. Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 01/04/05 10:25AM >>> Actually Jerry, you could be right, are you think

Re: .jpg on the fly with CF

2005-01-04 Thread Jerry Johnson
Do you really need to apply it to the image, or can you "overlay" it onto the image? Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 01/04/05 09:48AM >>> I'm just wondering if there is a way i can put a weather image (like a 'sun&#x

RE: (ot - admin) advertisers

2005-01-03 Thread Jerry Johnson
I'd join. And post. >If there was a list that handled SEO, Advertising and other site business >things, would you both join and post? Jerry Johnson Web Developer Dolan Media Company ~| Special thanks to the C

Re: large cf ecom sites?

2004-12-17 Thread Jerry Johnson
.roxio.com www.hollywoodbowl.org www.oreck.com http://www.macworld.co.uk/ onlinestore.smucker.com www.giantfood.com www.truevalue.com www.kittyhawk.com www.vfw.org www.hemmings.com FWIW Jerry Johnson Web Developer Dolan Med

RE: large cf ecom sites?

2004-12-17 Thread Jerry Johnson
Also, their 401(k) education (non-public) is CF, or was I was working on it. >http://www.bankofamerica.com is one of the biggest Jerry Johnson Web Developer Dolan Media Company ~| Special thanks to the CF Community Su

Re: large cf ecom sites?

2004-12-17 Thread Jerry Johnson
half.ebay.com www.victoriassecret.com www.sciencecompany.com www.basspro.com www.crayola.com www.economist.com www.borders.com (http://giftcards.borders.com/index.cfm) www.tabasco.com www.proflowers.com shop.legalseafoods.com And an all-time favorite www.weeklyworldnews.com/ Jerry Johnson

Re:

2004-12-14 Thread Jerry Johnson
Maybe? Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/14/04 10:36AM >>> **logic not login ;) > Is there any UDF or basic login for that? > > I have a query with one record, I want to dynamically convert that > query into a form hid

Re:

2004-12-14 Thread Jerry Johnson
names? can you list the value passed for BILLING? can you list the expected value for BILLING? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/14/04 10:48AM >>> Thanks I tried that but got the error. Somehow its trying to do the server side validat

Re: form submission

2004-12-10 Thread Jerry Johnson
A checkbox will only be defined if checked on the form. Otherwise, it is not defined. should do the trick. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/10/04 01:45PM >>> Hi. I have a checkbox on a form. The code on the action page should b

Re: Blackstone Beta

2004-12-10 Thread Jerry Johnson
Michael, I went to the link you sent, and filled out the questionnaire for the Cold Fusion option, but did not see anything about Blackstone except a description page on the CFMX 6.1 fact sheet. Did I miss something? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL

Re: SOT: Browser Stats (stirring the pot)

2004-12-06 Thread Jerry Johnson
That is because this is a responsibility of the OS, not the browser. IMHO, that Mom should not be running a user account that can instantly install such software. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/06/04 09:56AM >>> In my experienc

Re: RegEx (again!)

2004-12-03 Thread Jerry Johnson
This works well for CFMX, but not so much in CF5 and earlier. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/03/04 12:11PM >>> Actually, this is something you can easily do with RegEx. reReplaceNoCase(textString, "(.*?)", "\

Re: OT: sql server: SQLTransaction

2004-12-03 Thread Jerry Johnson
Just as a guess, maybe a scheduled FTS catalog population? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/03/04 12:01PM >>> If anyone has any ideas what sort of thing could cause just a leap then i'd appreciate any input, or idea

Re: Hosting for Coldfusion

2004-12-02 Thread Jerry Johnson
I am also a rabid fan. I host half a dozen sites from there, and they spin flawlessly. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/02/04 04:18PM >>> Well, I'll ad my voice to the

Good books on Web Application Architecture (was RE: CFMODULE vs. CFINCLUDE)

2004-12-02 Thread Jerry Johnson
Which brings up a follow on thread: What would you recommend as good reading on Architecture? Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12/02/04 02:53AM >>> To write a good application, knowing ColdFusion is only 1% and most people don&#x

Re: CFMODULE vs. CFINCLUDE

2004-12-01 Thread Jerry Johnson
I am going to regret this, but... We use a similar approach, and for the same reasons. But instead of the tag, we use . (No parameters are passed to the close tags.) Blah Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 12

Re: Best Practice: Import Delimited List to Database

2004-11-30 Thread Jerry Johnson
Cold fusion can execute DTS packages from the server. A cfm page can gather the data, set up the database, then trigger the DTS package to run the import without the user even being aware of what is happening. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECT

Re: Best Practice: Import Delimited List to Database

2004-11-30 Thread Jerry Johnson
iding. Jerry Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 11/30/04 01:54PM >>> Client is looking for an application to import a delimited list of names and email addresses directly into a database for further manipulation. While I can think of a numb

Re: List Contains

2004-11-15 Thread Jerry Johnson
f so, I think you'll want to get rid of them. "5" will not match " 5" If you are still having problems, could you send the exact relatedLinks value, and a couple of ID values to see if there is some reason they aren't matching? Thanks, Jerry Johnson Web

Re: CFMAIL and Bulk Email Strategies

2004-11-04 Thread Jerry Johnson
ue to Groupwise, though. Jerry Johnson >>> [EMAIL PROTECTED] 11/04/04 03:28PM >>> Thanks for your reply, Jerry. Actually, that's the whole point of the BCC field... no-one sees those addresses. (BCC stands for "Blin

Re: output listing problem

2004-11-04 Thread Jerry Johnson
and faster. (The cf-SQL list is pretty good for this kind of help). Jerry Johnson >>> [EMAIL PROTECTED] 11/04/04 03:56PM >>> Nobody has any thoughts? ~| Special thanks to the CF Community Suite Gold Sponsor -

Re: CFMAIL and Bulk Email Strategies

2004-11-04 Thread Jerry Johnson
. Nor necessarily the fact that I subscribe. Jerry Johnson >>> [EMAIL PROTECTED] 11/04/04 02:17PM >>> When sending a newsletter email to a group of 1200 recipients which is the better approach to using CFMAIL and WHY? (Note: Query to get the recipients' email addresses is named

Re: Confusion of QuerySetCell

2004-10-22 Thread Jerry Johnson
What column(s) do you have in the query that you can use an a unique key for the update? You just need to run through a simple loop, stashing each value away in turn. Something along the lines of UPDATE AOS_163 set price=#evaluate("form.Price"&i)# wher

Re: Confusion of QuerySetCell

2004-10-22 Thread Jerry Johnson
QuerySetCell only changes the data in the CF Query object in memory, not the data in the table. You need to look at cfquery to update the data, or (*shiver*) cfupdate. Jerry Johnson >>> [EMAIL PROTECTED] 10/22/04 03:50PM >>> Let's say I'm trying to update the colum

Re: regex to remove link

2004-10-22 Thread Jerry Johnson
If there is only ever one, then the simple regex from Andrew is the ticket. My bad. You might also look into the O'Reilly book Mastering Regular Expressions. Jerry Johnson >>> [EMAIL PROTECTED] 10/22/04 02:37PM >>> There should only be one link, if the user has the op

Re: regex to remove link

2004-10-22 Thread Jerry Johnson
or the .* (Ninjas, is this syntax correct for MX - me being stuck in 5.0 land?) ]*>.*?", "", "ALL")> If you are on 5.0, you could cheat and assume no tags inside the anchor tag. ]*>[^<]*", "", "ALL")> Otherwise, I am stuck coming up with a

Re: regex to remove link

2004-10-22 Thread Jerry Johnson
This gets rid of the tags, but not what's inside the tags. Greg, what version of CF are you running (5.0 or less or CFMX)? Jerry Johnson >>> [EMAIL PROTECTED] 10/22/04 01:35PM >>> ]*>|", "", "ALL")> where str is the string you wish to

Re: Documentum connectivity from CF?

2004-10-21 Thread Jerry Johnson
have your customer who owns documentum get you an account to see any content. Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 05:03PM >>> Does anyone know of a way to connect to Documentum from ColdFusion? I don't see anything on Macromedia's exchange, but this seems lik

Re: Referencing a Specific Row

2004-10-21 Thread Jerry Johnson
Yes, but it only makes the change in the local CF query set, not in the db itself. The CF expression would be querySetCell() Jerry Johnson ~| Get the mailserver that powers this list at http://www.houseoffusion.com/banners

Re: RegEx help

2004-10-21 Thread Jerry Johnson
Got frisky with the [] brackets. (Must be missing the old days when ][ meant a really good computer and + meant a whopping 16KB extra RAM) Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 02:41PM >>> Oops! A slight mistake in there. reReplaceNoCase(content,".*#fieldName#

RE: RegEx help

2004-10-21 Thread Jerry Johnson
o on. Try this first: This should (might?) fix the lastname issue. Let us know. This was an attempt to fix the last character thing. Maybe this is better? I am just guessing at this point. If you get the first one above working, I'll actually create a test page for this second one.

Re: RegEx help

2004-10-21 Thread Jerry Johnson
I'm thinking there is a line feed or tab (which looks like a space in outputed HTM) between the Bob and the LastName. Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 02:20PM >>> That doesn't make any sense. I'm scratching my head on this one. I just ran a qui

RE: RegEx help

2004-10-21 Thread Jerry Johnson
s should check for one or more space characters or the end of the string. Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 02:15PM >>> Maybe that's what it is. I think the case I'm talking about has a linebreak after the data. Which space (chr(32)) would I replace with the sp

Re: RegEx help

2004-10-21 Thread Jerry Johnson
e the [:[space]:] class should be used, instead. I assumed there had to be at least one space after the field name and after the field value. Jerry Johnson ~| Get the mailserver that powers this list at http://www.houseoffusio

Re: RegEx help

2004-10-21 Thread Jerry Johnson
What version of Cold Fusion? How long is the longest possible string you are searching through? If newer than cf 5, or cf 5 and the max string is less than 20KB, (I think) Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 12:26PM >>> I'm trying to parse through som

Re: what is it called..?

2004-10-21 Thread Jerry Johnson
Those would be called bits. 22 would be translated into binary as 1011 or 01011 or 1011 and you can treat each bit as a separate on/off switch. Jerry Johnson >>> [EMAIL PROTECTED] 10/21/04 11:25AM >>> ...when you have a value eg 22 which is made up of 2+4+16 so yo

Re: Dynamic List/Menu

2004-10-04 Thread Jerry Johnson
Of course I forgot the submit button. Feel free to include one. Jerry Johnson >>> [EMAIL PROTECTED] 10/04/04 05:30PM >>> Did you try to include a code sample, perhaps with a line of hyphens at the top? If so, try sending it again without the hyphens. If not, here is a

Re: Dynamic List/Menu

2004-10-04 Thread Jerry Johnson
Did you try to include a code sample, perhaps with a line of hyphens at the top? If so, try sending it again without the hyphens. If not, here is a simple pseudo-code example           #label#       Jerry Johnson >>> [EMAIL PROTECTED] 10/04/04 05:19PM >>> yes

Re: textarea looping

2004-10-01 Thread Jerry Johnson
It may look like a space between them in HTML (debugging output?), but is it really a line feed or carriage return/line feed? If so, try using chr(13) and chr(10) as list delimiters. Jerry Johnson >>> [EMAIL PROTECTED] 10/01/04 02:35PM >>> ok, so i have been doing only adm

Re: Authorize.net Tag Problem

2004-09-23 Thread Jerry Johnson
Darn. That was supposed to go direct. Stupid reply-all! Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Authorize.net Tag Problem

2004-09-23 Thread Jerry Johnson
www.) Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Vspider, K2 server help

2004-09-20 Thread Jerry Johnson
I hear your plea, but don't know how to help. Jerry Johnson >>> [EMAIL PROTECTED] 09/20/04 02:14PM >>> Can anyone please help me out with this?  I need to figure out why Vspider is not producing the results I believe it should. [Todays Threads] [This Message]

RE: Search PDFs?

2004-07-28 Thread Jerry Johnson
Verity can also index the XML as flat files or in a database, if you want to move all the searching into one place. Jerry Johnson >>> [EMAIL PROTECTED] 07/28/04 01:19PM >>> > Can verity index the contents of PDF docs? Yes, of course. Verity can index most document formats (

Re: Urgent help needed Please.....

2004-07-20 Thread Jerry Johnson
Is your file running this code named .cfm? (Or some other extension handled by Cold Fusion) Is Cold Fusion Server installed and running on your server? Jerry Johnson >>> [EMAIL PROTECTED] 07/20/04 05:21PM >>> Hi, I am new to CF. we have backend as MySql and I am trying to ins

Re: more old posts coming through

2004-07-16 Thread Jerry Johnson
Bryan, can you send one or two of the messages to Mike D as samples. I've already deleted mine or I would. Jerry Johnson >>> [EMAIL PROTECTED] 07/16/04 02:03PM >>> now they have [ENCRYPTED] appended to the subject lines Bryan Stevenson B.Comm. VP & Director of E-Co

Re: WOT but important[ENCRYPTED]

2004-07-16 Thread Jerry Johnson
Then isn't it time for a Baghdad Cold Fusion Users Group? You are slow off the ball. Good luck, come back safe and thank you. Jerry Johnson >>> [EMAIL PROTECTED] 07/15/04 11:02AM >>> Speaking of that, this will be my second time there. I too was in the first war. [

Re: WOT but important

2004-07-15 Thread Jerry Johnson
Then isn't it time for a Baghdad Cold Fusion Users Group? You are slow off the ball. Good luck, come back safe and thank you. Jerry Johnson >>> [EMAIL PROTECTED] 07/15/04 11:02AM >>> Speaking of that, this will be my second time there. I too was in the first war. [

Re: Coldfusion Web Image Editor

2004-07-13 Thread Jerry Johnson
crop or resize. Then return the result back to the browser, along with a "restore" button, and even a history list of "steps" taken from the original image. Just a thought. Jerry Johnson >>> [EMAIL PROTECTED] 07/13/04 10:42AM >>> > At 10:23 AM 7/13/2004,

CF and MS Word docs

2004-07-08 Thread Jerry Johnson
?) Thanks, Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Screen and Print question.

2004-07-07 Thread Jerry Johnson
I think it might depend on which browser and what your browser cache settings are. I don't know what the rules are, though. Not any help, Jerry Johnson >>> [EMAIL PROTECTED] 07/07/04 05:19PM >>> Nope, no new request (afaik). The html is in memory and to the best of my

Re: Find out table names and fields?

2004-07-07 Thread Jerry Johnson
ep through just loke you would any other query result. You can use query.columnlist to get the names of the returned columns. Here is the mySQL doc page for SHOW http://dev.mysql.com/doc/mysql/en/SHOW.html Jerry Johnson >>> [EMAIL PROTECTED] 07/07/04 04:49PM >>> how do i du

Re: Regular expressions

2004-07-07 Thread Jerry Johnson
I am not 100% percent sure, but my mind tells me you can't run a CF function on the backreference value in a regular _expression_. Jerry Johnson >>> [EMAIL PROTECTED] 07/07/04 02:48PM >>> Can someone tell me why the following code will not work: I am trying to write a

Re: Email Regex with weird results

2004-07-01 Thread Jerry Johnson
The - needs to be the very last character in the class. This is because the - in any other postion indicates a range of chars. so \-_ is saying  \]^_ (which is the \ character to the _ character in the ascii table) Jerry Johnson >>> [EMAIL PROTECTED] 07/01/04 11:56AM >>> All

Re: Ordering File Names

2004-06-28 Thread Jerry Johnson
Failing that, you can add a column to your cfdirectory query with the "corrected" file names, then cfquery of query to order that list before display. Jerry Johnson >>> [EMAIL PROTECTED] 06/28/04 01:53PM >>> Hi All, I need to display file names from my directory on

Re: A little regexp help

2004-06-25 Thread Jerry Johnson
Is this _javascript_ Regex, or CF regex? (It makes a BIG difference) Jerry Johnson >>> [EMAIL PROTECTED] 06/25/04 05:20PM >>> 6.1 Enterprise I'm beginning to think it's some screwy thing with the pattern attribute.  I should probably just break it out into a sepera

Re: A little regexp help

2004-06-25 Thread Jerry Johnson
Are you trying to FIND a valid string, an invalid string, or are you trying to FIX an invalid string? Jerry Johnson >>> [EMAIL PROTECTED] 06/25/04 04:04PM >>> Thanks, but doesn't quite do it.  I should probably clarify what I need.  I left out an important word last time.

cfftp question

2004-06-25 Thread Jerry Johnson
I hope I am just being stupid, but... Is there a way to tell cfftp to get a file and keep the date and time from = the ftp server, rather than the date and time it was got? If not, is thee an alternative tag or method of retrieval that will keep = the date and time? Thanks, Jerry Johnson

RE: ANNOUNCE: ColdFusion MX Master Class, July 19th

2004-06-24 Thread Jerry Johnson
Nah. The British would have lost this colony just like they lost every other one. It would have taken longer, agreed. Jerry Johnson >>> [EMAIL PROTECTED] 06/24/04 12:12PM >>> Would those be the same cheese-eating surrender-monkeys without whose help you would still be under

Re: Quick Regular Expression Question.

2004-06-23 Thread Jerry Johnson
should be good. (Maybe) Jerry Johnson >>> [EMAIL PROTECTED] 06/23/04 11:16AM >>> Hello all. I use the following to regular _expression_ to validate zipcodes. When a customer inputs a 9 digit zip code WITHOUT the hyphen, no error is set. (i.e. 902101444) How would I modify t

Re: OT: HitBox for web traffic/marketing

2004-06-21 Thread Jerry Johnson
I tried to respond directly, but the mail was bounced. I updated a site that had hitbox code in it. I think I may still have the code base at home. Is it something I could find out from the legacy code for you? Jerry Johnson >>> [EMAIL PROTECTED] 06/21/04 04:42PM >>> Has

Re: cfmx and CAPTCHA

2004-06-16 Thread Jerry Johnson
used, it should not be used again anytime soon. On the submission handler page, check to see if the text field matches the session variable to see if they got the match. Jerry Johnson >>> [EMAIL PROTECTED] 06/16/04 03:54PM >>> Hi All,   How would one provide a cfmx-only soluti

RE: getting all form fields?

2004-06-09 Thread Jerry Johnson
What variable are you using to get a list of form fields? And on what userAgent/browser? Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SPOT: Regular Expressions

2004-06-09 Thread Jerry Johnson
This might be little more helpful... Jerry Johnson >>> [EMAIL PROTECTED] 06/09/04 03:52PM >>> >reFind("[^[a-z]]",arguments.userid) I don't think this is valid. >reFind("^[a-z]",arguments.userid) This will search for lowercase as the fir

Re: SPOT: Regular Expressions

2004-06-09 Thread Jerry Johnson
Maybe this: reFind("[^a-z]",arguments.userid) Jerry Johnson >>> [EMAIL PROTECTED] 06/09/04 03:52PM >>> I need a regular _expression_ to find any charcter that is not a lower case letter.  This does not work. reFind("[^[a-z]]",arguments.userid) Thi

RE: CFFILE

2004-05-26 Thread Jerry Johnson
I think full stops are periods. He might just be reminding you that there can be more than one period in the filename. a.1.b.2.c.jpeg Windows treats anything to the right of the final period as the extention. And it may be more than 3 characters long. Jerry Johnson [Todays Threads] [This

Re: Index Verity Collection - cannot load style.ddd

2004-05-12 Thread Jerry Johnson
is in all the places it should be, can you send me the error you are getting, and the call you are making to get it? Jerry Johnson >>> [EMAIL PROTECTED] 05/11/04 06:30PM >>> I'm also having this problem.  I followed what Jerry said:  I had already created the collec

RE: good error.cfm template

2004-05-11 Thread Jerry Johnson
What do you consider a good error template? Good reporting to development staff? Good description of error for user, including next steps? Good error logging/catching in the logfiles? Good automated error recovery (system recovery, disk cleanup, link repair, CF recycling) Jerry Johnson

RE: Verity options

2004-05-07 Thread Jerry Johnson
I am not sure if it is better to modify the keys in the collection, or just adjust them while outputting to the screen. I have been handling final tweaks to the URL on the display page after getting the results but before displaying them. I also handle sorting and grouping in this step. Jerry

Re: Verity options

2004-05-06 Thread Jerry Johnson
I know very little about the vspider, but... Doesn't it respect robots.txt files? If you properly build your robots.txt files, you should be able to automatically exclude the files and folders you don't want indexed. Just a thought, Jerry Johnson [Todays Threads] [Th

Re: Problem with ReReplace

2004-05-05 Thread Jerry Johnson
Glad to hear it.  If you are using CFMX, the second response was much better. But I don't think it will work correctly on CF5 or earlier. Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Problem with ReReplace

2004-05-05 Thread Jerry Johnson
sure someone smarter will show you a better way. Mr. Doom? Jerry Johnson >>> [EMAIL PROTECTED] 05/05/04 02:07PM >>> I can't seem to get this to work, any ideas? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Cataloguing CDs

2004-04-23 Thread Jerry Johnson
://www.gracenote.com/gn_products/cddb.html freedb is a gpl'ed version of the db. I am not sure how complete the freedb version is (it looks to have about half the albums of cddb), but the licensing terms are much easier to choke down. http://www.freedb.org/ Jerry Johnson >>> [EMAIL PROTECTE

Re: Is it a bug or not a bug?

2004-04-20 Thread Jerry Johnson
Darn. I thought I had it. Thanks for correcting that one. Jerry Johnson >>> [EMAIL PROTECTED] 04/20/04 04:44PM >>> > It looks like the operator decides the type for the result for > everything except the AND operator. > > Even OR works as you say it should. &g

RE: Is it a bug or not a bug?

2004-04-20 Thread Jerry Johnson
& "a"#   truea #"a" & true#   atrue #true and "a"#    a #"a" and true#   (error - cannot convert "a" to boolean) Thanks for explaining it to me. Jerry Johnson >>> [EMAIL PROTECTED] 04/20/04 04:20PM >>> "and" is

Re: Is it a bug or not a bug?

2004-04-20 Thread Jerry Johnson
e? Why should #1 and 20# automatically output 1? You are anding a boolean and an integer, and getting an integer out. I think it would be a bug if it produced different results each time it was called. But it seems to be behaving predictably. Which to me means it is not a bug. Curious, Jerry Johnson

RE: Bulk Conversions

2004-04-08 Thread Jerry Johnson
Use a word macro. Open word. Build a macro of opening file, saving it as new type. closing it. save macro. run macro. If you need a working example, I can send you one as an attachment direct to your email. Let me know. Jerry Johnson >>> [EMAIL PROTECTED] 04/08/04 03:35PM >&g

Re: CF 5.0 on Solaris/Oracle 8.1.7/Verity Indexing

2004-03-19 Thread Jerry Johnson
Repeat after me ... "Job Security" =) Glad you figured it out. Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF 5.0 on Solaris/Oracle 8.1.7/Verity Indexing

2004-03-19 Thread Jerry Johnson
question. Why is CFExec running? Is this how the scheduler works? Up to my elbows in Verity today myself. Jerry Johnson >>> [EMAIL PROTECTED] 03/19/04 03:37PM >>> Hi All- We have a scheduled task that runs every 3 hours, which calls a verity index command. This task has run

RE: Create calendar items in outlook?

2004-03-17 Thread Jerry Johnson
vent.startTime = "{ts '2002-01-14 20:53:07'}"; //dateObj or timestamp in GMT stEvent.endTime = "{ts '2002-01-14 21:53:07'}"; // dateObj or timestamp in GMT stEvent.priority = 2; vCalOutput = vCal(stEvent); Message for what to do if this doesn't work?

Re: Create calendar items in outlook?

2004-03-17 Thread Jerry Johnson
ENT BEGIN:VTODO SUMMARY:John to pay for lunch DUE:19960401T083000Z STATUS:NEEDS ACTION END:VTODO END:VCALENDAR (PS, I've never done this yet, but it on my todo list) Let us know what you find, Jerry Johnson >>> [EMAIL PROTECTED] 03/17/04 04:09PM >>> Does anyone know of a custom t

Re: failing when query is named.

2004-03-17 Thread Jerry Johnson
loops are run. This should do what I think you are trying to do,   SELECT *   FROM bodyfun_registry   WHERE userName = '#Form.userName#'    okey, done    aw, so messed up Does this make any sense? Jerry Johnson >>> [EMAIL PROTECTED] 03/17/04 0

RE: query of query trimming?

2004-03-17 Thread Jerry Johnson
? Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: query of query trimming?

2004-03-17 Thread Jerry Johnson
Seth, What version of CF? Jerry Johnson >>> [EMAIL PROTECTED] 03/16/04 05:35PM >>> >Think anyone could give it a try for me?  Just put some carriage returns at >the start of a field, then have two queries, one pulling it out direct, then >another a QofQ on that one

RE: query of query trimming?

2004-03-16 Thread Jerry Johnson
QofQ is exactly the same one you are looking at in your direct query? Just some thoughts, Jerry Johnson >>> [EMAIL PROTECTED] 03/16/04 05:15PM >>> Yeah, I grabbed the first, but it was different when I did a QofQ Very annoying [Todays Threads] [This Message] [Sub

RE: Quick Help

2004-03-16 Thread Jerry Johnson
Or put it in your Application.cfm and onRequestEnd.cfm files. (Obvious, but you took my answer) Jerry Johnson >>> [EMAIL PROTECTED] 03/16/04 04:48PM >>> GetTickCount()  ? If so, remember to run it at the top of the page and at the bottom then get the difference... Mike >

Re: query of query trimming?

2004-03-16 Thread Jerry Johnson
Are you sure they have a chr(13) (Carriage Return). It might have just a line feed (chr(10)). Try replacing chr(10) instead. Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT: code...

2004-03-15 Thread Jerry Johnson
Speaking from ignorance here, but I would assume the syntax is something like: The subject should be URL encoded so it works on all browsers I would guess. HTH Jerry Johnson >>> [EMAIL PROTECTED] 03/15/04 11:32AM >>> Morning all. I once saw some code that could be used in a

cfsearch question

2004-03-12 Thread Jerry Johnson
Is there any way to sort the results for a cfsearch? In the search97 exe version, it can pre-sort the result by using the sortfield and sortorder params. Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Index Verity Collection - cannot load style.ddd

2004-03-11 Thread Jerry Johnson
are using the defaults, this will be in cfusionmx\verity\collections\COLLECTIONNAME\file\style Check to make sure you have a style.ddd file in each of the above folders. If not, you need to put one in there. HTH Jerry Johnson >>> [EMAIL PROTECTED] 03/11/04 03:43PM >>> Hi, I&#

Re: Frameworks

2004-03-09 Thread Jerry Johnson
staff/have new hires   Planned codebase technologies (html vs cfml vs cfcs vs flash remoting)   Existing codebase technologies (html vs cfml vs cfcs vs flash remoting)   Is there any plan to integrate with CMS? Which one(s)   What is the similarity of codebase from section to section Jerry Johnson

RE: Decrypt an encrypted CFM template

2004-02-27 Thread Jerry Johnson
ce you see around the net.) Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Extracting Text From web page

2004-02-19 Thread Jerry Johnson
going to find it (unless it has special mapping or access to that particluar page) Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Simple UPDATE Stuff Driving Me Insane...

2004-02-02 Thread Jerry Johnson
Can you send us an example of the exact info entered for the mobile number on the form that throws an error? It may be that the data being entered for the mobile number is having a hard time being wedged into a NUMERIC field. Jerry Johnson >>> [EMAIL PROTECTED] 02/02/04 03:35PM &g

Re: Safari Navigation Bug and general speed issues

2004-01-12 Thread Jerry Johnson
It should only ever be counting up and down by 3s. That is what your code is telling it to do: Where does the jump by 10s come in? Jerry Johnson >>> [EMAIL PROTECTED] 01/12/04 06:20PM >>> For some reason my code didn't get included in the first email.  Here's a

Re: Rereplace with regular expression not working as I had hoped.

2004-01-09 Thread Jerry Johnson
You need to grab the S from DOGS and the C from Cats that you are replacing. For example: the () around the dots grabs those values. The \1 and \2 put them back in. Does that make sense? Jerry Johnson >>> [EMAIL PROTECTED] 01/09/04 02:05PM >>> Hi all, Here is a quick

Re: OT: OO ASP & MVC/Framework & Other Lists

2004-01-08 Thread Jerry Johnson
is a forum just for ASPers. Good Luck, Jerry Johnson >>> [EMAIL PROTECTED] 01/08/04 12:02PM >>> Hi All, Sorry for the OT post.  I've been pinging this list for so long about CF questions, I figured I'd check here first.  I'm relitevely new to ASP programming and

RE: Clip at the last "space" character/Display "More..."

2003-12-22 Thread Jerry Johnson
Yes, if the "space" he meant is the chr(32) character. But it sounded like he wanted all "space" type characters, which is why I went with regex and the [:space:] class. This will also get line feeds, carraige returns, tabs, etc. Good call, though. Jerry Johnson >>&g

Re: query output to columns

2003-12-22 Thread Jerry Johnson
Not quite sure I understand the question. When you say column, what are you meaning? A field in the query, or a vertical section of a display page? Jerry Johnson >>> [EMAIL PROTECTED] 12/22/03 02:27PM >>> Can someone provide a tip on how to make a query result wrap to a sec

Re: Clip at the last "space" character/Display "More..."

2003-12-22 Thread Jerry Johnson
Jerry Johnson >>> [EMAIL PROTECTED] 12/22/03 02:05PM >>> Okay, I know this is an easy one, and I've actually *done* it before, I just can't remember where, or how... On output, I've got a field that I want to clip at the LAST space character before 254 cha

RE: Hiding an Email Address from harvesters

2003-12-18 Thread Jerry Johnson
Just a guess, but it may be that the CFMAIL tag sends to YOU from the server account. A good form filler could fill out the form with their own email address, and get the server account address mailed to them. Otherwise, I can't see the CF source being harvested. Jerry Johnson >&

<    1   2   3   4   5   6   7   8   9   >