Re: CFServer Problem

2003-01-08 Thread John Allred
I can't turn them on, since they are off. I don't know if Siteminder Services are the cause, or whether the problem is simply coincidental, but when I attempt to access my datasources through the database tab within Studio, I am unable to do so (hence, unable to view tables or construct queries),

Re: CFServer Problem

2003-01-06 Thread John Allred
Good thought, Uwe, but I've run 4.01 under Win2K for a year and a half without a hiccup. But, thanks anyway. My suspicions run toward the IIS Metabase or some Windows .dll that got corrupted. Whatever files the two Siteminder apps depend on have been corrupted, or something is preventing them from

CFServer Problem

2003-01-05 Thread John Allred
Me again. I've been working for several days to repair whatever problem has mangled my ColdFusion installation. I've uninstalled everything related to CF that I can find, cleaned up the registry, uninstalled IIS, reinstalled Windows, reinstalled IIS, reinstalled ColdFusion, and I continue to have

Re: Problem with Studio

2002-12-27 Thread John Allred
hosed. I just uninstalled and reinstalled and everything has worked swell since. Thanks, Michael - Original Message - From: John Allred [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 9:44 PM Subject: Problem with Studio This is probably a shot

Problem with Studio

2002-12-26 Thread John Allred
This is probably a shot in the dark, but maybe someone can steer me in the right direction. My Studio 4.01 has been humming happily for a long time. But, sometime in the last few days I've lost access to the database viewer on localhost. When I try to view my tables, I get the message, The

Re: death of coldfusion

2002-01-05 Thread John Allred
Mark Smeets wrote: Macromedia isn't incorporating CF into Dreamweaver for the past 2 version for nothing. __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation ยท $99/Month

Re: death of coldfusion

2002-01-05 Thread John Allred
Matt Brown wrote: It also creates a perception that your software has no value, if you give it away for free you can't charge for it later. Corel used to do this. It is good to ask these things and to think out of the box, but this isn't the way. I like the idea of being able to buy

Re: Listcontains question

2001-09-20 Thread John Allred
Carlo, Try adding the delimiter: listcontains(newlist, #pageid#, ,) van Wyk, Carlo wrote: Hi I have the following piece of code that checks to see if a user can see a specific pageid or not. Unfortunately it is not doing the job as I have a list that looks something like this:

Re: Index of array

2001-09-10 Thread John Allred
Jeffry, Thanks. The idea was to create Next Record and Previous Record buttons on my page. Perhaps it would be simpler to find the next alphabetical element, but I just couldn't see it. I was thinking was that, if my current record's index was 5, I could get the next record by simply adding 1

Index of array

2001-09-09 Thread John Allred
Is there a way to compare the content of a variable with the members of an array to get the index position of the corresponding array element? Maybe there's a better way to do this, but this seems like the right direction. What I have is a query with two columns, one alpha and one numeric

E-commerce question

2001-08-03 Thread John Allred
With no experience with shopping carts, SSL certificates and gateways, I don't have an answer to my banker, who asks if my software is Global Payment Systems (NDC) approved. I don't recall a discussion on this list where this was mentioned. Can anyone help me with the terminology I need to speak

Re: OT: http server for windoz ME?

2001-07-22 Thread John Allred
I'd be interested to know if another server could be installed, but I know it's not possible to install PWS on ME. If you do decide to get another OS, note that there are certain MS OSes that you can't upgrade to from ME. Check the documentation. If you opt for Win2000 (which includes IIS and

Re: AW: OT: http server for windoz ME?

2001-07-22 Thread John Allred
While, on the surface, ME is the successor to 98, there are significant differences. There is a lot of functionality present in 98 that is simply missing in ME. The key word, which you used, is consumer. I think Dell, Gateway, and others, should drop their ME-only option and recognize that they

Re: AW: OT: http server for windoz ME?

2001-07-22 Thread John Allred
I like what you have to say better than what Microsoft told me. Could have saved $200, too. Thanks for the note. BTW, did you also find a way to run a DOS window? C. Hatton Humphrey wrote: I have installed PWS and have it running on an ME box right now! In this instance, treat your machine

Re: Query of a Query

2001-07-03 Thread John Allred
In the second query, don't include datasource, but do include 'dbType=query' The name should be the same as in the first query. HTH, --John Jordan Saardchit wrote: Can someone please send me the syntax on using QoQ. I can't remember the CFQUERY sytnax to reference a result set already in

Re: Cold Fusion Forums

2001-03-31 Thread John Allred
I, for one, would love to see more support for Simple Message Board. Tony put a huge amount of effort into the admin of the application, and it paid off. I was able to quickly see which features needed modification, I set up my headers and footers, and I was up and running in short order. There

Re: Cold Fusion Forums

2001-03-31 Thread John Allred
zac, I'm not sure, but you may be over-thinking this. Tony's application is simple enough without Fusebox. Coding it in that methodology, believe it or not, would make it even easier for you to modify or troubleshoot, even with no prior exposure to Fusebox. Fusebox is still CFML, after all. If

Convert string to numeric

2001-03-03 Thread John Allred
I haven't been able to find a function that will convert a string (containing only digits) to a number. Can anyone advise how to do this? TIA, --John ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Convert string to numeric

2001-03-03 Thread John Allred
Solved. It's surprising how often just asking the question allows one to arrive at the answer. --John ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: advanced list

2001-02-24 Thread John Allred
Douglas, If I understand the intent of your original question, I would recommend the list that ACFUG (Atlanta CFUG) hosts: http://www.acfug.org/ -- Very little chit chat and the questions are generally more advanced. Regards, --John [EMAIL PROTECTED] wrote: My apologies to the list and for

Re: Politics RULE grrrrrrrrrrr

2001-02-04 Thread John Allred
I don't think anyone covered the issue of responsibility. If I understand right, there are two contractors working independently. If they are competitors, how can one be turned into the traffic cop for both without some sort of contractual language to spell out the relationships,

Re: 255 character max in Access ???

2001-01-28 Thread John Allred
Philip, If I understand your statement correctly, I think I have to take issue. I have a newsletter app I've been working on where the following code works just fine (article_text is an Access memo field, and criteria is the form field): WHERE article_text LIKE '%#criteria#%' Maybe an

Re: 255 character max in Access ???

2001-01-28 Thread John Allred
Philip, Don't know if you're over-tired, but this is definitely possible using both Access 97 (my version is 2-3 years old at least) and Access 2000. --John Philip Arnold - ASP wrote: If I understand your statement correctly, I think I have to take issue. I have a newsletter app I've

Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-20 Thread John Allred
Can't help but do the math. 100,000 hits can't possibly be insignificant. [EMAIL PROTECTED] wrote: Please ... I just checked Webtrends for browser types hitting our site and 98% of all browsers are NN 4+ and IE 4+ ... with the over 60% being IE 5. With a sample of over 5 million hits.

Re: CF vs. Lotus Domino App Server

2001-01-04 Thread John Allred
I had the, um, opportunity to work with Domino for a while. I probably wrecked my career with the reaction I had. In short, I found the IDE to be totally unintuitive and the output to be largely dependent on Javascript. Even if you don't write it, it will still appear in your pages. But there is

Setting up a poll database

2000-12-17 Thread John Allred
I'm trying to create a poll. Since I want to use radio buttons on the form, I'm creating one field for each category of information that uses the numbers 1 through 5 to allow the user to make one selection only in each category. The problem I'm having is figuring out how I'm going to count the

Re: Setting up a poll database

2000-12-17 Thread John Allred
165 Best, John -Original Message----- From: John Allred [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 17, 2000 1:02 PM To: CF-Talk Subject: Setting up a poll database I'm trying to create a poll. Since I want to use radio buttons on the form, I'm creating one field for eac

CFFILE help

2000-12-15 Thread John Allred
I'm not a newbie to CF, but I am to CFFILE. I have an idea how to take an existing template that queries for any of about 50 educational courses, and displays the course and section info for them, and create static HTML files instead. Any advice would be appreciated. category.cfm displays a list

Re: loops, queries, ug...

2000-12-08 Thread John Allred
Pete, I think a simple group on the output is all you need. Query your tables (using, e.g., name = "get_subnets"), then on the output section, add a group parameter, as in: CFOUTPUT QUERY = "get_subnets" GROUP = "subnets" I'm assuming the value in "subnets" is the IP number. HTH, --John

Re: Big companies using CF

2000-12-07 Thread John Allred
Not a big company, but a big site: http://www.mscounties.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Is the Fusebox book available in stores or only at the fusionauth ority web site?

2000-12-06 Thread John Allred
Michael, I couldn't find it on Amazon. Once you know it's there, be sure to let us know. I'd like to provide a couple of links to it. --John mdinowit@houseof

Form and CFGRID on same page

2000-11-09 Thread John Allred
Sorry for cross-posting. I should have sent this message only to CF-Talk. I want to include a CFGRID on the same page with a FORM. When the parent record is created, I would hide the grid, since it's designed for child records. However on updates to the form, I'd like to show the grid, allowing

Re: Remote DB Alteration

2000-11-08 Thread John Allred
"Guy J. McDowell" To: CF-Talk [EMAIL PROTECTED]

Re: Potential problems with FREE Server

2000-11-07 Thread John Allred
Josh, According to the docs that ship with CF Express, you get 16 Cold Fusion tags. They list 47 that are not available. Also, don't attempt to use custom tags (hence, Fusebox). So you lose most of the power of CF end up being able to create pretty basic templates only. HTH, --John

Re: Multi-table inserts updates

2000-10-29 Thread John Allred
CFQUERY to insert into parent table using FORM-scoped vars CFLOOP from 1 to length of list CFQUERY to insert into child table using ListGetAt(FORM-scoped list, index) /CFLOOP /CFTRANSACTION Let me know what you discover. -David On Fri, 27 Oct 2000 13:16:44 -0500 John Allred [EMAIL

Re: Multi-table inserts updates

2000-10-26 Thread John Allred
t your answers to my questions at the top may make it more clear to us. -David On Wed, 25 Oct 2000 10:59:04 -0500 John Allred [EMAIL PROTECTED] writes: I need some advice on how to set up a form that will either insert or update data to multiple tables in the same database. I have a parent a

Re: Multi-table inserts updates

2000-10-25 Thread John Allred
I forgot to mention, I'm developing this app on CF Express, so some of the more advanced tags might not be available. Thanks, --John Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Selects in CFGRID

2000-10-20 Thread John Allred
I have four books open in front of me, and I've been searching for an answer all morning. Is there a way to insert values in a CFGRID field by selecting values from a column from another query? What I'm looking for is the same functionality as you'd get from an HTML SELECT field where you

Re: Selects in CFGRID

2000-10-20 Thread John Allred
Aw, c'mon. Someone's bound to have some thoughts on this. Please? John Allred wrote: I have four books open in front of me, and I've been searching for an answer all morning. Is there a way to insert values in a CFGRID field by selecting values from a column from another query? What I'm

Re: Selects in CFGRID

2000-10-20 Thread John Allred
Simon, Yeah. Just like you would do with SELECT or CFSELECT, as in: SELECT NAME="DeptAbbrev" cfoutput query="departments" option value=#abbrev##trim(dept)#/option/cfoutput/select I can't find anything to indicate something like this is possible. I guess maybe the question is whether you can

Re: Selects in CFGRID

2000-10-20 Thread John Allred
Thanks, guys. I kind of think someone missed the boat on this applet. Wouldn't it seem reasonable that, if you want to use a grid to insert/update/delete records, you might want to have it operate much like a FORM or CFFORM, using SELECT fields? Oh, well. Also, I may be missing it, but I can't

RE: AOL mayheim

2000-10-11 Thread John Allred
Thanks for this insight, Simon. According to this logic, Cold Fusion would not be singled out by AOL. It would not be friendly to any server technology that presents dynamic pages based on database content, including ASP, PHP, and Domino. Can you or anyone else shed some light on just how far

Re: # sign in my string!

2000-10-10 Thread John Allred
Scott, Try Replace(form.salaryreq, #, ## , ALL) to escape the pound sign. HTH, --John Scott Becker

Re: Making Check Box Selection Mandetory

2000-10-10 Thread John Allred
Claude, Brian and David have suggested client-side approaches, but you can also make a checkbox field required, using server side validation. Just set it up with a hidden field in the format, your_checkbox_field_required, the same as your other required fields. Be sure not to preselect any of

Displaying CF code

2000-10-09 Thread John Allred
I have some CF templates on an intranet for which I'd like to display the code in the user's browser. I find myself without my printed manuals, and I can't seem to find what I'm looking for in the online help. Can someone recommend a method I can use to include and transform the code from a CF

Re: CF, PHP vs. JSP?

2000-09-26 Thread John Allred
Steven, If the client has a thoroughly thought out plan, and JSP fits well with that plan, then he/she probably does know what they want. Otherwise, it's probably the equivalent of a beauty contest. In that case, their decision would be based on less quantifiable or definable issues. If they are

Re: [CF-Talk] OT: Subject lines

2000-09-21 Thread John Allred
I'm afraid I missed any early complaints or discussions that caused Michael to feel we needed [CF-Talk] in the subject line at all. I use a Notes Client at work, so I have no sorting capabilities there at all and p--s poor filtering. I use Netscape at home, and my filters work fine on the To: and

Re: [CF-Talk] OT: Subject lines

2000-09-21 Thread John Allred
d Netscape briefly, and couldn't see any advantage. Lotus notes has horrible email formatting. tom - Original Message ----- From: "John Allred" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, September 21, 2000 8:41 AM Subject: Re: [CF-Talk] OT: Subject li

Re: Extranet's

2000-09-17 Thread John Allred
om outside, you might also want to provide logins for them. HTH, --John Allred Rif Kiamil wrote: Dear All, I am current designing our 2nd Intranet and we know it about a years time where are going to have Extranet users. I just want to know. Would u develop a total separate system for Extr

ISP Recs

2000-09-08 Thread John Allred
dsn setup, or facility to allow user to do it. Thanks, --John Allred -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists

Re: Problem with URLDecode

2000-09-07 Thread John Allred
Terry, Try escaping the # symbol. It sounds like you have the entity reference stored in a text field in a database (not sure from your description of the problem). If so, write it as ##8482. HTH, --John

Re: Inserting (or updating) more than one record at a time

2000-09-05 Thread John Allred
Gina, I don't have a specific response to your question, only a suggestion. If your form fields correspond to columns in a table, you might find everything much easier to deal with if you modify the structure of your database. You have, essentially, these types of information:

RE: Has the Apocalypse cometh? (Was RE: CF vs. ASP)

2000-08-30 Thread John Allred
Jeremy, Your rant produced a thought I hadn't had before. I wonder how competitive ASP would be vs. CF if it were not free, but instead offered at roughly the same price point? I just finished up a post to a thread on an HWG list that someone started by asking about free or low cost

RE: Second Request for help!

2000-08-23 Thread John Allred
Neil, Too bad the beta testers didn't win out with this one. The inability to view multiple files is my only serious complaint with Studio. When the need to see two files simultaneously arises, I just fire up my old copy of Arachnophilia ( free download from http://www.arachnoid.com ), and I can

Re: Newbie Cold Fusion Studio Question

2000-08-23 Thread John Allred
Kim, You will not be able to view these files as CF-served pages, until you install the Cold Fusion Server that came with your copy of Studio. If you have a licensing problem, you can download a copy of Cold Fusion Express for free from the Allaire site and install it, instead. This might be a

Re: Adobe sues Macromedia????

2000-08-15 Thread John Allred
JustinMacCart hy To: [EMAIL PROTECTED]

Database problems

2000-08-11 Thread John Allred
I have a strange problem with inserts in an Access table. I can't seem to wrap either a CFINSERT or an SQL insert within a CFTRANSACTION. Either method, without a CFTRANSACTION, will successfully insert a record in my table. But as soon as I try to use CFTRANSACTION, so I can get the ID of the

Insert produces blank record

2000-08-11 Thread John Allred
Using an Access table, I have a template with an INSERT and a MAX(ID), plus a CFLOCATION routine within a CFTRANSACTION. I've tried it with both SQL INSERT and CFINSERT and, either way, the autonumber field is incremented, but no data is inserted in the record. If I use either insert method on

RE: Database problems

2000-08-11 Thread John Allred
Katrina Chapman To: [EMAIL PROTECTED]

Re: Need your help desperately

2000-08-11 Thread John Allred
Karl, I don't see a single specific question. All of them are of a general nature. I consider myself honest and would have no problem either asking or answering questions of this type. I don't know the whole context of this message, so I may have missed something, but based on the words alone,

File name with query string in JS function

2000-08-11 Thread John Allred
This is a variation on the recent thread where we discussed using link references like page.cfm?foo=bar#spot. In a framed environment, I have four JS functions that use rollovers to populate another frame using syntax like: function loadfn() { parent.empl_list.location =

Inserts and updates strategy

2000-08-10 Thread John Allred
I have a form that needs to insert and then update values in two tables. I have the insert part, but I'm not sure how to handle the updates. During the insert, the user enters info about a URL link in the LINKS table. There is a drop down list which allows the user to select multiple counties.

RE: Append a single character at the end of a form input value???

2000-08-10 Thread John Allred
Philip Arnold - ASPTo: [EMAIL PROTECTED]

Re: Testing number of characters in CFform textarea

2000-07-30 Thread John Allred
D] with 'unsubscribe' in the body. -- John Allred / Jackson, Mississippi Accessibility Resources: HWG's AWARE site - http://aware.hwg.org/ W3C's WAI site - http://www.w3.org/WAI/ Campaign for a Non-Browser-Specific WWW - http://www.any

Re: CFLOCKs.... is this really necessary?

2000-07-28 Thread John Allred
Zachary Bedell wrote: *shudders* Don't get me started on Allaire's documentation. We're considering starting our own internal errata list for our developers Maybe you could publish this for the rest of us, if you do it.

NQL?

2000-07-24 Thread John Allred
Anyone familiar with NQL? I've received several contacts from the company, but I haven't had time to figure out what Network Query Language is supposed to help me do. http://www.nqlsolutions.com/ --John -- Archives:

CF Express

2000-07-18 Thread John Allred
Can anyone give me a URL where I can download CF Express? I found it on Allaire's site previously using search, but that's currently disabled. Thanks, John Allred -- Archives: http://www.mail-archive.com/cf-talk

Re: Slightly OT: Dumb HTML question

2000-07-14 Thread John Allred
, John Allred aimee abbott aimee@abbottTo: [EMAIL PROTECTED

Re: OT: Uncommon fonts

2000-07-01 Thread John Allred
in a list that's installed on the system. For instance, in HTML, use font face="frutiger, futura, swiss, sans-serif" or, in CSS, use SelectorName { font-family : frutiger, futura, swiss, sans-serif; { HTH, John Allred cftalk wrote: Hi, someone produced on an Apple MAC fonts calle

Re: Great list WAS: Unsubscribe

2000-06-30 Thread John Allred
e better thought out in the first place. And even when they're not, I don't recall anyone going out of his or her way to make the newbie feel stupid. I consider this list to be a great resource. Regards, J

No data in new record

2000-06-19 Thread John Allred
, -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com/ -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists

CFUG in MS

2000-06-06 Thread John Allred
Are there any CF users interested in starting a CFUG in the Jackson, MS area? Birmingham and Atlanta are LONG drives for a mid-week meeting. Regards, John Allred -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com

Re: Replacing line breaks and paragraph breaks with HTML equivelents

2000-06-04 Thread John Allred
Dennis Powers wrote: Dave, BTW: Although I have never taken your course, you have taught me much through this medium and for that I thank you. Me too. Hey! You got a course? Where can I find out more? -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com

CFINSERT on multiple tables

2000-05-31 Thread John Allred
be patient if this seems elementary. I'm still somewhat of a newbie. Any thoughts or advice would be appreciated... -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com/ -- Archives: http://www.e

Re: CFINSERT on multiple tables

2000-05-31 Thread John Allred
Dave, Thanks for the info. Any sources you can refer me to where I can dig into this in greater detail? Dave Watts wrote: Whether you use CFINSERT or a regular SQL INSERT statement within CFQUERY, you can only update one table at a time. If you need to update multiple tables, you'll need

Re: Unable to understand error--help

2000-05-31 Thread John Allred
Aslam, You might also check to be sure you haven't left out a quote. I had this error on a form earlier today, and it turned out I had left out a closing quote for the METHOD. --John Allred "Howell, Katie" wrote: do you have method="post" or method="get" in you

Multiple tables redux

2000-05-31 Thread John Allred
the high level steps to accomplish this? My books are becoming dog-eared, and I'm not getting anywhere. Your advice will be most helpful. TIA, -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com

PING to check URL

2000-05-30 Thread John Allred
I can't find any documentation on using the PING command to check for a valid URL. The alternative is to force my users to do it, when all I want is to check its validity before allowing them to enter it on my site. Any thoughts? TIA, -- John Allred / Jackson, Mississippi Mississippi Counties

Re: Automatically transferring data from one table to another

2000-05-30 Thread John Allred
flag to be reset when someone changes a link, I take it out of service. I can't allow them to modify my live table, so I'd kind of like to use this method that Earl is asking about. Thanks, John Allred -- Archives: http:

Re: PING to check URL

2000-05-30 Thread John Allred
Thanks, Dave. Maybe I'm narrowing the choices by my question. I'm not hung up on PING. I would merely like to be able to check for a URL behind the scenes in my script, without forcing my visitor to do it for me (enter it, test it, and either click the back button or close the new window,

Self join?

2000-05-26 Thread John Allred
reviously entered values. TIA, John Allred -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com/ -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.house

Re: Best Editor

2000-05-22 Thread John Allred
When you want some really powerful scripting that CF Studio won't give you (like trying to do search and replace on carriage returns and tabs), try Arachnophilia. If it had the project management features of Studio, that's all I'd use. --John Allred [EMAIL PROTECTED] wrote: Which is the best

Re: Left Join syntax for MS Access

2000-05-22 Thread John Allred
, --John Allred Eron Cohen wrote: Hi Everyone, I am wondering if anyone knows the correct syntax for doing a LEFT JOIN in the WHERE statement of an MS Access Database query. I was told that it should be something like: contact_table.contact_ID =* sales_information.sales_contact_ID

Re: Best Editor

2000-05-22 Thread John Allred
Dave Watts wrote: When you want some really powerful scripting that CF Studio won't give you (like trying to do search and replace on carriage returns and tabs), try Arachnophilia. If it had the project management features of Studio, that's all I'd use. You can actually do searches

Re: Nested Forms

2000-05-22 Thread John Allred
, If I understand what you trying to achieve, you can use the OPTGROUP element within your SELECT element to group the choices, so that only Home, Business, and Other would appear on the form. Click on one, and all the other choices under it would pop out. Does this sound like a solution? -- John

Re: Nested Forms

2000-05-22 Thread John Allred
with it (haven't tried it before now), and I can't get the results that they show as a "possible" rendering. But, you might be able to work it out. -- John Allred / Jackson, Mississippi Mississippi Counties http://www.msco

Re: Nested Forms

2000-05-22 Thread John Allred
I didn't test enough. The OPTGROUP technique didn't work under NS 4.7 or IE 4. It does work under Mozilla (NS 6), but not the way they show it on the w3.org page I gave below. John Allred wrote: Steve Reich wrote: If I understand what you trying to achieve, you can use the OPTGROUP

Re: Next N records

2000-05-21 Thread John Allred
John Allred [EMAIL PROTECTED] wrote: Thanks, Kevin. As usual, all I have to do is ask the question, and I find it in the book. --John Kevin Merker wrote: Go to Forta's CFWACK, chapter 21 page #498. Browsing "Next n" Records, this is what you are looking for. Just copy

Restricted access

2000-05-21 Thread John Allred
usion engine must be stopped and restarted to reset the permitted IP address. " -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com/ -- Archives: http://www.eGroups.com/li

Re: Restricted access

2000-05-21 Thread John Allred
: John Allred [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 21, 2000 3:01 PM To: CF-Talk Subject: Restricted access I know everyone has seen this message. I know you can use a mapped subdirectory, but I get the access problem when my internet connection dies. After that, no address works

Re: Next N records

2000-05-20 Thread John Allred
s and data source. KM John Allred wrote: Sorry to bring this back up. I thought I had saved a post on this topic, but it's no where to be found. Also checked CFWACK and Danesh. Trying to get to the CF Talk archives returns a file not found. So I'd like to do the "Next 30 reco

Re: You have nice cookies .. mind if I have a look?

2000-05-16 Thread John Allred
r contents. This is possible, isn't it? --John Allred Todd Ashworth wrote: Might want to be extra carefull what you store in your cookies from now on, ladies and gents. Or .. if you are the naughty kind of CF developer, I suppose you could take advantage of this ... http://www.cnnfn.com/2000/05/16/

Re: You have nice cookies .. mind if I have a look?

2000-05-16 Thread John Allred
Howie Hamlin wrote: Yes, but the safest thing to do is to keep the client "profile" on the server and only transmit the cookie. As an added measure of security you can encrypt the cookie with the IP address as the key... It just seems like the web is constantly adapting itself to new

Re: Setting Focus to Field

2000-05-15 Thread John Allred
"Reilly, Jim" wrote: body onload="document.TEST.fieldname.focus()" If I already have an onload in a page, how would I add this one too? I'm doing some preloading, and I'd like to also set the focus to a form field. Thanks, --John

Re: Searching with one form field

2000-05-15 Thread John Allred
sion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- John Allred / Jackson, Mississippi Webmaster, Mississippi Counties http://www.mscounties.com/ --

Advice on approach

2000-05-15 Thread John Allred
on the best way to do this? TIA, --John Allred -- John Allred / Jackson, Mississippi Webmaster, Mississippi Counties http://www.mscounties.com/ -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: Joining Two Text Fields?

2000-05-14 Thread John Allred
. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED]

Check for variable

2000-05-13 Thread John Allred
e template and creating the HTML using some sort of "method". However, I haven't yet come across an explanation of how to do this (e.g., the way Allaire presents everything with an ID Method="..."). Could anyone direct me to a resource for a de

Re: What's in a name

2000-05-11 Thread John Allred
ERE clause of your query. This will return partial matches entered in any combination of upper/lower case. --John Allred "Parker, Kevin" wrote: I've set up a system where people can lodge their abstracts electronically for an international congress being held here next year. I've

Re: cfselect validation

2000-05-11 Thread John Allred
Shannon, Try adding: INPUT TYPE="hidden" NAME="Organization_required" VALUE="Error! You must choose an Organization." --John Allred Shannon Carr wrote: I am having trouble using cfselect to validate a select box. I would like to display "Please C

  1   2   >