Re: inserting memo fields in access database

2000-03-29 Thread Seth Petry-Johnson
> I need to insert in an access database, large text zone. > I do that in a memo field, but it crash when I try to insert > about more than 65 ko text. I think that 65k is the max for an Access memo field. > How can I by pass that limitation? Get a real database system . I know that the text

Re: Date Comparisons - what's wrong here?

2000-03-29 Thread Michael Kear
Thanks Seth, again you're right. I was trying to be too clever for my own good. Cheers, Mike Kear AFP Web Development Windsor, NSW, Australia http://www.afp.zip.com.au On Thu, 30 Mar 2000, Seth Petry-Johnson wrote: > >So to check if they were here today, I'm using the following: > > > > > >

inserting memo fields in access database

2000-03-29 Thread Hubert Vaudaux
Hello I need to insert in an access database, large text zone. I do that in a memo field, but it crash when I try to insert about more than 65 ko text. How can I by pass that limitation? Thanks for help Hubert Vaudaux Service Internet MARCIREAU [EMAIL PROTECTED] http://www.marcireau.fr Tél

CFID/CFTOKEN as a Unique DB Identifier

2000-03-29 Thread Kevin Merker
Since I am new to SQL7 server and I don't know the in's and outs yet, I was wondering since CF generates CFID and CFTOKEN for a client session. I assume, no two CFID's or CFTOKEN's are the same, and this information is available for manipulation. Has anybody ever used them for the initial unique

Re: Extracting elements from a data string

2000-03-29 Thread Paul Hastings
> We have a data field called #name# > We would like to extract > - the first word as their first name, > - the last word as their last_name > - and anything in between as their Initials treat the name as a list delimited by spaces. if the list length is 3 then you got middle name otherwise jus

Re: Date Comparisons - what's wrong here?

2000-03-29 Thread Seth Petry-Johnson
>So to check if they were here today, I'm using the following: > > > Hmm... I don't think you need this step. I have always been able to use Date/Time values retrieved from a DB in CF Date/Time functions WITHOUT parsing it like this. ParseDateTime() requires a *STRING REPRESENTATION* of a dat

Extracting elements from a data string

2000-03-29 Thread Robert Ward
Hi all, We have a data field called #name# Trouble is it contains all elements of the name, ie: First_Name Initials Last_Name (Note: only about 30% have middle initials) We would like to extract - the first word as their first name, - the last word as their last_name - and anything in between

Re: cfcontent with avi's??

2000-03-29 Thread Kevin Merker
I use quicktime / .mov with Netscape in CF templates and have no problem with : http://quicktime.apple.com"> KM William James wrote: > Okay, I'm having a major problem here. Some of you may recall I was trying > to protect images by using CFCONTENT to call them from a non-public > directory. We

AW: Crystal Problems

2000-03-29 Thread lorenz
Use the smart viewers and the web report server from CR. Works perfect for me. Armin -Ursprüngliche Nachricht- Von: Todd Ashworth [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 29. März 2000 16:21 An: [EMAIL PROTECTED] Betreff: Re: Crystal Problems We are having the same problem. Ac

Date Comparisons - what's wrong here?

2000-03-29 Thread Michael Kear
I've got a date stored in my SQL7 database. When someone comes to the site, I want to compare this date with Now() to see if they were here today. But it's just not happening for me. (Sigh - dates are always my nemesis!) What am I doing wrong please? The field in the SQL7 database is a datetim

cfcontent with avi's??

2000-03-29 Thread William James
Okay, I'm having a major problem here. Some of you may recall I was trying to protect images by using CFCONTENT to call them from a non-public directory. Well, my boss wants me to do the same with some avi files, which I sort of managed to do. Put there is 1 problem. They only work in IE. Netscape

RE: 237 checkboxes

2000-03-29 Thread Mark Zukiwsky
>I have search form that contains a large amount of yes/no check boxes -237 >to be exact. It is to search the results of a survey that has 237 questions. > >Only when a checkbox is checked will data be sent from the form. Because of >this I need to check if each variable is present. I can create 2

Re: login application help requested

2000-03-29 Thread John Quarto-vonTivadar
what about something a little easier, given that all times after the first time will the SESSION.LoggedIn be true: the binary operation is surely faster than the IsDefined() function, yes? :) the other comment that it has to be part of an application.cfm is right, or at least an ap

RE: Using CFLOCK

2000-03-29 Thread Mark Zukiwsky
Paul Smith wrote: >How do you output its value? > >>session.sessionid is a value which is set by the CF server, not by the user, Session and application variables are stored as structures, so you can view them by looping through the structure. Just add this bit of code to a page and it will o

RE: login application help requested

2000-03-29 Thread Brian Peddle
You will never get out of that loop. First time in, this isnt defined, so you show login page then you submit to page to autheticate, but the application.cfm is run before that page as well. What you could do is include your authentication in the app.cfm Check there if good they

RE: login application help requested

2000-03-29 Thread Peter Tilbrook
I have a very customisable application that might interest you (I use it for extranets, eg: http://www.abcb.gov.au/members/). Email me back for the code. Cheers! == Peter Tilbrook (ICQ: 666275) Internet Applications Developer SafetyWeb Internet Solutions 31-37 Townshend Street Phillip, ACT, 260

How-To: Search Engine Friendly URLs?

2000-03-29 Thread Eron Cohen
Could someone please point me at a resource for how to do search-engine friendly URLs with Fusebox applications. I can't seem to find anything useful on this. Thank You! Eron -- Archives: http://www.eGroups.com/list/cf

RE: CFCONTENT problem

2000-03-29 Thread Dave Watts
> You should also make sure the mime type is setup on the server. You don't have to configure the server if CF is returning the MIME type in the CFCONTENT tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 --

RE: CFMail issues

2000-03-29 Thread Dave Watts
> > Here is what I've done so far: > > I replaced smtp.dll as per the allaire hot fixes page. > > I have verified and reverified the server settings. > > I have doubled the time out in cfadmin. > > I have started and restarted the services and cleared the > > spool adnauseum. > > I am still able t

RE: CFMail issues

2000-03-29 Thread Dave Watts
> I ran into the same problem with our setup. The mail server > didn't like addresses outside of our domain as the FROM: address. > It had something to do with our mail server, not CF> the work-around > was to only allow a from address within our domain. ... > Heck of a work around. Kinds makes i

Selected CFTree Node

2000-03-29 Thread Duane Boudreau
Hi All, Is it possible to get the selected node in cftree using JavaScript? TIA, Duane Boudreau Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 ICQ#: 18024374 Jobs: [EMAIL PROTECTED] ---

RE: cold fusion's version of 404

2000-03-29 Thread Dave Watts
> Anyway, my question is this: Has anyone figured out a way to > trick indexing systems (like Verity) into reading cold fusion's > custom 404 page as a regular 404 page and not indexing it? What > happens is that Verity reads the first line of the file not > found message, as opposed to recognizin

Re: iPlanet Web Server

2000-03-29 Thread Cary Gordon
Current and past versions run on IPlanet (Netscape) 3.6.x. The new version (4.5.1) will work with 4.0.x. Cary Gordon At 03:43 PM 3/29/00 -0700, you wrote: >Does CF run on the iPlanet Web Server? I see both support NSAPI, so I >presume the answer is "yes". > >Also is anyone out there familiar w

Re: OT: Form Action Question - JS (MORE)

2000-03-29 Thread Jeff
james & larry, :~~ : From: Larry Meadors <[EMAIL PROTECTED]> : : I just stuck this in, but I think it's close. When you change : the selection, it updates the form action. :~~ this was close, but it won't set it with the value of th

Re: 237 checkboxes

2000-03-29 Thread Bud
On 3/29/00, WBB penned: >Optionally, you can name them all the same, assign them different >values...any that are checked will have their values passed as a list. That >way you only have 1 to worry about. > > > I have search form that contains a large amount of yes/no check boxes -237 > > to be e

RE: CFMail issues

2000-03-29 Thread Peter Tilbrook
I had the same problem and ended up re-installing CF to fix it. Hasn't happened since and I have one page sending out over 1000 emails to external domains (gst.accc.gov.au). -Original Message- From: John Tierney [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 March 2000 1:06 AM To: [EMAIL

RE: 237 checkboxes

2000-03-29 Thread Michael Blair
You can do the inserts and the updates inside a loop as well. Possibly just append a count variable from 1 to the number of rows in your query at the end of your variable. For example, boxes#count# This would make every variable different for your form and you can then use another l

CF and PST files

2000-03-29 Thread Raley, Scott M (MIL)
Has anyone done anything with taking messages out of a PST file and importing them using CF into a db ? I know that Outlook has an export feature to export to an Access db or dbase but this is manual and I'm looking for something that I can schedule and run automatically so that my db is populate

Re: CF4.5 doesn't support Win2000 file encryption? WTF!?!?

2000-03-29 Thread Rey Bango
> first off, i have cf-talk set to send "plain text only", so if any > attachments are being sent, that's news to me. granted i'll figure out why > outlook is still sending them, but no need to give a speech like i haven't > been reading this list forever and a day. Wow. That's a pretty rude resp

RE: Open source development?

2000-03-29 Thread Mark Ireland
getting everyone in the Spectra beta program would be good start wouldn't it? I was told there was 100+ registered spectra developers. . . . At 04:46 PM 29/03/00 -0500, you wrote: >[EMAIL PROTECTED] Not much traffic, though. It seems Spectra >has a lot of people scratching their heads. Either

How to update database from the data in a txt file

2000-03-29 Thread mirza baig
i have a text file with data like this: Student_ID Lic_No --- 333 444 555 ... and so on. This is pure text file. In the database, I have a column called 'Student_ID'. I have created a new column called Lic_No in t

Re: 237 checkboxes

2000-03-29 Thread Seth Petry-Johnson
>I was thinking: > >Is there a way to create a loop that will run through all the values from >the form - creating a query and output for each one. If your questions are all numbered sequentially then this is real easy. Name your checkboxes something like "Question_x" where "x" is the question n

Re: sql list syntax

2000-03-29 Thread Chris Giminez
I am doing that.. sort of. I have '#form.city#' like '%des_city%' The #form.city# will have one city name, and the field des_city may have one or many city names in a comma deliimited list. This is executing without an error, but it is not returning any records, where I know the values should

Re: login application help requested

2000-03-29 Thread Eric Dawson
I don't think you need the cflocation. looks like it would loop indefinitely after logging in. Eric From: Chris Estes <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: login application help requested Date: Wed, 29 Mar 2000 17:23:51 -

Oracle ODBC error

2000-03-29 Thread Lomvardias, Christopher
I'm having trouble hitting an Oracle 8i database via ODBC (I'm running CF4Pro). When I try to verify the connection in the CF Administrator or run a CF template that hits the DB, I get a popup box titled OCI.DLL that says "The specified module could not be found" and then finally I get this messa

RE: Using CFLOCK

2000-03-29 Thread David Gassner
It's a variable like any other, so: #session.sessionid# > -Original Message- > From: paul smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 1:48 PM > To: [EMAIL PROTECTED] > Subject: RE: Using CFLOCK > > > How do you output its value? > > best, paul > > > At 01:01

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Michael Dinowitz
Any scripting language has to read a file containing the code to run. It doesn't matter if its CF, Perl, Rebol or even Asp. If the file is encrypted, then the script engine can not read the file nor can it run the script. I'm assuming that MS has something built into asp to automatically decode th

Re: Open source development?

2000-03-29 Thread Michael Dinowitz
Spectra's kind of new so it'll take some time for the list to ramp up the 100s of messages a day that CF-Talk has. Currently the traffic is getting better and you can have up to a few dozen messages on a good day. > [EMAIL PROTECTED] Not much traffic, though. It seems Spectra > has a lot of pe

Allaire survey

2000-03-29 Thread Michael Dinowitz
Allaire has posted a survey for feedback about their developer resource. I feel that everyone should answer it as truthfully as possible. One thing to pay special attention to is questions 25 and 26. Let Allaire know what CF resources you use (House of Fusion, Fusion Authority, Defusion, CFNewbie,

CFGRID and validate

2000-03-29 Thread Dave Robertson
Gang: Is there an easy way to validate a cfgrid column prior to a db update - Thanks DHR -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list

RE: 237 checkboxes

2000-03-29 Thread Sean German
H. You could give each checkbox the same name (ex/ yes_no) with incrimental values (1,2,3,...237). The result is a single variable, form.yes_no, to define. The plus side is the result is a list you can just search for the yeses (boxes that were checked). The minus side is the result is a l

RE: CF4.5 doesn't support Win2000 file encryption? - answer

2000-03-29 Thread Mike Amburn
> Just a guess here as I haven't tried EFS on a server yet, but I > would think > that since files are encrypted by and can only be read by the file owner > (as I understand it) that the CF Server service would need to run > under the > context of the file owner - ie have the CF service login as t

Re: 237 checkboxes

2000-03-29 Thread WBB
Optionally, you can name them all the same, assign them different values...any that are checked will have their values passed as a list. That way you only have 1 to worry about. > I have search form that contains a large amount of yes/no check boxes -237 > to be exact. It is to search the result

RE: 237 checkboxes

2000-03-29 Thread Michael Blair
Yes. You need to create your form and your checking via a loop. Anytime you have more than say 5 lines of something redundant I use a loop. No use wasting time hardcoding all that when you can make it changeable very quickly by just changing the loop parameters with possibly a variable you pass

Re: looping through a mailing list

2000-03-29 Thread LetchfordDesign
How many properties do you have in the database? - Original Message - From: Chris Giminez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 3:31 PM Subject: Re: looping through a mailing list > I've changed part of the checking to the query, not cfif's, but I

RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Russ Michaels
The fact your not thinking about is that CF is server side, thus if you were able to send a print command, it would print on the server that is running CF. If you want to print the contents of a CF page, what you are effectively printing is the HTML page, thus you need to use Javascript to init

dynamic control names

2000-03-29 Thread Ayush Lall
"dynamic variable names In this example, the variable name is itself a variable. " Hi !! My question is very much related to dynamic names. I have control names in the form as "varN" where N is a count changing with every iteration of the loop.So names are like..var1,var2,var3...so on. I nee

RE: sql list syntax

2000-03-29 Thread Sean Daniels
> What is the sql syntax for checking if a form field value is > contained in the contents of a comma > delimted list of values in a field? I think about the only way to do it is using: LIKE '%#form.name#%' Thus, if your db field contained 'nuts,bolts,nail,gun' and your form field was 'bolts',

iPlanet Web Server

2000-03-29 Thread Larry Meadors
Does CF run on the iPlanet Web Server? I see both support NSAPI, so I presume the answer is "yes". Also is anyone out there familiar with WebSite or IIS using it? How does it compare? Larry -- Archives: http://www.eGr

Re: 237 checkboxes

2000-03-29 Thread Judah McAuley
If you name each of the checkboxes the same (all name="survey_answer" or some such) and give each a different value (name="survey_answer" value="votedinelection" name="survey_answer" value="incomegreaterthan3") then you would get a comma delimited list of all the checked boxes coming throu

RE: CF4.5 doesn't support Win2000 file encryption? WTF!?!?

2000-03-29 Thread Mike Amburn
first off, i have cf-talk set to send "plain text only", so if any attachments are being sent, that's news to me. granted i'll figure out why outlook is still sending them, but no need to give a speech like i haven't been reading this list forever and a day. second... i can encrypt a file and hav

RE: some high trafic cf websites please

2000-03-29 Thread dougn
I'll have a with and or would that be a ? -Original Message- From: Aymeric Grassart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 28, 2000 2:20 PM To: [EMAIL PROTECTED] Subject: Re: some high trafic cf websites please Mcd is starting to move to CF from Lotus Notes. Although right

RE: Using CFLOCK

2000-03-29 Thread paul smith
How do you output its value? best, paul At 01:01 PM 3/29/2000 -0800, you wrote: >session.sessionid is a value which is set by the CF server, not by the user, -- Archives: http://www.eGroups.com/list/cf-talk To Unsubs

Allaire Developer Web Site Survey Launched

2000-03-29 Thread Sam Coe
Please take a few minutes and tell us what kind of technical information you need in our monthly developer newsletter and on our Developer Web site. This (fairly brief) online survey will make sure that we hear your voice and consider your needs as we rebuild the Allaire DevCenters into premier po

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread JF
Mike - Just a guess here as I haven't tried EFS on a server yet, but I would think that since files are encrypted by and can only be read by the file owner (as I understand it) that the CF Server service would need to run under the context of the file owner - ie have the CF service login as th

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Judah McAuley
At 02:10 PM 3/29/00 -0800, you wrote: >On the other hand, who says that they all have problems with it? Maybe only >Cold Fusion does. Unless someone's tried them all, I don't think you can say >one way or the other who's problem it is, but I do think that Allaire is the >ones who would need to fix

RE: Open source development?

2000-03-29 Thread Douglas . McLeod
Yes, [EMAIL PROTECTED] -Original Message- From: Ron Anderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 3:18 PM To: [EMAIL PROTECTED] Subject: RE: Open source development? Is there a Spectra mailing list available? -Original Message- From: Chris Evans [mailto:

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Fred Sanders
maybe you shouldn't let MS encrypt the pages and just let CF do the work like its supposed to if something is going to go through two encryption/decryption processes from two different servers what is going to define which goes first common sense - Original Message - From: "Michael Din

sql list syntax

2000-03-29 Thread Chris Giminez
What is the sql syntax for checking if a form field value is contained in the contents of a comma delimted list of values in a field? Chris Giminez Owner - Cyber Scriber Web Site Design 831-728-4469 ICQ# 2628000 -- A

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Steve Aylor
Did you require the De-Loused model :-)? At least I trimmed the headers and footer.. > I can bid on a genuine Steve Aylor beret Gotta go off to Ebay!!! > > Hey that almost rhymes. > > > Good Gdd Mn!!! Its Dave Watts everywhere :-) > > > > Now... off to list my beret on Ebay. >

237 checkboxes

2000-03-29 Thread Daniel Murphy
I have search form that contains a large amount of yes/no check boxes -237 to be exact. It is to search the results of a survey that has 237 questions. Only when a checkbox is checked will data be sent from the form. Because of this I need to check if each variable is present. I can create 237 "C

RE: Using CFLOCK

2000-03-29 Thread David Gassner
Actually, this is the Allaire recommendation for 4.01 and prior. For 4.5, they recommend using the new scope attribute, as in: scope="application" or scope="session" which results in the same behavior. For more see Knowledgebase Article 14165. > -Original Message- > From: Cameron Ch

Re: Server_Name

2000-03-29 Thread Eric Dawson
not sure. but I think older browsers don't pass the server_name, but I think it is simple enough to put up a front door. ie. index.html displays link:domain1 link:domain2 from then on they browse www.domain1.com/domain1/index.html how much traffic are your sites pushing through? ?? Does the c

login application help requested

2000-03-29 Thread Chris Estes
I have a home page in which there are links both for public and private pages. I want users with a password to be able to click on a private page link, login, then be forwarded directly to that page. It is easy enough to send them to a specific page, but I can't seem to "forward" them. This cod

RE: Using CFLOCK

2000-03-29 Thread Cameron Childress
Good answer... makes sense... officially it conflicts with Allaire's recomendation, but I think you are correct. -Cameron Cameron Childress McRae Communications 770.460.7277 x.232 770.460.0963 fax > -Original Message- > From: David Gassner [mailto:[EMAIL PROTECTED]]

Newbie to the List from client server

2000-03-29 Thread Bogesdorfer, Dan L.
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_01BF99C8.2BF5C820 Content-Type: text/plain; charset="iso-8859-1" I've been developing in Omnis and Omnis Studio for the past 5 yea

RE: Inline html editor

2000-03-29 Thread Steve DeWitt
this is a little off topic but was does this tag do? I am looking for an html parser to use with coldfusion. It could be written in java as well. -Original Message- From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 1:15 PM To: [EMAIL PROTECTED] Subject: RE

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread William James
On the other hand, who says that they all have problems with it? Maybe only Cold Fusion does. Unless someone's tried them all, I don't think you can say one way or the other who's problem it is, but I do think that Allaire is the ones who would need to fix it. As well as each of the others. You do

RE: Server_Name

2000-03-29 Thread Ron Anderson
John, If you don't want to look for www. & .com use contain rather than is: I use a virtual directory called "rootdir" that can be altered for each site, so it would look something like this: Then all other paths are relative to the rootdir variable. Seems to work well, no caveats...

RE: Open source development?

2000-03-29 Thread Chris Evans
[EMAIL PROTECTED] Not much traffic, though. It seems Spectra has a lot of people scratching their heads. Either that, or they are all on the Forums, but I can't deal with Forums. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Ron Anderson [mailto:[EMAI

RE: Server_Name

2000-03-29 Thread Sean Daniels
> Has anyone had any problems relying on the 'server_name' variable? I am > trying to find a way to host 2 (or more) sites on one hosting > account. Just > wondering how reliable it is. I actually have 22 "cloned" sites running this way. The first thing I do in my app_globals script is query a d

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Rey Bango
Mike, I wouldn't expect it to be dealt with. That's a feature of Win2K to help protect your files in an internal, corporate environment. MS would have to allow 3rd party vendors access to their unecryption algorithms in order to do this. This would essentially negate any security that encryption

Re: CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Michael Dinowitz
Forgive me for asking, but if MS gives a new 'feature' that will effect CF, Perl, Rebol and almost every non-MS scripting language, why would you think it needs a fix from Allaire? > > Windows 2000 allows you to encrypt files. ColdFusion does not seem to > support this, as I get the following erro

RE: query date problem

2000-03-29 Thread S R
Thanks everyone. I solved it with your help!! >From: Brad Tumy <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: query date problem >Date: Wed, 29 Mar 2000 15:12:45 -0500 > >Did you check the data in newDatearc? ...maybe it is less than

RE: Inline html editor

2000-03-29 Thread Raymond K. Camden
It seems like you were lied to, or a mistake was made. I prefer to think the presenter made a mistake - it happens. Of course, by definition, does _work_ in Netscape, ie, it doesn't throw an error, but you don't get the fancy DHTML stuff. You are correct, of course, that someone could build such

RE: Server_Name

2000-03-29 Thread Pete Freitag
Yes it should work ok, but keep in mind what if someone types in the IP address, then the IP address is the server name. Also if I typed in domain1.com then I wouldn't match anything either. So add the sites without the www. and also have a default case just incase something unexpected comes alo

RE: Open source development?

2000-03-29 Thread Ron Anderson
Is there a Spectra mailing list available? -Original Message- From: Chris Evans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 12:35 PM To: [EMAIL PROTECTED] Subject: Open source development? Id any body doing any kind of open source development for Spectra? I have heard t

RE: Server_Name

2000-03-29 Thread Ron Anderson
very reliable. I use for over 20 URLs doing the same thing, then I set a SiteID variable. -Original Message- From: John Bowering [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 12:40 PM To: [EMAIL PROTECTED] Subject: Server_Name Has anyone had any problems relying on the 'ser

RE: Using CFLOCK

2000-03-29 Thread David Gassner
session.sessionid is a value which is set by the CF server, not by the user, and is based on the CFID and CFToken cookies. It's initialized at the beginning of the session, and not changed until the session expires, and therefore (theoretically) it needs no locking. Doing it this way simulates t

Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Fred Sanders
Craig, your such a tease. - Original Message - From: "Craig M. Rosenblum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 1:49 PM Subject: RE: Has someone wrangled a way to get CF to print an HTML document? > There is some javascript ways of doing that... >

RE: CFTry Question

2000-03-29 Thread Robert Everland III
Well the whole idea of cfcatch is so that it "catches" the error. So if it didn't why not just put after cfcatch that the file was succesfull. There should be a cfabort in there also, just in case you have any other code that runs only if the cfcatch was successful. That's what I do.

CF4.5 doesn't support Win2000 file encryption?

2000-03-29 Thread Mike Amburn
This is a multi-part message in MIME format. --=_NextPart_000__01BF9995.F72A13D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Windows 2000 allows you to encrypt files. ColdFusion does not seem to support this, as I get the following error on any

Re: Inline html editor

2000-03-29 Thread Judah McAuley
At 03:19 PM 3/29/00 -0500, you wrote: >Are you saying you got to work in netscape? No, I'm saying that I was told that it worked. I didn't do anything, I sat and watched the people demonstrating do things. I was also saying that, with creative use of javascript to tweak the DOM, you *should*

Open source development?

2000-03-29 Thread Chris Evans
Id any body doing any kind of open source development for Spectra? I have heard there are a few known bugs and enhancements for Spectra that everybody is complaining about. The code is open, and I'm sure people are making changes to the underlying code to get it working. Is there a web site ( o

Server_Name

2000-03-29 Thread John Bowering
Has anyone had any problems relying on the 'server_name' variable? I am trying to find a way to host 2 (or more) sites on one hosting account. Just wondering how reliable it is. This would be the index.htm: Or, if anyone has a better idea, can ya share? I would prefer no

Re: looping through a mailing list

2000-03-29 Thread Chris Giminez
I've changed part of the checking to the query, not cfif's, but I am still getting the same wrong results. I could really use some help if someone can, or at least a nudge in the right direction. *** SELECT * FROM notify Where 0=0 AND #form.bed# >= des_bed AND #form.bath

Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread John Quarto-vonTivadar
Subject: RE: Has someone wrangled a way to get CF to print an HTML document? > There is some javascript ways of doing that... craig, can you follow up on that with any more details? and links or examples? -- Archives

Re: I'm looking for good references for improving queries

2000-03-29 Thread John Quarto-vonTivadar
> does any know of any reference sites or tips sites for improving queries? what about www.sqlserver.com and www.mssqlserver.com (they are different but even one good nuget found is worth a visit) -- Archives: http://w

Re: query date problem

2000-03-29 Thread Fred Sanders
did you try the hmm what's it called createdateformat(now()) or some such probably should look it up but you can format it with that function as well. I still say your pulling up every record you have because your asking for everything that was created before the exact time of your query, all synt

Re: Inline html editor

2000-03-29 Thread John N Westerlund
Are you saying you got to work in netscape? -Original Message- From: Judah McAuley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, March 29, 2000 2:53 PM Subject: RE: Inline html editor At 09:57 PM 3/27/00 +1000, Peter Tillbrook wrote: >The Spectra one do

RE: query date problem

2000-03-29 Thread Brad Tumy
Did you check the data in newDatearc? ...maybe it is less than now in all of the records? -- Director, Information & Technology Regulatory Affairs Professionals Society 301.770.2920 x241 http://www.raps.org -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March

ODBC error

2000-03-29 Thread stas
Hi guys, can anybody tell me quickly, what this means: ODBC Error Code = S1000 (General error) [INTERSOLV][ODBC Oracle 8 driver][Oracle 8]ORA-02019: connection description for remote database not found I am just doing a simple SELECT there. Thanks! --

RE: Inline html editor

2000-03-29 Thread Raymond K. Camden
> I went to a spectra seminar yesterday and one of the things demonstrated > was the inline editing features. > > It used Javascript to do the bold, underline, color change, etc. The > demonstration was using IE, but I was promised that it works > under Netscape > and IE 4.x and above. You were

RE: CFTry Question

2000-03-29 Thread Duane Boudreau
Thanks David this works but I was kind of hoping it worked more like CFIF or CFSWITCH like below The file could not be updated. File is locked or read only. The file updated. Cheers, Duane ---

RE: query date problem

2000-03-29 Thread S R
Its a Date/Time field in MS Access. The field has 'Short Format' specified. I did place pound signs around 'NOW()' but it still does the same thing >From: "Mark Warrick" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: query date problem >Date: Wed, 29 Mar

RE: Using CFLOCK

2000-03-29 Thread Cameron Childress
So David... riddle me this... If you should lock all session vars, and you name your lock with a session var, what is locking the session var you are using as the name of the lock? -Cameron Cameron Childress McRae Communications 770.460.7277 x.232 770.460.0963 fax > -O

RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Craig M. Rosenblum
There is some javascript ways of doing that... > -Original Message- > From: Steve Aylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 2:05 PM > To: [EMAIL PROTECTED] > Subject: Re: Has someone wrangled a way to get CF to print an HTML > document? > > > protofax or you might

I'm looking for good references for improving queries

2000-03-29 Thread Craig M. Rosenblum
does any know of any reference sites or tips sites for improving queries? > -Original Message- > From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 12:12 PM > To: [EMAIL PROTECTED] > Subject: Any good Improve Queries Articles? > > > > ---

RE: Inline html editor

2000-03-29 Thread Judah McAuley
At 09:57 PM 3/27/00 +1000, Peter Tillbrook wrote: >The Spectra one doesn't work under Netscape (apparently) and all sorts of >problems occur when people paste documents from Word into it (I'm sure you >can understand why). > >Cheers! I went to a spectra seminar yesterday and one of the things dem

RE: query date problem

2000-03-29 Thread jstiefel
Wrap CreateODBCDate around it: Where NewDateArc < #CreateODBCDate(Now())# However, remember that by using Now(), you're specifying everything older than the date _to the second_ -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 2:26 PM To: [EMAIL PR

  1   2   >