Bind for NT applications?

2000-04-03 Thread Brian Mitter
Hi all, Has anyone written an administration application to look after Bind for NT? Is so, any pointers on what I may have problems with? Thanks Brian -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

how to keep radio button checked values?

2000-04-03 Thread Armand Datema
Hi all I have made a form check that checks all the entries, if one is missing teh page is returned with all the filled in values and a mention for the not filled in one. But how do i keep the checked value of a radio button? Armand

Re: Bind for NT applications?

2000-04-03 Thread Adrian Cooper
- Original Message - From: Brian Mitter [EMAIL PROTECTED] Sent: 03 April 2000 07:59 Hi all, Has anyone written an administration application to look after Bind for NT? Is so, any pointers on what I may have problems with? BIND for NT isn't that complicated - it consists mainly

OT: Steve Robson, your e-mail is bouncing

2000-04-03 Thread Bud
Sorry to post this. Steve. I tried sending you the countries database several times and always get this message: - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to portal.theplanet.co.uk.:

Re: How to dynamically create a link to an update form

2000-04-03 Thread Dave Hannum
Hi Earl, I assume you are you storing the form info in a database until they return. If so, I assume you have a key in the database to identify the info as that person's. Say for illustration that your key is perhaps an ID number you generate at the time they submit the form you could do

ASP - ColdFusion

2000-04-03 Thread Mark Jones
I know that some time ago porting from ASP to ColdFusion was discussed here but I cannot remember the answer to this question. Could someone tell me if there is a program out there that will change an ASP page to a ColdFusion page. Even if it only gets it partly right - any automation help

Slightly OT - Mac emulation

2000-04-03 Thread Terry Riley
Anyone know of a package that can be used to emulate what my PC-generated CF website(s)would look like on a Mac? Thanks Terry Riley Riley Varea Associates, London, UK -- Archives: http://www.eGroups.com/list/cf-talk

Re: REGEX validating email

2000-04-03 Thread Todd Ashworth
Here's the RegEx string I use to validate E-mail addresses .. maybe thiw will work better for you? var emailexp = /^[a-z][a-z_0-9\.]+@[a-z_=0-9\.]+\.[a-z]{3}$/i Todd - Original Message - From: "Brian Peddle" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 31, 2000 6:10 PM

Re: Help please checking my poll works correctly ....

2000-04-03 Thread Adrian Cooper
- Original Message - From: Deanna L. Schneider [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 03 April 2000 14:30 Subject: Re: Help please checking my poll works correctly Hiya Michael, I voted three times. No error message. No polite message. Apparently it accepted my vote

structclear

2000-04-03 Thread Won Lee
I thought I had read that this line of code no longer works well in 4.5, is this true? cfset StructClear(session) Is there a better alternative? Should I be surrounding this with cflock? Won Lee Systems Consultant New Channel Technologies (330) 220-1558 [EMAIL PROTECTED] "Turning ideas

Ways to improve performance?

2000-04-03 Thread Ian
Every now and then someone posts code and explains that such-and-such runs faster than something else because -. Is there a list of all of these ways to improve code performance? I know about using CFLOOP instead of looping through CFSCRIPT and that Len(variable) EQ 0 is faster than

RE: Trouble uploading Mac Image Files.

2000-04-03 Thread Mike Murry
Another application I use was having this same problem. Maybe their workaround will work for you. http://weblogs.userland.com/manilaNewbies/stories/storyReader$17 Mike Murry Web Developer [EMAIL PROTECTED] 214.599.5290 -Original Message- From: Talha Rizvi [mailto:[EMAIL PROTECTED]]

Re: Help with mandetory imput form field

2000-04-03 Thread Dave Hannum
for some god dam reason the aboce does nto work Claud, I don't think GOD has anything to do with your failed code and language like that doesn't add a thing to this list - Now, on to your problem: I assume you want a JavaScript produced to pop up a box if there is not entry: Try this

RE: Help with mandetory imput form field

2000-04-03 Thread jstiefel
Potty mouth! -Original Message- From: Interent Gold Coast Properties [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 03, 1999 8:41 AM To: [EMAIL PROTECTED] Subject: Help with mandetory imput form field I am having problems with my cf select command where I want the system to check

Re: OT: Re: Steve Robson, your e-mail is bouncing

2000-04-03 Thread Bud
On 4/3/00, James Smith penned: Oh what fun. You haven't included the full error message, but planet online use the RBL to filter mail, and apparently mindspring are on it. It is not a problem with his mail account, it is a problem with yours, try sending the mail to him from a different account.

RE: Help with mandetory imput form field

2000-04-03 Thread jstiefel
Also- is it "Internet Gold Coast Properties", or "Interent Gold Coast Properties" .. ;-) Try putting an option value="#PropertyCategoryDropDown.PropertyCategory#"#PropertyCategoryDropDow n.PropertyCategory#/option -Original Message- From: Interent Gold Coast Properties [mailto:[EMAIL

Re: Slightly OT - Mac emulation

2000-04-03 Thread Larry C. Lyons
Yes its called a Macintosh. You can get a 266MHz iMac for around 600 or 700 right now. There are a couple of Mac emulators out there for PC's but they are only able to imitate very old style Macs - e.g., Mac Plus's running System 6.0 and 8 MHz Moterola 68000 chips . The current chip set is the

cf 4.5 visible headers in IE for Mac

2000-04-03 Thread Deanna L. Schneider
Hi folks, We've installed CF 4.5, working with netscape web servers (forgive me for not knowing specificsI'm not a server admin). The CF server is on a different box than the web servers (an apparently new feature with 4.5). Anyway, when someone views a cf-driven page with IE for the

FW: Combining Cf and ASP in the same Template

2000-04-03 Thread Olive, Christopher M Mr USACHPPM
no, it is not possible. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 9:42 AM To: [EMAIL PROTECTED] Subject: Combining Cf and ASP in the same Template Is it possible to

Re: Programmer's font

2000-04-03 Thread Brian Mitter
Is it similar to that Andale Mono font? Can you send me a copy too? Thanks Brian - Original Message - From: Mike Murry [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 03, 2000 1:51 PM Subject: RE: Programmer's font I use a font called Hells Programmer. It has exactly

Lookups in Access and SQL Server

2000-04-03 Thread Ric Smith
Is there an equivalent of an access lookup field in SQL Server? I usually just do my joins in the SQL code but I know someone who uses lookups in access and was wondering if it is compatible with SQL Server when I upsize. Thanks -- Ric Smith __H_O_L_O_G_R_A_P_H_I_C___ 103

RE: MIME link

2000-04-03 Thread Dave Watts
What is that link on the Figleaf site that Dave Watts always refers us to when we ask about MIME attachments with CFMAIL? Unfortunately, it doesn't refer to CFMAIL, just using CFCONTENT to generate different MIME types. In any case, here you go: http://www.figleaf.com/demo/mimetest/ Dave

outlook question

2000-04-03 Thread John N Westerlund
Whats the max num of messages outlook will hold before it dies? alternatively; has anyone's outlook/computer died from too many cf_talk messages? grin John, who has not deleted any cf_talk messages yet. -- Archives:

Re: Combining Cf and ASP in the same Template

2000-04-03 Thread David E. Crawford
Technically it is possible, if you were to use CFHTTP or an ASP equivalent to combine two different templates in a single resulting document. Not sure why anyone would want to, but it is possible to combine CF and PERL and PHP and whatever, if you try hard enough. Someone (Ray "JediMaster"

Re: Combining Cf and ASP in the same Template

2000-04-03 Thread John N Westerlund
I dont think you want to use them in the same template, its more like you can have index.asp pass a form/variables to register.cfm. I dont think CF server interprets ASP and I doubt IIS interprets CF. I learned ASP first, but CF can do most everything that ASP can... Unless you're doing some

Re: OT: Re: Steve Robson, your e-mail is bouncing

2000-04-03 Thread William James
actually the problem is that earthlink/mindpring bought up a bunch of little ISPs. Many of them are still using their old servers and account systems so while it looks like mindspring is blocked only certain parts are. But yes, its a pain in the butt :) - Original Message - From: "Bud"

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread Steve Reich
Yes it is possible. You can set CF to parse any file extension you want. If you set it to look for CF code in an ASP page, then the ASP code will get processed and then sent to CF server to parse the CF code. This can easily be done and seems to work fine. I'm not sure what the performance drain

Re: outlook question

2000-04-03 Thread Kevin Hemenway
Whats the max num of messages outlook will hold before it dies? Welp, I haven't reached a limit on my PC machine at work here with OE... primarily because I don't archive anything for security purposes. However, at home, I use OE (for the Mac, though), and it died around holding 4000 messages

Re: outlook question

2000-04-03 Thread Russel Madere
I had over 3,000 messages in the same directory and Outlook didn't choke. They came in when I was on vacation. I also kave over 24 MB of messages saved in folders in Outlook with out any problems. Russel Madere, Jr. Web Developer - Original Message - From: John N Westerlund [EMAIL

Re: MIME link

2000-04-03 Thread William James
Is this the full code? I don't understand how it works or what its doing? It looks like its loading emp2.cfm but sending it as emp2.csv (talking about the 2nd example). But how? - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

RE: outlook question

2000-04-03 Thread Ron Anderson
I had over 25,000 w/o ill effect... -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 7:51 AM To: [EMAIL PROTECTED] Subject: outlook question Whats the max num of messages outlook will hold before it dies? alternatively; has anyone's

RE: outlook question

2000-04-03 Thread CFM
i don't know if this is what you want, but here's some suggestions on how to deal with a busy mailing list using outlook/exchange. if you're running an exchange server, you can set up a public folder, and limit the number of days a message will live in the folder (this is what i do, 7 days of

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread David Gassner
Steve, could you describe the steps for configuring this? -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 8:15 AM To: [EMAIL PROTECTED] Subject: RE: Combining Cf and ASP in the same Template Yes it is possible. You can set CF to parse

RE: structclear

2000-04-03 Thread Won Lee
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9D84.2235BDF0 Content-Type: text/plain; charset="windows-1252" You mean it will clear client variables as well? I use that

OT: Host Header Limit on IIS?

2000-04-03 Thread Brian Mitter
Sorry one and all for this WELL OT post, but the Boss wants an answer yesterday and I cant find anything on the MS site. (whats new?..) I need to know if there is a limit to how many websites you can have on one IP using HostHeaders? Thanks Brian

Testing only, do not respond

2000-04-03 Thread mirza baig
__ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: outlook question

2000-04-03 Thread Seth Petry-Johnson
Whats the max num of messages outlook will hold before it dies? alternatively; has anyone's outlook/computer died from too many cf_talk messages? I have 8147 messages in my CF-Talk folder and probably another 2000 in various other folders. No problems yet, but searching for a message can

RE: outlook question

2000-04-03 Thread Steve Bernard
John, When you say 'hold', do you mean new or total? I have had up to roughly 500 new messages come in at one time via POP3 w/o any problems. I have a PII 350MHz, 128 MB RAM, blah, blah ... A slow computer, limited RAM and/or diskspace, and/or a slow network connection to your mail server could

RE: outlook question

2000-04-03 Thread Dave Watts
Whats the max num of messages outlook will hold before it dies? I've got folders with over 15,000 messages, and a total outlook.pst file size over 500 Mb. has anyone's outlook/computer died from too many cf_talk messages? If you want to archive messages, there are a couple of easy ways to do

Re: View-Source in IE

2000-04-03 Thread Larry Meadors
File - Save As... [EMAIL PROTECTED] 04/03/00 09:40AM The coldfusion server, after executing a request/file , sends only pure html to the browser. Is there a way to catch this pure html code and save it as a file? Thanks Aslam __ Do You Yahoo!?

RE: outlook question

2000-04-03 Thread Steve Bernard
Good God man! 25K? If I ever become a politician (yeah right) don't come haunting me with my past posts :) Steve -Original Message- From: Ron Anderson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 11:44 AM To: [EMAIL PROTECTED] Subject: RE: outlook question I had over 25,000

Advice on Setup

2000-04-03 Thread Lisa Greenberg
The CF application I've developed employs a session variable to distinguish one user from another by storing a unique value for each users in a table called "Users". Every query within the application filters on this value for each unique user. I'd need to set up one "global user account" that

Re: View-Source in IE

2000-04-03 Thread Russel Madere
You can use the CFHTTP tag. It gives options to save files that are retrieved. Russel Madere, Jr. Web Developer - Original Message - From: aslam bajaria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 03, 2000 10:40 AM Subject: View-Source in IE The coldfusion server,

RE: MIME link

2000-04-03 Thread Dave Watts
http://www.figleaf.com/demo/mimetest/ Is this the full code? I don't understand how it works or what its doing? It looks like its loading emp2.cfm but sending it as emp2.csv (talking about the 2nd example). But how? Yes, it's the full code for both examples. In example 1, the CFHEADER tag

RE: View-Source in IE

2000-04-03 Thread Olive, Christopher M Mr USACHPPM
you can have the client do a File-Save As. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: aslam bajaria [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 11:41 AM To: [EMAIL PROTECTED] Subject: View-Source in IE The coldfusion server, after

RE: outlook question

2000-04-03 Thread Bill Killillay
Not sure but I have been a member of several of these list over the past and I have a little over 50,000 total messages and my current Outlook .pst file is at 367 meg right now. I am running Outlook 98 and have been for some time with no problems. Bill -Original Message- From: John N

Re: Help please checking my poll works correctly ....

2000-04-03 Thread Al Musella, DPM
I voted 5 few times, and it seemed to accept my vote.. the vote counter went up by one each time. At least no error messages! Also - you may be better off using a regular form instead of cfform. Even with a high speed cable modem, it took a lot of time to download the java .. on a slow

RE: cf 4.5 visible headers in IE for Mac

2000-04-03 Thread Dave Watts
We've installed CF 4.5, working with netscape web servers (forgive me for not knowing specificsI'm not a server admin). The CF server is on a different box than the web servers (an apparently new feature with 4.5). Anyway, when someone views a cf-driven page with IE for the Macintosh,

RE: outlook question

2000-04-03 Thread Eron Cohen
John, I am not so sure there's an official proclaimed limit, but as a matter of fact, my Outlook 2000 mailbox died just last Friday. You may be able to get it back with the "inbox repair tool" "Scanpst.exe" which you'll find either on your local harddrive or on your Outlook CD. My .PST file

RE: Ways to improve performance?

2000-04-03 Thread Pete Freitag
Actually 'NOT Len(variable)' would theoretically run faster than Len(variable) EQ 0 ... Here's another tip for you. Cold Fusion can handle any integer as a Boolean value (see the IsBoolean function) with any non zero integer being true, and any zeros being false. So by using the NOT operator

RE: View-Source in IE

2000-04-03 Thread Josh Farr
use the CFHTTP tag -Original Message- From: aslam bajaria [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 10:41 AM To: [EMAIL PROTECTED] Subject: View-Source in IE The coldfusion server, after executing a request/file , sends only pure html to the browser. Is there a way to

Re: Host Header Limit on IIS?

2000-04-03 Thread William James
I'm 95% sure its unlimited. (Well, limited to your system hardware resources). I can't remember where I saw it, but I'm positive I've read something about it. We currently have 50+ and most of them are full CF sites, not skimpy little things. Although we are running IIS 5 (Windows 2000 Adv.

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread Craig M. Rosenblum
but why combine? both have good features Just different ways to do things -Original Message- From: David Gassner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Combining Cf and ASP in the same Template Steve, could you

RE: View-Source in IE

2000-04-03 Thread Pete Freitag
Sure, Using CFHTTP cfset fileIwant = "http://me.com/hello.cfm" cfhttp url="#fileIwant#" method="get"/cfhttp cffile action="WRITE" file="myfile.htm" output="#CFHTTP.FileContent" addnewline="Yes" ___ Pete Freitag CFDEV.COM Cold Fusion Developer

RE: Adding in Carriage Return Before Insert into Database.

2000-04-03 Thread Dave Watts
I am taking some date and doing some manipulation on it and would like to add carriage returns at the end then save in the database. cfset NewLine = chr(10) cfset variables.additional_info = "Education Experience: " #newline# #variables.ed_ex# #newline# Should this work? The ASCII

RE: Programmatically release DSN connections?

2000-04-03 Thread Dave Watts
I have written some code which dynamically modifies the database directory location for a Microsoft dBase ODBC DSN using registry manipulation with CFREGISTRY. My problem is that when the directory changes it seems as though ColdFusion has cached or is holding on to the original connection

RE: outlook question

2000-04-03 Thread Cameron Childress
I'm using Outlook 2000, and have found that a single folder will not hold more than 16,383 messages. When I hit that limit, I simply rename the folder and create a new one for the CF-Talk messages. I currently have three such folders containing over 35,000 messages total. I have also found

RE: outlook question

2000-04-03 Thread Richard Colman
I can tell you for a fact that OUTLOOK will not hold more than about 16383 messages in the INBOX before it fills and will not accept any more. Happens to me all the time. Richard Colman -Original Message- From: Seth Petry-Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000

RE: Programmer's font

2000-04-03 Thread John Morgan
Me too please! -John- At 08:51 AM 4/3/00 -0400, you wrote: I use a font called Hells Programmer. It has exactly what you want. Let me know if you want it and I'll send it to you. -- Archives:

Surveys

2000-04-03 Thread Miriam Hirschman
I am creating a survey with about 30 questions. I have about 3 pages with 10 questins on each page. I want to save all the answers so by the last page (when I collected allthe answers)I can update the database. What is the best way to save the form variables (application, session variables).

Re: Host Header Limit on IIS?

2000-04-03 Thread Seth Petry-Johnson
Sorry one and all for this WELL OT post, but the Boss wants an answer yesterday and I cant find anything on the MS site. (whats new?..) I need to know if there is a limit to how many websites you can have on one IP using HostHeaders? I can't remember if there is a limit, but you should be aware

View-Source in IE

2000-04-03 Thread mirza baig
you say File-Save As from the browser. How do you save it automatically. How do you make coldfusion do it automatically. If ColdFusion cannot do it, can some other software do it? Thanks Aslam * File - Save As... [EMAIL PROTECTED] 04/03/00 09:40AM The coldfusion server, after

RE: outlook question

2000-04-03 Thread Mark W. Breneman
Yes! I have clean out my CFmail box every 50,000 - 80,000 miles (ah, er messages) I have yet to track it down to a problem with max size of the pst file or a max number of messages. I thought it would be useful to have a off line copy to ref. and search. But, when outlook refused to put any

Re: with cfapplication and cookies off, cfid still counts up. why?

2000-04-03 Thread Jennifer
At 04:48 PM 4/1/00 -0700, you wrote: how does cfapplication decide to iterate the cfid variable? for example: I have default client storage in admin set to cookie. Set the default client storage to registry. As long as you aren't using cookies anyway it won't cause a problem to have it set

Re: CFStudio

2000-04-03 Thread Jennifer
At 01:19 PM 4/2/00 -0700, you wrote: At home Studio accesses the local disk and even the share to the server pretty quickly. On this system it takes at least 10 secs to bring up the list each time I change directories. I am pretty much on the same type of system (7200RPM IDE Hard Drives, Celerons

RE: structclear

2000-04-03 Thread Raymond K. Camden
It will not clear client vars, that's a different scope. And yes, you should use CFLOCK in the case I described below. To be 100% safe, you should -always- use CFLOCK. === Raymond Camden, Webmaster of the Death Clock

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread Steve Reich
Actually, I have never set this up myself (our sysadmin did), but I have used it successfully. I think that the configuration is actually in IIS to send the asp page to the CF dll. Perhaps someone could help here. I know this has been answered before so we may have to search the archives.

RE: Client Storage: registry or database

2000-04-03 Thread Owens, Howard
-Original Message- From: Cameron Childress [SMTP:[EMAIL PROTECTED]] Sent: Saturday, April 01, 2000 5:11 PM To: [EMAIL PROTECTED] Subject: RE: Client Storage: registry or database however as I understand you can't rely upon client variables 100% of the time. (Correct

Re: outlook question

2000-04-03 Thread Stephen M. Aylor
Dunno if it was here or on sql7 list... someone has figured out a way to export their messages to sql server and have them full text indexed (or whatever the proper term is) in the db, then they do some "real language" searches on the db for this stuff. He said he was doing, but when asked,

RE: Ways to improve performance?

2000-04-03 Thread Rakova, George
George Rakova [EMAIL PROTECTED] 201-802-5500 x 3326 -Original Message- From: Pete Freitag [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Ways to improve performance? Actually 'NOT Len(variable)' would theoretically run

Load Testing

2000-04-03 Thread Scott Rowe
Can anyone recommend, tell experience with etc, load testing software such as RSW E-suite, Segue SilkPerformer, and Mercury's LoadTest? ___ Scott Rowe [EMAIL PROTECTED] Webmaster 212.208.0644 Fenics Software

Re: outlook question

2000-04-03 Thread John N Westerlund
900 mb? Lordy!! Thanks to everyone who answered. I only have about 2000 messages currently. I figure I should be okay for a while. John -Original Message- From: Eron Cohen [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 03, 2000 1:56 PM Subject: RE:

NT to Linux Conversion process

2000-04-03 Thread Brook Davies
I just finished porting a cf site from NT to Linux using CF 4.5. The DB was Access and now it's MySql. I will post a note about the issues I encountered during this process as soon as I have a minute. Right now I'm stuck on a small bug in CF for Linux: Cfmail is generating line feeds and no

RE: View-Source in IE

2000-04-03 Thread jstiefel
How about avoiding CFHTTP requests to your own box? Check out the cf_exec tag, which executes code and places the output in a variable (i.e ThisTag.GeneratedContent = Caller.Output), then write that to a file. There's nothing worse than a ColdFusion script that multiplies it's load on the server!

RE: outlook question

2000-04-03 Thread Mark W. Breneman
Please disregard that last e-mail about 50,000 - 80,000 messages. (sorry, that was with two exports to database) Yes, Cameron is correct it is 16,383 limit with outlook 2K. Mark's tip export to access format. Ezer to find and use. Mark W. Breneman -Cold Fusion Developer -Network

Re: outlook question

2000-04-03 Thread Dan Blickensderfer
I currently running 4.72 Outlook Express. I have two folders on CF-Archive (69900 messages) and CF-Talk (6000 messages). I've had not problems adding more to the Archive Folder after my CF-Talk folder reaches 1 messages. I have articles dated back to Sept. of 1996. Dan -Original

Re: Programmer's font

2000-04-03 Thread Dan Blickensderfer
I would like to request a copy also. Thanks, Dan At 08:51 AM 4/3/00 -0400, you wrote: I use a font called Hells Programmer. It has exactly what you want. Let me know if you want it and I'll send it to you. --- ---

same form-based page for edit and display?

2000-04-03 Thread jholland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm writing an app in cold fusion that has users who are in different roles and who may be viewing some data they dhouldn't edit or may be editing that data, depending on the role and situation. I'm trying to write it in such a way that I use on cfm

RE: Surveys

2000-04-03 Thread jstiefel
Just keep the variables from previous pages in hidden form variables. i.e. input type="hidden" name="VariableFromPreviousPage" value="#form.VariableFromPreviousPage#" -Original Message- From: Miriam Hirschman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 1:04 PM To: CF Forum

RE: Surveys

2000-04-03 Thread CFM
pass 'em along from page to page as hidden form fields until you get to the page you want to do the inserting/updating with. i.e. if you pass input fields called #firstname# and #lastname# from the first page, then you pass them on the second page like: input type="hidden" name="firstname"

RE: Connection Failed

2000-04-03 Thread Dave Watts
I've been using CFCACHE for a few weeks now with no trouble. Suddenly sometime today, I started getting a "CONNECTION FAILED" message. (That's ALL it said! The entirety of the error message was just "CONNECTION FAILED") CFCACHE relies on CFHTTP, so if that's not working, neither will

RE: Connection Failed

2000-04-03 Thread jstiefel
CFCACHE uses an CFHTTP connection back to your server to cache the file (AN EXTRAORDINARILY INEFFICIENT METHOD, if you ask me.) You could have possibly run out of available connections, or you've got your cf server set to a low number of concurrent connections. -Original Message- From:

RE: outlook question

2000-04-03 Thread Judith Campbell
At 12:10 PM 04/03/2000 -0400, you wrote: Good God man! 25K? If I ever become a politician (yeah right) don't come haunting me with my past posts :) With the exception of deleted spam, I have every email message I have ever sent or received since setting up my first internet mailbox around 1992.

RE: outlook question

2000-04-03 Thread Pete Freitag
Probably English Query on SQL Server. ___ Pete Freitag CFDEV.COM Cold Fusion Developer Resources http://www.cfdev.com/ -Original Message- From: Stephen M. Aylor [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 2:04 PM To: [EMAIL

RE: Surveys

2000-04-03 Thread Ben Forta
Do you want users to be able to use the BACK and FORWARD buttons after pages are submitted or not? If yes, use hidden form fields to pass data from page to page. If not, use SESSION variables and have a single page generate the different pages based on which variables exist and which don't. ---

RE: NT to Linux Conversion process

2000-04-03 Thread Chris Evans
brook (all lowercase!), I had this problem when writing CFX_MAIL, especially with qmail. You can try replacing CHR(10) (LF) with CHR(13) CHR(10) (CRLF). However, if CFMAIL uses LF when it talks to the mail server and passes header information back and forth, it won't do you much good.

RE: Load Testing

2000-04-03 Thread Olive, Christopher M Mr USACHPPM
a few weeks ago, i took the Allaire Performance Tuning course (taught by the estimable Dave Watts...:). i must say, i was heartily impressed with the quality of Segue's tool. my boss ordered it, (in fact, just called me to say it's here). it pretty much does EVERYTHING except making coffee

Re: CFStudio

2000-04-03 Thread Chris Lott
I have a similar problem with Studio 4.0.1 -- at home on my laptop (win 98) when I swtich directories the file list below pops right up. At work on a much more powerful system running SCSI drives (NT) it takes much longer, displaying the "Accessing..." message below. It is the same when accessing

RE: Programmer's font

2000-04-03 Thread Mike Murry
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01BF9DAA.4B3244D0 Content-Type: text/plain; charset="iso-8859-1" No problem. Mike Murry Web Developer [EMAIL PROTECTED]

RE: Programmer's font

2000-04-03 Thread Mike Murry
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01BF9DAA.9ED9068C Content-Type: text/plain; charset="iso-8859-1" Here it is. Mike Murry Web Developer [EMAIL PROTECTED]

RE: outlook question

2000-04-03 Thread ron
Dunno if it was here or on sql7 list... someone has figured out a way to export their messages to sql server and have them full text indexed (or whatever the proper term is) in the db, then they do some "real language" searches on the db for this stuff. He said he was doing, but when

RE: same form-based page for edit and display?

2000-04-03 Thread Sean Daniels
Could you do: cfif iseditable input type="text" name="field" value="#fieldvalue#" cfelse #fieldvalue# input type="hidden" name="field" value="#fieldvalue#" /cfif An even cooler thing would be to use IE's "disabled" attribute, but unfortunately that only works for IE 5

Re: same form-based page for edit and display?

2000-04-03 Thread John N Westerlund
I just saw a web page with a black bg for input type="text" so yes that is an option. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 03, 2000 4:36 PM Subject: same form-based page for edit and display? -BEGIN

RE: same form-based page for edit and display?

2000-04-03 Thread Dan G. Switzer, II
I use a table around the text w/an edit icon in the upper right-hand corner. I'll e-mail you off-list a couple images that show the difference. I use a subtle background color change as well-it doesn't show up in 256 colors, but you could choose something less subtle that does-either way, the

RE: Surveys

2000-04-03 Thread Josh Farr
or use a single hidden form field by collecting the results from each page into a struct and serialize/deserialize w/ wddx to store/retrieve to/from the form field. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 2:07 PM To: [EMAIL

Off Topic: Virus

2000-04-03 Thread Computer Simplistics Support
Anyone using a virus scan program with Windows 2000 Server? If so, which ones? I want to implement one but want to know what is working out there. Thanks! Scott Berry -- Computer Simplistics Support "Simple Solutions for a Complex World" http://www.c-s.net 661-296-4315

Re: Host Header Limit on IIS? --going OT

2000-04-03 Thread Eric Hoffman
There is a box configured here that uses host headers and SSL and seems to function just fine. Is it an issue of can't or shouldn't run SSL over host headers? (or do I need to review the NT server install and network dude?) Thanks. "Seth Petry-Johnson" [EMAIL PROTECTED] 04/03/00

RE: Surveys

2000-04-03 Thread Dan G. Switzer, II
Check out my CF_FormWizard w/the wddxFormLibrary JavaScript Library: http://www.oacfug.org/users/dswitzer/forms/ -Dan ++---+ | name | Dan G. Switzer, II| |company | PengoWorks.com| |www | http://www.pengoworks.com | | mailto | [EMAIL

RE: Programmer's font

2000-04-03 Thread Mike Murry
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01BF9DAE.7028B6D0 Content-Type: text/plain; charset="iso-8859-1" Sure. Mike Murry Web Developer [EMAIL PROTECTED] 214.599.5290

RE: Adding in Carriage Return Before Insert into Database.

2000-04-03 Thread S R
Where can I get a list of these characters and their ASCII equivalents?? From: [EMAIL PROTECTED] (Dave Watts) Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Adding in Carriage Return Before Insert into Database. Date: Mon, 3 Apr 2000 12:45:06 -0400 I am

  1   2   >