RE: Populating Text Field from CF-TREE

2001-04-02 Thread David Shadovitz

I think many CF programmers have abandoned CFTREE in favor of JS/DHTML trees 
precisely because Allaire did not provide access to CFTREE's onclick event.

However, it is possible to trap the CFTREE form submittal and get at the 
selected node.  Here's one way:

* Add a 2nd submit button to the CFFORM.
* Add an onsubmit handler to the CFFORM.
* If the 1st submit button is pressed, the onsubmit handler lets the form 
submittal proceed.
* If the 2nd submit button is pressed, the onsubmit handler gets the value of 
the selected node, does something with it, and aborts the form submittal.

I don't know what use this is, but you can see an example, with code, at 
http://members.evolt.org/dshadovi/cftree/cftree_event.cfm

-David

On Thursday, March 29, 2001 2:29 PM, Garza, Jeff 
[SMTP:[EMAIL PROTECTED]] wrote:
> Does anyone know of a way to populate a text box on the fly, using
> Javascript, with the value from a CF-TREE applet using an onDoubleClick or
> onBlur event handler?  I can't seem to find any refs as to how this might be
> done since it's not a "normal" form element... 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Entering ' & # into a Access database

2001-04-02 Thread neverlive

Hello All,

I know this has probably been covered before so if there is an article or
quick fix please let me know.

I have a number form fields that may contain the characters ' and # and are
to be submitted into a MS Access text field. What is the best way check for
them and to reatin these characters as I do not want to strip them out (only
as a last resort). I have tried replaces, but with no luck.

Any help appreciated.

Brian


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: support for unicode in CF5?

2001-04-02 Thread Kay Smoljak

Hi,

That's really good... if you don't mind me asking, where did you get this
info? Is it reliable?

Thanks,
Kay.

__
Kay Smoljak - HTML/ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers including CFX tags: http://developer.perthweb.com.au


On Mon, 02 Apr 2001 18:07:09 -0400, "Peter J. MacDonald"
<[EMAIL PROTECTED]> wrote:

>6.0 is suppose to be out 6-9 months after the release of 5.0  and 5 is
>suppose to be out mid - late summer.
>
>Thank You,
>Peter
>
>Peter J. MacDonald II
>Creative Computing, Inc.
>100 Middle Street
>Lincoln, RI 02865
>Phone: 401.727.0183 x123
>Fax: 401.727.4998
>Portable: 401.965.3661
>E-MAIL: [EMAIL PROTECTED]
>Web Page: www.creatcomp.com
>
>
>
>-Original Message-
>From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 2:43 AM
>To: CF-Talk
>Subject: Re: support for unicode in CF5?
>
>
>On Mon, 02 Apr 2001 01:42:14 -0400, "Ben Forta" <[EMAIL PROTECTED]> wrote:
>
>>Kay,
>>
>>Nope, that's in CF6.
>>
>>--- Ben
>>
>>-Original Message-
>>From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, April 02, 2001 1:32 AM
>>To: CF-Talk
>>Subject: support for unicode in CF5?
>>
>>
>>Hi all,
>>
>>Can anyone comment on whether CF5 will have full unicode support? I can't
>>seem to find it on the site or in the beta release notes.
>>
>>Thanks,
>>Kay.
>
>Thanks Ben for the speedy reply!
>
>If that is the case, and assuming that CF6 is at least two years away, can
>anyone suggest another way of programming a dynamic site that will need to
>be multi-language in the near future (say the next 12 months)? By
>multi-language I mean double byte character languages eg Japanese, Chinese.
>ASP, JSP maybe? I know this is taking this thread a little off-topic but I
>need to write a quote for a client ASAP.
>
>Thanks!
>Kay.




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is this a virus?

2001-04-02 Thread Michael Dinowitz

Its either a messed up CF server or you've got a template that's running
wild. Check the scheduler for any processes that look strange. Then check
all your application.cfm files for any CFMAIL or includes that may be
CFMAIL. If someone slipped a 'template virus' onto your machine it can be
hunted down. If not, it may be the server going crazy.


> Is this a virus?
>
> My desktop  version of CF Server on my development machine is  sending
> emails - hundreds of them - and they're filling up the undelivr folder,
> because they're all zero size files.   They're coming at the rate of 5-10
> a second and when I have the server going (I have it turned off while I
> figure out what's doing this) I have to delete as fast as I can go or my
> hard drive's going to have gigaabytes of zero size files.  (Even though
> they're zero files, they  still take up disk allocation and FAT table
> space)
>
> I figure I have a virus here, and I'm checking my drives with my
> anti-virus programs - but is there any other explanation for this
> behaviour I ought to look into?
>
> Cheers,
> Mike Kear
> AFP Web Development
> Windsor, NSW, Australia
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Reading a text file

2001-04-02 Thread Michael Gribbin

Hi,

I'm trying to read a text file of undeliverable emails that are returned and
stored in "Microsoft Outlook Express" for Mac. The emails are in a flat file
with rows of "square boxes" being used to seperate the individual email in
the file. I can open the file with a text editor, but when I ftp it to my CF
site and run the following:



it only reads the text that comes before the first row of "square boxes".

I've tried to replace those "square boxes" before I do the ftp, using both
my text editor and also "Word 6.0", but no luck. I can highlight and delete
them but nothing I use will search and replace them.

Any suggestions on what I am overlooking?

Thanks in advance

Michael Gribbin


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Is this a virus?

2001-04-02 Thread Michael Kear

Is this a virus?

My desktop  version of CF Server on my development machine is  sending
emails - hundreds of them - and they're filling up the undelivr folder,
because they're all zero size files.   They're coming at the rate of 5-10
a second and when I have the server going (I have it turned off while I
figure out what's doing this) I have to delete as fast as I can go or my
hard drive's going to have gigaabytes of zero size files.  (Even though
they're zero files, they  still take up disk allocation and FAT table
space)

I figure I have a virus here, and I'm checking my drives with my
anti-virus programs - but is there any other explanation for this
behaviour I ought to look into?

Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: returns in text boxes?

2001-04-02 Thread Seth Weiss

Personally, I like paragraphformat() as long as it is understood that it
converts a single newline pair to white space and a double pair to a p tag.
Also, I would think you would have to use at least a virtual or soft wrap
attribute otherwise Netscape will just go off the side of the page...
Seth

- Original Message -
From: "Sicular, Alexander" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 7:14 PM
Subject: RE: returns in text boxes?


> jeff,
>
> you need to mess with the wrap attribute of textarea. values are off,
> soft(virtual), and hard(physical). each has specific meaning in how text
is
> sent to the server.
>
> from http://developer.netscape.com/docs/manuals/htmlguid/index.htm:
>
> OFF disables word wrap. Text the user types is displayed with the exact
line
> breaks that the user types. If the user explicitly inserts a line break,
> however, the break is included as part of the text area's value. The user
> has to scroll horizontally to see the ends of lines that do not fit in the
> text area element.
>
> HARD causes word wrap, and the line breaks are included when the form is
> submitted. The text wraps inside the text area element, and that the user
> does not need to scroll horizontally.
>
> SOFT causes word wrap, but the line breaks are not included when the form
is
> submitted.
>
> now remember that line breaks don't show in browsers.  you need to replace
> chr(13)chr(10) with .  chr(13) is the ASCII for Carriage Return and
> chr(10) is ASCII for Line Feed. together they make a 'microsoft new line',
> CRLF. in Unix it is just chr(10). you may want to experiment with
> HTMLEditFormat(string [, version ]) and HTMLCodeFormat(string [,
version ]).
> i like putting the string in a list with the delim CRLF. then you can do
> things with it.
>
> good luck,
>
> Alexander Sicular
> Technical Director, Information Technology
> The Neurological Institute of New York
> Columbia University
> 212.305.1318
> [EMAIL PROTECTED]
>
>
> > -Original Message-
> > From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 02, 2001 6:53 PM
> > To: CF-Talk
> > Subject: returns in text boxes?
> >
> >
> > Hello all,
> >
> >   Is there a way to have a multi-line textbox recognize carriage
> >   returns? I have a couple of sites using a simple form for content
> >   updates and I'd love for my clients to be able to just hit "enter"
> >   and have a new line start that will be recorded in the database, and
> >   then on the final .
> >
> >   I've looked a little at the custom tags for WYSIWYG style entry
> >   forms, but I don't need anything that complicated or complex.
> >
> >
> > Best regards,
> >  Jeff Fongemie  mailto:[EMAIL PROTECTED]
> > 
> > Internet Guns For Hire
> > (603) 356-0768
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Parker, Kevin

I haven't got the faintest ID how these numbers are generated but when I
tried generating some in sequence on my local dev machine they were
incremental. But If I waited for a period of time and then did each one they
weren't. This suggests that some time factor was involved.




Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287




-Original Message-
From: Al Musella, DPM [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 3 April 2001 3:07:AM
To: CF-Talk
Subject: RE: CreateUUID()



>by pointing out that the UUID is "predictable" are you saying that using it
>for security purposes is not recommended?


UUIDs are not predictable.. take a look at this sequence I just tried. I 
can't find the pattern.. can you?


038E0B1C-CF53-4F06-A646367FD3CBC92F
C7C38770-FAC0-4B00-B355DA9BFA5B6FA7
7FC88E5C-5842-48B0-809B44484830B476
076985FD-E14C-42C7-A46088232A20E5CB
BB8A3279-B0CD-4550-ABD5135FCF8CF40D
D077EB84-8D5D-4F43-9BF7EEC4CAE71E09
D710D849-59DA-4E29-811D00DC49F81CD0
A6CD99DB-9BFA-4908-9686E612BCF2D441
A153AFB1-A266-4E5F-BCECF0A36CD6C91E
4FD4F58A-8BFD-4B9F-BF2080D470015AE4
718CC72E-5659-4CCF-85ED21647E84C18F
931694A5-6167-4ED1-A1DD8164892EC5D4
D0C154BF-4CA5-413C-896F93303307083F
3F66D1E9-2133-4115-97ABF05EB7F29627
53FB8F23-B0C4-4321-9170F6788FDE2EA7
D18B5B2F-0501-47DD-A9BA38C16B2EDB27
6FAD1299-2C98-40FA-A17FA2E54303223A
B72D0046-6A63-4A8C-92681C72AD455412
764CCA4C-96AA-444E-A11103D403BCE9B5
4D2B7E2C-DECC-4051-BAD67720056ED46E
9306A87A-6EFC-49C1-9E3659625B9DA520
45F53EDD-D649-455B-81C5DE8CA4B9EA8C
8A3465CF-CD0B-4FE2-9A9958CFAB15AB90
7929263A-8D3B-4A52-8669BBBA34508764
A43CE74D-6662-4378-9D7D1C15286CBB85
9035EBB3-BBF4-4146-B510B8472975A77D
C6D00FCE-F18A-474F-BEDC956D47EFE440
C9F287FC-F853-43E1-998DC77D5836A42C
2BA25A0C-A747-49A8-865BC3F08E913777
9B4EA8E1-1BB1-4CF8-A2561B3FDE8E38F9
4DC6292D-4B78-4ACE-84A21C12D7ED9B57
9B7A0125-3B7B-4E4D-93ED60F60800EA5B
3F11B8AD-EFCB-4CD5-B0E0D75D8624938E
20B6A2E8-E29B-4000-8B770AAF41C3F152
7E2019FE-3B63-4217-8B97CB13D5FB6BBD
751F8017-5349-4A61-BC0CAA0538362762
80F21D96-3CE9-458B-B0D786D2DB980A2F
B93AFD79-A728-4CCF-9331FD7803AE78E8
61E8FD25-A51A-4F71-81A79816AD42AC75
0FF62F89-578C-40BC-B638135958411846
CA85E5CB-18AB-4ED3-AC30CF74E3DAC894
379E3500-6CD4-4BB9-AE45924BC8563EB4
8FB8268F-5361-415F-8284A2AED3816655
25E2BF46-3B27-4F85-B854E57991597D2F
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: returns in text boxes?

2001-04-02 Thread Sicular, Alexander

jeff,

you need to mess with the wrap attribute of textarea. values are off,
soft(virtual), and hard(physical). each has specific meaning in how text is
sent to the server.  

from http://developer.netscape.com/docs/manuals/htmlguid/index.htm:

OFF disables word wrap. Text the user types is displayed with the exact line
breaks that the user types. If the user explicitly inserts a line break,
however, the break is included as part of the text area's value. The user
has to scroll horizontally to see the ends of lines that do not fit in the
text area element. 

HARD causes word wrap, and the line breaks are included when the form is
submitted. The text wraps inside the text area element, and that the user
does not need to scroll horizontally. 

SOFT causes word wrap, but the line breaks are not included when the form is
submitted. 

now remember that line breaks don't show in browsers.  you need to replace
chr(13)chr(10) with .  chr(13) is the ASCII for Carriage Return and
chr(10) is ASCII for Line Feed. together they make a 'microsoft new line',
CRLF. in Unix it is just chr(10). you may want to experiment with
HTMLEditFormat(string [, version ]) and HTMLCodeFormat(string [, version ]).
i like putting the string in a list with the delim CRLF. then you can do
things with it.

good luck,

Alexander Sicular
Technical Director, Information Technology
The Neurological Institute of New York
Columbia University
212.305.1318
[EMAIL PROTECTED]


> -Original Message-
> From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 6:53 PM
> To: CF-Talk
> Subject: returns in text boxes?
> 
> 
> Hello all,
> 
>   Is there a way to have a multi-line textbox recognize carriage
>   returns? I have a couple of sites using a simple form for content
>   updates and I'd love for my clients to be able to just hit "enter"
>   and have a new line start that will be recorded in the database, and
>   then on the final .
> 
>   I've looked a little at the custom tags for WYSIWYG style entry
>   forms, but I don't need anything that complicated or complex.
> 
> 
> Best regards,
>  Jeff Fongemie  mailto:[EMAIL PROTECTED]
>  
> Internet Guns For Hire
> (603) 356-0768
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCOOKIE and other domains?

2001-04-02 Thread Scott Weikert

Yeah, I'm finding that out the longer I try and get around it :)

Alternate solution... pass a URL variable, and do a little bit of JS on
their end to parse out the URL, snag the ID in question, and write it to a
cookie right there. Problem solved...

--Scott

- Original Message -
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 4:40 PM
Subject: RE: CFCOOKIE and other domains?


> it's a security thing.
>
> it's the way cookies were designed to work. domains can only read cookies
> that were set by the same domain. the DOMAIN attribute is not intended to
> allow you to write cookies for other domains. you use the DOMAIN
attribtute
> to set cookies for 3rd-level domains and higher; you must use the DOMAIN
> attribute if you specify the PATH attribute of CFCOOKIE.
>
>
> -Original Message-
> From: Scott Weikert [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 2:54 PM
> To: CF-Talk
> Subject: CFCOOKIE and other domains?
>
>
> I know this has come up before; poked around the archives a bit; but what
> was there didn't help me.
>
> I'm trying to, from a page on one domain, to set a cookie that a page on
> ANOTHER domain can read. I've tried all sorts of combos of CFCOOKIE, using
> the "DOMAIN='domain.com'", setting "domain" as the name and the domain
> itself as the value, and even doing it with straight-up Javascript, but
the
> page on the second domain that I have set up, reading in "document.cookie"
> in JS just isn't finding a thing.
>
> Any help would be greatly appreciated...
> --Scott
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: returns in text boxes?

2001-04-02 Thread ron

>   Is there a way to have a multi-line textbox recognize carriage
>   returns? I have a couple of sites using a simple form for content
>   updates and I'd love for my clients to be able to just hit "enter"
>   and have a new line start that will be recorded in the database, and
>   then on the final .
>
>   I've looked a little at the custom tags for WYSIWYG style entry
>   forms, but I don't need anything that complicated or complex.

Jeff,

Multiline textboxes recognize carriage returns just fine... it's just when
you output them to an HTML page that they "disappear", because HTML doesn't
give a hoot about carriage return and line feed characters.

The solution is to convert the CRLF sequences to "" when you output the
text, like so:

","All")>

You can also look at the built-in ParagraphFormat() function in CF, but I
don't like that it uses "" for each CRLF... most people will hit Enter
twice for a new paragraph, and once when ending lines on their multi-line
address or signatures, and the  tags put too much space between what
should have been single-spaced lines.

Hope this helps,

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: returns in text boxes?

2001-04-02 Thread Bryan LaPlante

If you can use IE5 just add an editable property to a div tag like so.


Then put a textarea in a form and use the onsubmit to fire a script that
copies the innerText of the div tag to the innerText of the textarea and
submit it to your database table.

- Original Message -
From: "Jeff Fongemie" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 5:52 PM
Subject: returns in text boxes?


> Hello all,
>
>   Is there a way to have a multi-line textbox recognize carriage
>   returns? I have a couple of sites using a simple form for content
>   updates and I'd love for my clients to be able to just hit "enter"
>   and have a new line start that will be recorded in the database, and
>   then on the final .
>
>   I've looked a little at the custom tags for WYSIWYG style entry
>   forms, but I don't need anything that complicated or complex.
>
>
> Best regards,
>  Jeff Fongemie  mailto:[EMAIL PROTECTED]
> 
> Internet Guns For Hire
> (603) 356-0768
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



returns in text boxes?

2001-04-02 Thread Jeff Fongemie

Hello all,

  Is there a way to have a multi-line textbox recognize carriage
  returns? I have a couple of sites using a simple form for content
  updates and I'd love for my clients to be able to just hit "enter"
  and have a new line start that will be recorded in the database, and
  then on the final .

  I've looked a little at the custom tags for WYSIWYG style entry
  forms, but I don't need anything that complicated or complex.


Best regards,
 Jeff Fongemie  mailto:[EMAIL PROTECTED]
 
Internet Guns For Hire
(603) 356-0768



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCOOKIE and other domains?

2001-04-02 Thread Dylan Bromby

it's a security thing.

it's the way cookies were designed to work. domains can only read cookies
that were set by the same domain. the DOMAIN attribute is not intended to
allow you to write cookies for other domains. you use the DOMAIN attribtute
to set cookies for 3rd-level domains and higher; you must use the DOMAIN
attribute if you specify the PATH attribute of CFCOOKIE.


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 2:54 PM
To: CF-Talk
Subject: CFCOOKIE and other domains?


I know this has come up before; poked around the archives a bit; but what
was there didn't help me.

I'm trying to, from a page on one domain, to set a cookie that a page on
ANOTHER domain can read. I've tried all sorts of combos of CFCOOKIE, using
the "DOMAIN='domain.com'", setting "domain" as the name and the domain
itself as the value, and even doing it with straight-up Javascript, but the
page on the second domain that I have set up, reading in "document.cookie"
in JS just isn't finding a thing.

Any help would be greatly appreciated...
--Scott
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCOOKIE and other domains?

2001-04-02 Thread Scott Weikert

Yeah, but I'm talking completely different domains, servers, etc. We're
doing something on one site that we want to stick an ID value into a cookie
for the second domain/server, so that those guys can, at their leisure, snag
that ID out of the cookie...

- Original Message -
From: "Brian Thornton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 4:07 PM
Subject: Re: CFCOOKIE and other domains?


> At DoubleClick we use secondary domain cookie. meaning   if I set a
> cookie at www.doubleclick.net, I can read it here at
> boulder.doubleclick.net... Cookies are only on a primary level and I've
> developed awesome tracking stuff using this system...
>
> _brian
> - Original Message -
> From: "Caulfield, Michael" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 02, 2001 3:02 PM
> Subject: RE: CFCOOKIE and other domains?
>
>
> > >>I'm trying to, from a page on one domain, to set a cookie that a page
on
> > >>ANOTHER domain can read.
> >
> > For security reasons, you cannot set a cookie that can be read by
another
> > domain. There's simply no way (that I know of) that you can do it. The
> > domain is NOT a variable in the cookie -- it is the cookie file (or file
> > section) itself.
> >
> > You can pull all the typical tricks though, like have domain 1 call
domain
> 2
> > in a hidden frame with URL parameters, and then have domain 2 use those
to
> > set a cookie, etc.
> >
> > Michael Caulfield
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: support for unicode in CF5?

2001-04-02 Thread Peter J. MacDonald

6.0 is suppose to be out 6-9 months after the release of 5.0  and 5 is
suppose to be out mid - late summer.

Thank You,
Peter

Peter J. MacDonald II
Creative Computing, Inc.
100 Middle Street
Lincoln, RI 02865
Phone: 401.727.0183 x123
Fax: 401.727.4998
Portable: 401.965.3661
E-MAIL: [EMAIL PROTECTED]
Web Page: www.creatcomp.com



-Original Message-
From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 2:43 AM
To: CF-Talk
Subject: Re: support for unicode in CF5?


On Mon, 02 Apr 2001 01:42:14 -0400, "Ben Forta" <[EMAIL PROTECTED]> wrote:

>Kay,
>
>Nope, that's in CF6.
>
>--- Ben
>
>-Original Message-
>From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 1:32 AM
>To: CF-Talk
>Subject: support for unicode in CF5?
>
>
>Hi all,
>
>Can anyone comment on whether CF5 will have full unicode support? I can't
>seem to find it on the site or in the beta release notes.
>
>Thanks,
>Kay.

Thanks Ben for the speedy reply!

If that is the case, and assuming that CF6 is at least two years away, can
anyone suggest another way of programming a dynamic site that will need to
be multi-language in the near future (say the next 12 months)? By
multi-language I mean double byte character languages eg Japanese, Chinese.
ASP, JSP maybe? I know this is taking this thread a little off-topic but I
need to write a quote for a client ASAP.

Thanks!
Kay.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFCOOKIE and other domains?

2001-04-02 Thread Brian Thornton

At DoubleClick we use secondary domain cookie. meaning   if I set a
cookie at www.doubleclick.net, I can read it here at
boulder.doubleclick.net... Cookies are only on a primary level and I've
developed awesome tracking stuff using this system...

_brian
- Original Message -
From: "Caulfield, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 3:02 PM
Subject: RE: CFCOOKIE and other domains?


> >>I'm trying to, from a page on one domain, to set a cookie that a page on
> >>ANOTHER domain can read.
>
> For security reasons, you cannot set a cookie that can be read by another
> domain. There's simply no way (that I know of) that you can do it. The
> domain is NOT a variable in the cookie -- it is the cookie file (or file
> section) itself.
>
> You can pull all the typical tricks though, like have domain 1 call domain
2
> in a hidden frame with URL parameters, and then have domain 2 use those to
> set a cookie, etc.
>
> Michael Caulfield
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFCOOKIE and other domains?

2001-04-02 Thread Caulfield, Michael

>>I'm trying to, from a page on one domain, to set a cookie that a page on
>>ANOTHER domain can read.

For security reasons, you cannot set a cookie that can be read by another
domain. There's simply no way (that I know of) that you can do it. The
domain is NOT a variable in the cookie -- it is the cookie file (or file
section) itself.

You can pull all the typical tricks though, like have domain 1 call domain 2
in a hidden frame with URL parameters, and then have domain 2 use those to
set a cookie, etc. 

Michael Caulfield

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFCOOKIE and other domains?

2001-04-02 Thread Scott Weikert

I know this has come up before; poked around the archives a bit; but what
was there didn't help me.

I'm trying to, from a page on one domain, to set a cookie that a page on
ANOTHER domain can read. I've tried all sorts of combos of CFCOOKIE, using
the "DOMAIN='domain.com'", setting "domain" as the name and the domain
itself as the value, and even doing it with straight-up Javascript, but the
page on the second domain that I have set up, reading in "document.cookie"
in JS just isn't finding a thing.

Any help would be greatly appreciated...
--Scott


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Auto parts database

2001-04-02 Thread French, Donna

I am working on a truck accessory web site too and
would like any other info out there on building the
most efficient database for this type of product line.
I've managed to get the site up and running with a
limited number of products but I know there must be
a better way.

I won't put the URL but if you'd like more info on
how I pieced it together this far - or if you have
valuable info for me - just shoot me an email.

Donna French
Work: [EMAIL PROTECTED]
Home: [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cold Fusion Forums

2001-04-02 Thread Benjamin S. Rogers

As you've said, Fuseboxing the site is a good way to break out queries,
making it easier to develop and maintain support for multiple RDBMSs.

It is also a good way to break out display files. Once that has been done,
groups of display files can be made into "themes" and applied fairly easily
to a site to change the look and feel without having to go to the code.

Though we don't develop in Fusebox, we do follow most of the same basic
ideas and much of our application design looks Fusebox like. We find that
we're generally more comfortable working on Fuseboxed source code than
non-Fuseboxed code. That said, most of the non-fuseboxed code we've seen has
been without an overriding structure or design principle.

Personally, I think Fusebox is an approachable and easily understood
methodology. However, even if you do not choose to use Fusebox, I'm
encouraged to see that you are approaching these problems from several
different angles and addressing them accordingly.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 31, 2001 9:10 PM
To: CF-Talk
Subject: Re: Cold Fusion Forums


> Tony did you consult your current user base before making this move? And
if
> people don't want to use fusebox will you still have the older codebase
> available for download?

Not before, and I honestly wasn't sure that I was going to release it in
fusebox, but I felt that I'd try the "method" and see how it worked with
SMB. I figured I'd end up with two versions, not that I want that though.

As it stands now, if you want see the fusebox version in its current
state, it's at http://www.simplemessageboard.com/fusebox/ and it uses the
same database as the existing demo forum. I just finished 90% of the
rewriting links (and corresponding cfcase index structure), used the
cf_bodycontent method for header and footer and started moving a couple
queries to cfinclude. The latter will be helpful for the MySQL version.

If I have to maintain two versions, it won't really be that hard. My code
is pretty self-contained as it is (ie: one page per task) and is in neat
chunks that I can move easily...

But I've received 2 comments that said "don't do it" and 1 that said "do
it"... So, I don't know. If I complete the fusebox version, I'll probably
have it available as additional version, rather than a replacement. I'm
going to focus on finishing the language part - that's so much more a
pain...



Tony Schreiber, Senior Partner  Man and Machine, Limited
mailto:[EMAIL PROTECTED]   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com __DigitA Camera Scripts and Tips
http://www.linklabexchange.com _Miata Link ECU Data Exchange
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Variables for shopping cart?

2001-04-02 Thread Hayes, David

Look at listFind and listDeleteAt

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 31, 2001 10:36 AM
To: CF-Talk
Subject: Variables for shopping cart?


Hi,

I'm using a basic client variable, client.adshop, to set a list of Advert
Numbers (eg 876,567,987,665) which are later  to query the
Database.

They're part of a basic shopping cart, and I need to allow the removing of
items in that list/variable by the user.

Do I need an Array for this (not much experience with arrays) - or else how
can I do it?

Thanks

Will
--
[EMAIL PROTECTED] -=- www.lukrative.com
Local-Advertising -=- www.localbounty.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Board application that works with ColdFusion?

2001-04-02 Thread Angél Stewart

simplemessageboard.

check www.simplemessageboard.com :)

-Gel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin
Merker

I'm looking for a board / forum application that works with cf. It does
not have to be big and bad It will only have to support no more than 100
users.
Trying to find a shareware or free Custom tag.

Please give me some ideas
Kevin M



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Board application that works with ColdFusion?

2001-04-02 Thread John Fix 3rd

http://www.forumspot.org/


-Original Message-
From: Kevin Merker [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 02, 2001 5:26 PM
To: CF-Talk
Subject: Board application that works with ColdFusion?



I'm looking for a board / forum application that works with cf. It does
not have to be big and bad It will only have to support no more than 100
users. Trying to find a shareware or free Custom tag.

Please give me some ideas
Kevin M
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Auto Parts Database?

2001-04-02 Thread Dennis Powers

Karl,

I have developed two automotive parts sites at
http://www.manhonda.com/store/honda/ and
http://www.manhonda.com/store/sports/ which use the schema of their print
catalog: accessory type--->accessory sub category ---> accessory then
product description and a table for make, model, year ...etc.  It is not
exact and many times there is additional interaction required for the
customer to get the correct part from the company.

To be exact on the web would be very expansive because in many cases the
manufacture date, the accessories and the options installed in the car is
required to get the EXACT replacement part.  Especially since a car made in
Jan may use a type-a widget and a car made in Nov uses a type-g widget
except when made with accessory B where it then needs a type-g2 widget
unless it was manufactured from the west coast plant... you get the
point.

There is no discernable standard that I have seen and it is a trade off of
functionality, end user knowledge, and design and maintenance costs.


Best Regards,

Dennis Powers
UXB Internet
(203) 879-2844
http://www.uxbinfo.com/

-Original Message-
From: Karl Simanonok [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 31, 2001 6:40 PM
To: CF-Talk
Subject: Auto Parts Database?

Can anyone on the list point me toward an existing auto parts database
schema?  Because of the many vehicles they can fit on, different ways that
manufacturers refer to them, and the different ways individual parts can be
categorized it seems that a database to accommodate them all must be quite
complex, perhaps with different tables for different types of
parts.  Rather than reinvent the wheel I'm hoping someone can help me out
here...

Regards,

Karl Simanonok


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Board application that works with ColdFusion?

2001-04-02 Thread Kevin Merker


I'm looking for a board / forum application that works with cf. It does
not have to be big and bad It will only have to support no more than 100
users.
Trying to find a shareware or free Custom tag.

Please give me some ideas
Kevin M



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread ron

All you (n)ever wanted to know about GUIDs/UUIDs:

  http://msdn.microsoft.com/library/books/inole/S10E8.HTM


Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



> -Original Message-
> From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 2:17 PM
> To: CF-Talk
> Subject: RE: CreateUUID()
>
>
> This is a misleading statement.
>
> It depends on several things hwoever I have seen often
> enough that they are quite sequential and only off by a few hex
> numbers per UUID. It is even based on the system clock so again I
> say that its a bad idea to base security on a UUID.
>
>
> Jeremy Allen
> elliptIQ Inc.
>
> >-Original Message-
> >From: Al Musella, DPM [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, April 02, 2001 1:37 PM
> >To: CF-Talk
> >Subject: RE: CreateUUID()
> >
> >
> >
> >>by pointing out that the UUID is "predictable" are you saying
> >that using it
> >>for security purposes is not recommended?
> >
> >
> >UUIDs are not predictable.. take a look at this sequence I just tried. I
> >can't find the pattern.. can you?
> >
> >
> >038E0B1C-CF53-4F06-A646367FD3CBC92F
> >C7C38770-FAC0-4B00-B355DA9BFA5B6FA7
> >7FC88E5C-5842-48B0-809B44484830B476
> >076985FD-E14C-42C7-A46088232A20E5CB
> >BB8A3279-B0CD-4550-ABD5135FCF8CF40D


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Cameron Childress

I have seen very long conversations about this (maybe on fusebox list?).  It
depends on what OS you are on as to how random it is.  On some it's not as
random, on others it's really random.  I don't particularly care if they are
random or not.  We primarily use them as PKs, and it's not too important
that they not be sequential.

UUIDs were not created for use as secure tokens or anything like that, just
a universally unique way of identifying items or keys.

-Cameron


Cameron Childress
elliptIQ Inc.
p.770.460.7277.232
f.770.460.0963

> -Original Message-
> From: Al Musella, DPM [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 1:37 PM
> To: CF-Talk
> Subject: RE: CreateUUID()
>
>
>
> >by pointing out that the UUID is "predictable" are you saying
> that using it
> >for security purposes is not recommended?
>
>
> UUIDs are not predictable.. take a look at this sequence I just tried. I
> can't find the pattern.. can you?
>
>
> 038E0B1C-CF53-4F06-A646367FD3CBC92F
> C7C38770-FAC0-4B00-B355DA9BFA5B6FA7
> 7FC88E5C-5842-48B0-809B44484830B476
> 076985FD-E14C-42C7-A46088232A20E5CB
> BB8A3279-B0CD-4550-ABD5135FCF8CF40D
> D077EB84-8D5D-4F43-9BF7EEC4CAE71E09
> D710D849-59DA-4E29-811D00DC49F81CD0
> A6CD99DB-9BFA-4908-9686E612BCF2D441
> A153AFB1-A266-4E5F-BCECF0A36CD6C91E
> 4FD4F58A-8BFD-4B9F-BF2080D470015AE4
> 718CC72E-5659-4CCF-85ED21647E84C18F
> 931694A5-6167-4ED1-A1DD8164892EC5D4
> D0C154BF-4CA5-413C-896F93303307083F
> 3F66D1E9-2133-4115-97ABF05EB7F29627
> 53FB8F23-B0C4-4321-9170F6788FDE2EA7
> D18B5B2F-0501-47DD-A9BA38C16B2EDB27
> 6FAD1299-2C98-40FA-A17FA2E54303223A
> B72D0046-6A63-4A8C-92681C72AD455412
> 764CCA4C-96AA-444E-A11103D403BCE9B5
> 4D2B7E2C-DECC-4051-BAD67720056ED46E
> 9306A87A-6EFC-49C1-9E3659625B9DA520
> 45F53EDD-D649-455B-81C5DE8CA4B9EA8C
> 8A3465CF-CD0B-4FE2-9A9958CFAB15AB90
> 7929263A-8D3B-4A52-8669BBBA34508764
> A43CE74D-6662-4378-9D7D1C15286CBB85
> 9035EBB3-BBF4-4146-B510B8472975A77D
> C6D00FCE-F18A-474F-BEDC956D47EFE440
> C9F287FC-F853-43E1-998DC77D5836A42C
> 2BA25A0C-A747-49A8-865BC3F08E913777
> 9B4EA8E1-1BB1-4CF8-A2561B3FDE8E38F9
> 4DC6292D-4B78-4ACE-84A21C12D7ED9B57
> 9B7A0125-3B7B-4E4D-93ED60F60800EA5B
> 3F11B8AD-EFCB-4CD5-B0E0D75D8624938E
> 20B6A2E8-E29B-4000-8B770AAF41C3F152
> 7E2019FE-3B63-4217-8B97CB13D5FB6BBD
> 751F8017-5349-4A61-BC0CAA0538362762
> 80F21D96-3CE9-458B-B0D786D2DB980A2F
> B93AFD79-A728-4CCF-9331FD7803AE78E8
> 61E8FD25-A51A-4F71-81A79816AD42AC75
> 0FF62F89-578C-40BC-B638135958411846
> CA85E5CB-18AB-4ED3-AC30CF74E3DAC894
> 379E3500-6CD4-4BB9-AE45924BC8563EB4
> 8FB8268F-5361-415F-8284A2AED3816655
> 25E2BF46-3B27-4F85-B854E57991597D2F
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: UPDATE column with NULL values?

2001-04-02 Thread Christian N. Abad

Hey, Folks...

I was able to figure this one out. (It actually was working, but I was
looking at the incorrect code...)

So, this one is solved.

Thanks,

Christian "It's Monday" Abad
ColdFusion Developer


-Original Message-
From: Christian N. Abad [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 1:44 PM
To: CF-Talk
Subject: UPDATE column with NULL values?


Hey, Folks!

I'm having difficulty updating a Date/Time column in an Access db.

When I attempt to execute this SQL in a  tag, I receive the
following error :

SQL :

UPDATE  table_name
SET column_name = NULL


ERROR :

ODBC Error Code = 22005 (Error in assignment)

[Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast
specification (null)


QUESTION :

Does anyone know how to update a Date/Time column with NULL values using
ODBC and Access?

Thanks!
Christian N. Abad
ColdFusion Developer
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Jeremy Allen

This is a misleading statement. 

It depends on several things hwoever I have seen often
enough that they are quite sequential and only off by a few hex
numbers per UUID. It is even based on the system clock so again I
say that its a bad idea to base security on a UUID. 


Jeremy Allen
elliptIQ Inc.

>-Original Message-
>From: Al Musella, DPM [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 1:37 PM
>To: CF-Talk
>Subject: RE: CreateUUID()
>
>
>
>>by pointing out that the UUID is "predictable" are you saying 
>that using it
>>for security purposes is not recommended?
>
>
>UUIDs are not predictable.. take a look at this sequence I just tried. I 
>can't find the pattern.. can you?
>
>
>038E0B1C-CF53-4F06-A646367FD3CBC92F
>C7C38770-FAC0-4B00-B355DA9BFA5B6FA7
>7FC88E5C-5842-48B0-809B44484830B476
>076985FD-E14C-42C7-A46088232A20E5CB
>BB8A3279-B0CD-4550-ABD5135FCF8CF40D
>D077EB84-8D5D-4F43-9BF7EEC4CAE71E09
>D710D849-59DA-4E29-811D00DC49F81CD0
>A6CD99DB-9BFA-4908-9686E612BCF2D441
>A153AFB1-A266-4E5F-BCECF0A36CD6C91E
>4FD4F58A-8BFD-4B9F-BF2080D470015AE4
>718CC72E-5659-4CCF-85ED21647E84C18F
>931694A5-6167-4ED1-A1DD8164892EC5D4
>D0C154BF-4CA5-413C-896F93303307083F
>3F66D1E9-2133-4115-97ABF05EB7F29627
>53FB8F23-B0C4-4321-9170F6788FDE2EA7
>D18B5B2F-0501-47DD-A9BA38C16B2EDB27
>6FAD1299-2C98-40FA-A17FA2E54303223A
>B72D0046-6A63-4A8C-92681C72AD455412
>764CCA4C-96AA-444E-A11103D403BCE9B5
>4D2B7E2C-DECC-4051-BAD67720056ED46E
>9306A87A-6EFC-49C1-9E3659625B9DA520
>45F53EDD-D649-455B-81C5DE8CA4B9EA8C
>8A3465CF-CD0B-4FE2-9A9958CFAB15AB90
>7929263A-8D3B-4A52-8669BBBA34508764
>A43CE74D-6662-4378-9D7D1C15286CBB85
>9035EBB3-BBF4-4146-B510B8472975A77D
>C6D00FCE-F18A-474F-BEDC956D47EFE440
>C9F287FC-F853-43E1-998DC77D5836A42C
>2BA25A0C-A747-49A8-865BC3F08E913777
>9B4EA8E1-1BB1-4CF8-A2561B3FDE8E38F9
>4DC6292D-4B78-4ACE-84A21C12D7ED9B57
>9B7A0125-3B7B-4E4D-93ED60F60800EA5B
>3F11B8AD-EFCB-4CD5-B0E0D75D8624938E
>20B6A2E8-E29B-4000-8B770AAF41C3F152
>7E2019FE-3B63-4217-8B97CB13D5FB6BBD
>751F8017-5349-4A61-BC0CAA0538362762
>80F21D96-3CE9-458B-B0D786D2DB980A2F
>B93AFD79-A728-4CCF-9331FD7803AE78E8
>61E8FD25-A51A-4F71-81A79816AD42AC75
>0FF62F89-578C-40BC-B638135958411846
>CA85E5CB-18AB-4ED3-AC30CF74E3DAC894
>379E3500-6CD4-4BB9-AE45924BC8563EB4
>8FB8268F-5361-415F-8284A2AED3816655
>25E2BF46-3B27-4F85-B854E57991597D2F
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Back-referencing after a REFind to set a variable?

2001-04-02 Thread Judith Campbell

At 04:03 PM 3/30/01 -0500, you wrote:
>http://www.houseoffusion.com/hof/functions.cfm
>Keep this chart as a reference. It'll help many-a-time. If I ever get the
>time/money to finish my functions book then that'll be made into a poster
>(subdivided into sections rather than alphabetical).

Michael,
   Have I told you lately what an awesome resource you are to all of us in 
the Cold Fusion community and how very much we appreciate you?


Judith Campbell
Chief Technical Officer
Digital Positions, Inc.
[EMAIL PROTECTED]
404-351-9366


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Auto Parts Database?

2001-04-02 Thread Judith Campbell

At 07:13 PM 4/1/01 -0400, you wrote:
>Sure. I guess you'd have to. Somewhere you're going to have to
>specify which light lamp fits which vehicle. Better than entering a
>zillion different lamps. It looks like it's definitely going to need
>to run on SQL Server since even if you only have 1,000 parts, you're
>probably going to end up with 100,000 entries in the Availability
>table. Especially if you get into selling stuff like lamps and wiper
>blades, etc.

We do it roughly this way:

Tables:
  Make (ford, chevy, etc)
  Model (mustang, corvette)
  Year
Vehicle Attributes (body type, engine size, transmission type, color, etc.)
one record for each attribute about the vehicle that needs to be 
described.  This will be different for each vehicle.  Primary key for this 
table is makeid, modelid, year, vehicleattributeid
Vehicle Data
(each record has two fields, the vehicleattributeid and the data for that 
attribute)
Product (sku, price, manufacturer, etc)
Product Attributes (description, shape, color, etc)
one record for each attribute about the product that needs to be 
described.  This will be different for each vehicle.  Primary key for this 
table is skuid, , productattributeid
Product Data (headlight, square, white, etc)
(each record has two fields, the productattributeid and the data for that 
attribute)
Vehicle/Product relational table (many-to-many relationship)




   


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Multi-page/Long docs manipulation?

2001-04-02 Thread Adrienne H. Cregar

Hi everybody,
I am working with a client that wants to be able to use full page articles (like full 
press releases) on their
site, which would be pulled with CF. I am fairly new to CF, and am not exactly sure 
how to do this...going through
the fat books... CF FILE action="read" appeared to fit the bill, but there was a 
caution not to use this for long
documents. I understand the file uploading, but how do I display them, especially if 
they are multi-page? Do these
files have to be uploaded as .txt files, and if so, what about inserting breaks 
between the paragraphs? I have no
clue on this one...

Thanks,
A.Cregar
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Unable to create client tables

2001-04-02 Thread Planet CF

Hi All,
I am unable to set up the CF server to use a Sybase
database as storage for the client variables. The
message that I get says, 'Unknown database - Unable to
create client tables'.

I am using sybase 11.

Thanks
Kedar
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Recursing with custom tags

2001-04-02 Thread Hayes, David

You need to take a look at GetBaseTagData and GetBaseTagList.

GetBaseTagData(tagname [, instancenumber ] )
 Returns an object that contains data (variables, scopes, etc.) from a
specified ancestor tag. By default the closest ancestor is returned. If
there is no ancestor by the specified name, or if the ancestor does not
expose any data (for example, CFIF), an exception will be thrown.


You can use GetBaseTagList (and ListValueCount) to find out how many
instances of the desired tag have been invoked.


-Original Message-
From: Reed Powell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 12:50 PM
To: CF-Talk
Subject: Recursing with custom tags


Somewhere in the back of my mind I remember hearing or reading about the
ability, without using session or client variables, to have a custom tag
that is in the middle of recursion access the variable space of the initial
caller.  Since each instance of the call to the custom tag creates it's own
space, using CALLER. doesn't work.  What I want to do is to continually add
to a set of results, on the initial calling page, of information that is
collecting at each level of the recursion.  I tried having each instance
write it's set of findings to a CALLER. variable, thinking that as the
recursion unwound those writes would gradually cascade upward towards the
original caller, but that didn't seem to work out the way I thought it
would.  I beat that code to death so badly, trying to get it to work, that
it's not in any condition to post here, but hopefully the idea of what I'm
after came across.

thanks,
-reed


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: UPDATE column with NULL values?

2001-04-02 Thread Bill Davies

I'd like to know the answer to this one too - I've been using 1-1-1900 and
testing the date col with LT or GT where I need to, but there must be an
easier way (?).

-Original Message-
From: Christian N. Abad [mailto:[EMAIL PROTECTED]]
Sent: 02 April 2001 18:44
To: CF-Talk
Subject: UPDATE column with NULL values?


Hey, Folks!

I'm having difficulty updating a Date/Time column in an Access db.

When I attempt to execute this SQL in a  tag, I receive the
following error :

SQL :

UPDATE  table_name
SET column_name = NULL


ERROR :

ODBC Error Code = 22005 (Error in assignment)

[Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast
specification (null)


QUESTION :

Does anyone know how to update a Date/Time column with NULL values using
ODBC and Access?

Thanks!
Christian N. Abad
ColdFusion Developer
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: UPDATE column with NULL values?

2001-04-02 Thread Clint Tredway

If the field is not required try Set column_name = ''


-- Original Message --
From: "Christian N. Abad" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Mon, 02 Apr 2001 13:43:49 -0400

Hey, Folks!

I'm having difficulty updating a Date/Time column in an Access db.

When I attempt to execute this SQL in a  tag, I receive the
following error :

SQL :

UPDATE  table_name
SET column_name = NULL


ERROR :

ODBC Error Code = 22005 (Error in assignment)

[Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast
specification (null)


QUESTION :

Does anyone know how to update a Date/Time column with NULL values using
ODBC and Access?

Thanks!
Christian N. Abad
ColdFusion Developer
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



UPDATE column with NULL values?

2001-04-02 Thread Christian N. Abad

Hey, Folks!

I'm having difficulty updating a Date/Time column in an Access db.

When I attempt to execute this SQL in a  tag, I receive the
following error :

SQL :

UPDATE  table_name
SET column_name = NULL


ERROR :

ODBC Error Code = 22005 (Error in assignment)

[Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast
specification (null)


QUESTION :

Does anyone know how to update a Date/Time column with NULL values using
ODBC and Access?

Thanks!
Christian N. Abad
ColdFusion Developer


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Al Musella, DPM


>by pointing out that the UUID is "predictable" are you saying that using it
>for security purposes is not recommended?


UUIDs are not predictable.. take a look at this sequence I just tried. I 
can't find the pattern.. can you?


038E0B1C-CF53-4F06-A646367FD3CBC92F
C7C38770-FAC0-4B00-B355DA9BFA5B6FA7
7FC88E5C-5842-48B0-809B44484830B476
076985FD-E14C-42C7-A46088232A20E5CB
BB8A3279-B0CD-4550-ABD5135FCF8CF40D
D077EB84-8D5D-4F43-9BF7EEC4CAE71E09
D710D849-59DA-4E29-811D00DC49F81CD0
A6CD99DB-9BFA-4908-9686E612BCF2D441
A153AFB1-A266-4E5F-BCECF0A36CD6C91E
4FD4F58A-8BFD-4B9F-BF2080D470015AE4
718CC72E-5659-4CCF-85ED21647E84C18F
931694A5-6167-4ED1-A1DD8164892EC5D4
D0C154BF-4CA5-413C-896F93303307083F
3F66D1E9-2133-4115-97ABF05EB7F29627
53FB8F23-B0C4-4321-9170F6788FDE2EA7
D18B5B2F-0501-47DD-A9BA38C16B2EDB27
6FAD1299-2C98-40FA-A17FA2E54303223A
B72D0046-6A63-4A8C-92681C72AD455412
764CCA4C-96AA-444E-A11103D403BCE9B5
4D2B7E2C-DECC-4051-BAD67720056ED46E
9306A87A-6EFC-49C1-9E3659625B9DA520
45F53EDD-D649-455B-81C5DE8CA4B9EA8C
8A3465CF-CD0B-4FE2-9A9958CFAB15AB90
7929263A-8D3B-4A52-8669BBBA34508764
A43CE74D-6662-4378-9D7D1C15286CBB85
9035EBB3-BBF4-4146-B510B8472975A77D
C6D00FCE-F18A-474F-BEDC956D47EFE440
C9F287FC-F853-43E1-998DC77D5836A42C
2BA25A0C-A747-49A8-865BC3F08E913777
9B4EA8E1-1BB1-4CF8-A2561B3FDE8E38F9
4DC6292D-4B78-4ACE-84A21C12D7ED9B57
9B7A0125-3B7B-4E4D-93ED60F60800EA5B
3F11B8AD-EFCB-4CD5-B0E0D75D8624938E
20B6A2E8-E29B-4000-8B770AAF41C3F152
7E2019FE-3B63-4217-8B97CB13D5FB6BBD
751F8017-5349-4A61-BC0CAA0538362762
80F21D96-3CE9-458B-B0D786D2DB980A2F
B93AFD79-A728-4CCF-9331FD7803AE78E8
61E8FD25-A51A-4F71-81A79816AD42AC75
0FF62F89-578C-40BC-B638135958411846
CA85E5CB-18AB-4ED3-AC30CF74E3DAC894
379E3500-6CD4-4BB9-AE45924BC8563EB4
8FB8268F-5361-415F-8284A2AED3816655
25E2BF46-3B27-4F85-B854E57991597D2F




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



uploaded file problem

2001-04-02 Thread paul .

Hi all!
i have sucessfully uploded file to the destination diretory and 
and i alow the end user to get those files from a simple hyperlinks..
here the file permissions are given proplerly still it says 


Forbidden
You don't have permission to access 
/careadv/v1/files/agendas/1/Files_to_be_uploaded.doc on this server.




IBM_HTTP_Server/1.3.12.2 Apache/1.3.12 Server at polarislynx.localdomain Port 80

can you help me out.. please the permisions are all set.. still the newly uploaded  
files dont get the permission
-paul


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Testing for the existence of an image file on another web server

2001-04-02 Thread Tony Schreiber

John, here's the best thing I found. Courtesy of Ron on this list:

> > 
> > 
> > Image Not Found Test
> > 
> > 
> > 
> > 
> >  >  onError="imageLoadError(this);">
> > 
> > 

Works great. As long as you don't mind the 404's in your error log.
ALthough you can make an ignore rule in your webserver for the server
you're hitting...

> >I want to include an image file that is on a server at another location.
> >If no image exists, I want to display a message stating "No Image
> >Available".  I had it working fine for local images..here's the code:
> >
> >
> >
> >http://server.com/images/" &  #Trim(sku)# &
> >".gif">
> >
> >
> >No Image Available
> >
> >
> >How do I do that seam test for a remote server that I'm accessing via
> >HTTP (I have permission to use their image files)?  Would I do something
> >with CFHTTP and then test for a valid image response?
> >
> >Thanks!
> >
> >John
> >www.cornells.com
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Calling xp_cmdshell from ColdFusion

2001-04-02 Thread Bob Silverberg

On MS SQL Server 2000, I'm trying to run a stored procedure, which in turn
runs the extended stored procedure xp_cmdshell.  I have granted the login
access to run this xp.  If I run the SP from Query Analyzer (having logged
on with the same login as that specified in the DSN), it works fine.  But if
I run it from CF, using either ODBC or OLEDB, I get the following error:

xpsql.cpp: Error 997 from GetProxyAccount on line 472

Has anyone ever seen this before, or has anyone been able to call
xp_cmdshell successfully from CF?

Any suggestions would be greatly appreciated.

Thanks,
Bob

And yes, I do have the latest version of MDAC  ;-)


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cold Fusion servers and RAM - recommendations?

2001-04-02 Thread Al Musella, DPM


The easiest thing to do is look at the current box, and see how much RAM is 
being used.
Most likely, that is how much you will be using on the new box.. maybe less 
when cf 5 comes out:)

My server has 1 gig of ram, and so far the most I ever used , and I have 
sql server on the same box along with CF, is 800mb.  There is no harm in 
having too much ram, but if you aren't going to use it, it is wasted money 
that could be put to better use someplace else - like a faster internet 
connection, or a back up generator:)

Al




At 02:49 PM 4/2/2001 +0100, Philip Arnold - ASP wrote:
> > Where is a good source of information about RAM on a Cold Fusion
> > application server box? We have a new web server box to host our
> > Cold Fusion applications (actually 3 boxes, one for production,
> > one for validation and one for testing). The server is a 700MHz
> > quad-processor and will be running Win2k. Our hardware people
> > asked for 4GB RAM but got 2GB instead, now they are asking us if
> > we really need the other 2GB. We are inclined to say yes but we
> > would like to be able to support our position. Anyone have thoughts,
> > recommendations, comments about CF and RAM? Is there a sweet spot?
> > Is there harm in providing too much RAM? Thanks!
>
>You can never have too much RAM - it's a physical impossibility...
>
>As long as you've told the CFAdmin to use the RAM, then you can get the
>template cache up, the query cache and leave the rest for CF to "play
>with"...
>
>2GB is a fair lump, but if you can get 4GB, more power to your elbow 
>
>Philip Arnold
>Director
>Certified ColdFusion Developer
>ASP Multimedia Limited
>T: +44 (0)20 8680 1133
>
>"Websites for the real world"
>
>**
>This email and any files transmitted with it are confidential and
>intended solely for the use of the individual or entity to whom they
>are addressed. If you have received this email in error please notify
>the system manager.
>**
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Simple question?

2001-04-02 Thread CF Crazy

Where can I download it?



At 12:44 PM 4/2/2001 -0400, you wrote:
>Question 1.
>Yes, I have a tag that does adhoc queries. It can show them in the browser 
>or write the query to a text file.
>
>Question 2.
>I have seperate apps that cn create DSNs without being on the machine and 
>a web based SQL manageer(almost done).
>
>
>
>-- Original Message --
>From: CF Crazy <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Date: Mon, 02 Apr 2001 09:47:53 -0700
>
>1.
>Is there a tag or some code that would read all the
>tables and fields in a data source. To permit the user
>to run their own queries of the data source?
>(without knowledge of CF)
>
>2.
>How do I create a data source or edit an existing one
>without having to be on the server? ie add fields or
>whole tables. (MSACCESS OR SQL)
>
>3.
>Javascript validation so I don't have to use CFForm
>I can use just Form. (with a date field)
>
>
>
>Stephene
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Recursing with custom tags

2001-04-02 Thread Roger B .

On Thu, 29 Mar 2001 13:50:17 -0500, "Reed Powell"
<[EMAIL PROTECTED]> wrote:

>Somewhere in the back of my mind I remember hearing or reading about the
>ability, without using session or client variables, to have a custom tag
>that is in the middle of recursion access the variable space of the initial
>caller.

Reed,

Try using the Request scope instead of Caller.

--
Roger

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Russ Conway

Someone posted this to the Allaire CF forum...

I fixed mine by disabling the daylight savings time option in Windows and
changed the time manually. Then CF recognized the right time.

Russell Conway
HallofSports.com, Inc.
351 West 22nd Street
New York, NY 10011
P (646) 638-2500
F (646) 638-3444
http://www.hallofsports.com
.. . . where the legends live on

> -Original Message-
> From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 12:48 PM
> To: CF-Talk
> Subject: daylight savings time. CF is reporting the wrong value for
> now
>
>
> I have a client (still running CF4.01)... and Now() is reporting one
> hour behind the current time on the server. This problem started once we
> moved the clock this weekend.
>
> I see others are having this problem, because there are a few postings on
> Allaire Forums about this.. but so far no ideas, no solutions
> have been
> reported.
>
> Anyone else see this?
>
> I'm wondering why we didn't have this problem a year ago when we changed
> the clocks. Certainly CF4.01 hasn't changed since then (no service packs
> added, etc) but perhaps something weird is happening in Windows
> that it's reporting the wrong time to CF? And it's more than likely that
> some service packs were added to the client's Windows environment since
> last year.
>
> fyi-- ASP is picking up the CORRECT time from
> Windows. I really
> hate it when CF looks bad.
>
> tia,
> Tobe
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Dan G. Switzer, II

Tobe,

I believe this problem is due to a bug in the VisualC++. This is a known bug
which you can read more about here:
http://msdn.microsoft.com/visualc/headlines/2001.asp

As you can see, the bug has been known about for a number of years. Not sure
if Allaire has a patch out for 4.01, but 4.5x should not be affected by the
bug.

This is not an Allaire problem per-se, but they should have at least
released a patch for it.

This problem will only occur for one week-it stems from the fact that
daylight savings occurred on April 1st and it thinks it should have occurred
until the 8th. I suspect you may be able to fix the problem also by
temporarily unchecking the "Automate daylight savings time" or selecting a
time-zone that's not affected by Daylight Savings, but I haven't tested
this.

-Dan

-Original Message-
From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 12:48 PM
To: CF-Talk
Subject: daylight savings time. CF is reporting the wrong value for now

I have a client (still running CF4.01)... and Now() is reporting one
hour behind the current time on the server. This problem started once we
moved the clock this weekend.

I see others are having this problem, because there are a few postings on
Allaire Forums about this.. but so far no ideas, no solutions have been
reported.

Anyone else see this?

I'm wondering why we didn't have this problem a year ago when we changed
the clocks. Certainly CF4.01 hasn't changed since then (no service packs
added, etc) but perhaps something weird is happening in Windows
that it's reporting the wrong time to CF? And it's more than likely that
some service packs were added to the client's Windows environment since
last year.

fyi-- ASP is picking up the CORRECT time from Windows. I really
hate it when CF looks bad.

tia,
Tobe
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: search template

2001-04-02 Thread Paul Ihrig

do you still need a results page?
i modified the one that is in studio, verity wizard.













Inhouse Search with Verity - Search Results




   



Search 
  Results for "#Form.Criteria#". 
  
   


  
   

 


#GetRecordCount.RecordCount# 
results, out of #GetResults.RecordsSearched# indexed documents found.
 

  
   


  



 
   

Page 



#NumberFormat(Evaluate(1 + (Form.StartRow / (Form.MaxRows -1))), "")#
 of 






#Evaluate(INT(GetRecordCount.RecordCount / MaxRows )+1)#

 

  

 
  
 
   

   No files found for specified
criteria 


  

  



   
 












  
   
 



  
   
No
Score
File
Title
  
   
 

  
  #Evaluate(Form.StartRow + CurrentRow - 1)#

  
  #NumberFormat(Round(Score * 100))#% 

  
   

DB ::  #Criteria# 












Monograph~ 
http://Inhouse/Monograph/default.asp?monograph=#GetToken(href, 4,
"/")#">
#GetToken(href, 4, "/")#


#GetFileFromPath(Key)# 




  
   

DB~ #Criteria# 
 








#GetFileFromPath(Key)# 
#Trim(ReReplaceNoCase(Title, Criteria,
"#Criteria#", "ALL"))#





  


  

 
   
  


   
#Trim(ReReplaceNoCase(Summary, Criteria,
"#Criteria#", "ALL"))#

#Trim(Summary)# 





 
   
   

   



  

 
 
  
  

   
 












  













-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

> icq:  47658358


-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 10:55 AM
To: CF-Talk
Subject: search template


I'm tooling around with CF's Verity engine to search my site.

Does any one have or know where I can get a good search template in CFML
that will display search results along with active "next record" and
"previous record" buttons?

I've checked a few CF websites with mixed results.

Thanks in advance.

Robert O.
HWW
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



daylight savings time..... CF is reporting the wrong value for now

2001-04-02 Thread Tobe Goldfinger

I have a client (still running CF4.01)... and Now() is reporting one 
hour behind the current time on the server. This problem started once we 
moved the clock this weekend.

I see others are having this problem, because there are a few postings on 
Allaire Forums about this.. but so far no ideas, no solutions have been 
reported.

Anyone else see this?

I'm wondering why we didn't have this problem a year ago when we changed 
the clocks. Certainly CF4.01 hasn't changed since then (no service packs 
added, etc) but perhaps something weird is happening in Windows 
that it's reporting the wrong time to CF? And it's more than likely that 
some service packs were added to the client's Windows environment since 
last year.

fyi-- ASP is picking up the CORRECT time from Windows. I really 
hate it when CF looks bad.

tia,
Tobe



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: start and end dates

2001-04-02 Thread Edward Chanter

Try using the BETWEEN 

 
 SELECT * FROM wwebsales
 
 
Where startdate BETWEEN orderdate and enddate
 
 
 
 


best wishes,

  -= Ed


Problems cannot be solved at the same
level of awareness which created them.
   - Albert Einstein
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Simple question?

2001-04-02 Thread CF Crazy

1.
Is there a tag or some code that would read all the
tables and fields in a data source. To permit the user
to run their own queries of the data source?
(without knowledge of CF)

2.
How do I create a data source or edit an existing one
without having to be on the server? ie add fields or
whole tables. (MSACCESS OR SQL)

3.
Javascript validation so I don't have to use CFForm
I can use just Form. (with a date field)



Stephene

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Stephen Moretti

>
> by pointing out that the UUID is "predictable" are you saying
> that using it
> for security purposes is not recommended?
>

Its not actually strictly true that UUID are predictable.

Depending on your OS CreateUUID will either create UUIDs that increment from
some generated start point or you may get completely random keys. (Don't ask
me which OS do what, I can't remember :)

Also, if you are using CreateUUID to generate keys in multiple tables then,
yes you may get incrementing keys in a table sometimes, but more often than
not you will get not continugous IDs.

Regards

Stephen


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



start and end dates

2001-04-02 Thread Robert Orlini

Hello,

I'm still a newbie on GT and LT searches. My "rough" and partial code below
is what I want to search between two date ranges. For instance 01-jun-00 to
01-apr-01. Is there an easier way in CF?

Any help appreciated.

Robert O.

---





SELECT * FROM wwebsales


Where startdate EQ orderdate and enddate GTE startdate






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote Faxing from CF

2001-04-02 Thread Costas Piliotis

You may also want to try Windows 2000's internet print service.  You can set
up a remote fax printer that forwards the documents to the fax service. (In
theory)

Good luck :)

-Original Message-
From: Bob Silverberg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 02, 2001 7:51 AM
To: CF-Talk
Subject: Remote Faxing from CF


Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote Faxing from CF

2001-04-02 Thread Larry Juncker

We use Protofax from Protonet on our server and it works excellent.  A fax
can be sent from any computer as an email and the system will forward it to
a fax machine.

It is third party but it is also a superb product.  It can be set up to send
out to 8 different modems on your server with the proper licensing.

http://www.protonet.com

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:51 AM
To: CF-Talk
Subject: Remote Faxing from CF


Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Testing for the existence of an image file on another web server

2001-04-02 Thread Dick Applebaum

Use cfhttp

reguest the image as the URL:

   "http://www.someotherdomain.com/somedirectory/someimage.jpg"

Then if http.FileContent contains a "404" error code, the image was not found.

HTH

Dick

At 10:17 AM -0400 4/2/01, John Fix 3rd wrote:
>I want to include an image file that is on a server at another location.
>If no image exists, I want to display a message stating "No Image
>Available".  I had it working fine for local images..here's the code:
>
>
>
>http://server.com/images/" &  #Trim(sku)# &
>".gif">
>
>
>No Image Available
>
>
>How do I do that seam test for a remote server that I'm accessing via
>HTTP (I have permission to use their image files)?  Would I do something
>with CFHTTP and then test for a valid image response?
>
>Thanks!
>
>John
>www.cornells.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Get html code from word document

2001-04-02 Thread Dick Applebaum

To get the file into the db

   you can upload with cffile or copy/paste into a form.

   store the document, "as-is", in a text field (SQL Server).

To display the field, first change all occurrences of

 <

to

 <

A simple regexp can be used for the above

   

Then you can display pseudoHTML in a textarea.

Reverse the process to store updated text into the db

HTH

Dick

At 9:55 AM -0700 4/2/01, <[EMAIL PROTECTED]> wrote:
>From: Chad McCue
>To: [EMAIL PROTECTED]
>Sent: Monday, April 02, 2001 9:43 AM
>Subject: Get html code from word document.
>
>
>Hello all,
> My problem might not be able to be done with cold fusion but 
>any ideas would be helpful. I am trying to allow my users to add a 
>word document saved as a html file to my database. Then in my 
>backend I need to open that saved document into a textbox with the 
>html code being displayed so it can be changed and updated. Any 
>suggestions would be helpful. Thanks
>

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Remote Faxing from CF

2001-04-02 Thread Bob Silverberg

Does anyone have any experience sending faxes from a CF application, using a
fax card that is installed in a remote location (in a different city than
the web server)?  At this point there will be only one source for the faxes,
but ideally we could send the faxes from anywhere. As the faxes will
currently all be sent from the client's site, we are not looking at any
third party faxing services, as we feel that that would involve a much
greater cost to the client.  We are just beginning the investigation, and
would love to hear from anyone who has any suggestions for products and/or
techniques for doing this.

Thanks,
Bob


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cross browser Intrinsic Controls

2001-04-02 Thread alistair . davidson

I set up a CLIENT.FormMultiplier variable depending on browser type, and
then have all my inputs like this - 



Yes, it's a pain, but once you get into the habit, you don't notice it..

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 02 April 2001 14:55
To: CF-Talk
Subject: Cross browser Intrinsic Controls


OK ... what a pain in the butt!

How does one deal with the different physical size rendered for textboxes by

Netscape and IE? The physical size for a textbox with a "size" attribute of 
20 in Netscape is huge compared to IE. What gives?

I'm working around this by using a "size" attribute that is Netscape 
physically sized and also including a "style" parameter  overriding the 
"size" in IE with precise sizing info. Appears to work for IE 5 and Netscape

4.6 ... but will it work in all browsers?



Is there some other easier way of dealing with this?

Thanks for any info,
Allison McMearty
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [Oracle Auto-Increment]

2001-04-02 Thread Kay Smoljak

In SQL Server Enterprise Manager you select type "integer", uncheck the box
for "allow NULLs" and check the box for "identity". You can optionally set
"identity seed" to set a starting number and "identity increment" so that
numbers are incremented by whatever you specify (default for both options is
1).
_
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for Developers including CFX tags: http://developer.perthweb.com.au


On Mon, 02 Apr 2001 10:05:20 -0400, "Tumy, Brad" <[EMAIL PROTECTED]>
wrote:

>In the design view of a table you can select the field called "identity"
>I believe that this will do the trick...I am new to SQL Server so if
>anyone can follow up to correct me or to clarify in more depth.
>
>Brad Tumy
>
>-Original Message-
>From: Arden Weiss [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 9:58 AM
>To: CF-Talk
>Subject: RE: [Oracle Auto-Increment]
>
>
>What about SQL Server -- how to auto-increment??
>
> ^
>/ \__
>   (@\___
>  /  O
> /(_/
>/_/
>Whoof...
>410-757-3487
>
>-Original Message-
>From:  Alex [SMTP:[EMAIL PROTECTED]]
>Sent:  Monday, April 02, 2001 9:45 AM
>To:CF-Talk
>Subject:   Re: [Oracle Auto-Increment]
>
>create a sequence then in your INSERT sql type sequencenqme.next_val.
>not sure on specific syntax
>
>Jamie Symonds <[EMAIL PROTECTED]> wrote:
>Hi - I am inserting results of a form into an Oracle 8
>database - in the past, while using Access, I would set the
>first field of the table ("id") to "auto-number" for my
>primary key.  Oracle does not have an auto-increment feature
>- how do I go about this?  Thanks.



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [Oracle Auto-Increment]

2001-04-02 Thread Clint Tredway

In SQL Server, you set a integer field as an identity field. This makes this an auto 
increment field.

-- Original Message --
From: Arden Weiss <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Mon, 02 Apr 2001 09:58:05 -0400

What about SQL Server -- how to auto-increment??

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Alex [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, April 02, 2001 9:45 AM
To: CF-Talk
Subject:Re: [Oracle Auto-Increment]

create a sequence then in your INSERT sql type sequencenqme.next_val.
not sure on specific syntax

Jamie Symonds <[EMAIL PROTECTED]> wrote:
Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Get html code from word document

2001-04-02 Thread Billy Cravens

Easy enough, though you might want to look at more of a wysiwyg solution, like 
eWebEdit Pro (www.ektron.com)  This will actually allow users to copy and paste direct 
from Word into a FrontPage-like interface in their browser.

But do display html in a text box is easy.. just use CFFile

If you want the users to upload as a .doc, you'll need to do some COM object 
manipulation ... see www.cfcomet.com for details

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]


[EMAIL PROTECTED] wrote:

> From: Chad McCue
> To: [EMAIL PROTECTED]
> Sent: Monday, April 02, 2001 9:43 AM
> Subject: Get html code from word document.
>
> Hello all,
> My problem might not be able to be done with cold fusion but any ideas would 
>be helpful. I am trying to allow my users to add a word document saved as a html file 
>to my database. Then in my backend I need to open that saved document into a textbox 
>with the html code being displayed so it can be changed and updated. Any suggestions 
>would be helpful. Thanks
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Test post; please ignore.

2001-04-02 Thread Patty Ayers

Test post; please ignore.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [Oracle Auto-Increment]

2001-04-02 Thread DeVoil, Nick

Just specify the column as an IDENTITY
in your CREATE TABLE statement.

-Original Message-
From: Arden Weiss [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 2:58 PM
To: CF-Talk
Subject: RE: [Oracle Auto-Increment]


What about SQL Server -- how to auto-increment??

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Testing for the existence of an image file on another web server

2001-04-02 Thread John Fix 3rd

I want to include an image file that is on a server at another location.
If no image exists, I want to display a message stating "No Image
Available".  I had it working fine for local images..here's the code:



http://server.com/images/" &  #Trim(sku)# &
".gif">


No Image Available


How do I do that seam test for a remote server that I'm accessing via
HTTP (I have permission to use their image files)?  Would I do something
with CFHTTP and then test for a valid image response?

Thanks!

John
www.cornells.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [Oracle Auto-Increment]

2001-04-02 Thread Christopher Olive, CIO

just mark something as an identity in the design table form.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Arden Weiss [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:58 AM
To: CF-Talk
Subject: RE: [Oracle Auto-Increment]


What about SQL Server -- how to auto-increment??

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Alex [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, April 02, 2001 9:45 AM
To: CF-Talk
Subject:Re: [Oracle Auto-Increment]

create a sequence then in your INSERT sql type sequencenqme.next_val.
not sure on specific syntax

Jamie Symonds <[EMAIL PROTECTED]> wrote:
Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [Oracle Auto-Increment]

2001-04-02 Thread Bryan LaPlante

the data type is identity for ms sql

- Original Message -
From: "Arden Weiss" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 8:58 AM
Subject: RE: [Oracle Auto-Increment]


> What about SQL Server -- how to auto-increment??
>
>  ^
> / \__
>(@\___
>   /  O
>  /(_/
> /_/
> Whoof...
> 410-757-3487
>
> -Original Message-
> From: Alex [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 9:45 AM
> To: CF-Talk
> Subject: Re: [Oracle Auto-Increment]
>
> create a sequence then in your INSERT sql type sequencenqme.next_val.
> not sure on specific syntax
>
> Jamie Symonds <[EMAIL PROTECTED]> wrote:
> Hi - I am inserting results of a form into an Oracle 8
> database - in the past, while using Access, I would set the
> first field of the table ("id") to "auto-number" for my
> primary key.  Oracle does not have an auto-increment feature
> - how do I go about this?  Thanks.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Test

2001-04-02 Thread Patty Ayers




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Tumy, Brad

by pointing out that the UUID is "predictable" are you saying that using it
for security purposes is not recommended?

Brad Tumy

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:59 AM
To: CF-Talk
Subject: RE: CreateUUID()


> Does anyone on this list rely on CreateUUID() for creating a completely
> unique identifier? Anyone know how it compares in effectiveness to using
> uniqueidentifier and making it a row GUID in SQL?

As long as you don't pass the UUID to the user and rely on that, then
they're fine - they're also "predictable" as they increment

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [Oracle Auto-Increment]

2001-04-02 Thread Tumy, Brad

In the design view of a table you can select the field called "identity"
I believe that this will do the trick...I am new to SQL Server so if
anyone can follow up to correct me or to clarify in more depth.

Brad Tumy

-Original Message-
From: Arden Weiss [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:58 AM
To: CF-Talk
Subject: RE: [Oracle Auto-Increment]


What about SQL Server -- how to auto-increment??

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Alex [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, April 02, 2001 9:45 AM
To: CF-Talk
Subject:Re: [Oracle Auto-Increment]

create a sequence then in your INSERT sql type sequencenqme.next_val.
not sure on specific syntax

Jamie Symonds <[EMAIL PROTECTED]> wrote:
Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cross browser Intrinsic Controls

2001-04-02 Thread Dylan Bromby

text box sizes in Netscape change if they're placed within the span of a
FONT tag. check your code and see if that's the case. if you have FONT
SIZE=5 around one, it will be large.

text box size does not change according to the SIZE attribute of FONT in IE,
however.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 6:55 AM
To: CF-Talk
Subject: Cross browser Intrinsic Controls


OK ... what a pain in the butt!

How does one deal with the different physical size rendered for textboxes by
Netscape and IE? The physical size for a textbox with a "size" attribute of
20 in Netscape is huge compared to IE. What gives?

I'm working around this by using a "size" attribute that is Netscape
physically sized and also including a "style" parameter  overriding the
"size" in IE with precise sizing info. Appears to work for IE 5 and Netscape
4.6 ... but will it work in all browsers?



Is there some other easier way of dealing with this?

Thanks for any info,
Allison McMearty
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cross browser Intrinsic Controls

2001-04-02 Thread Katherine Maltby

Glad I'm not the only one who this annoys immensely!! It will work okay on
the newer browsers, but earlier browsers won't recognise itit depends
what platforms and browsers are being run on your target users' computers
really. 

If you want to get even more depressed check it out on Mac Netscape!

Kath

Katherine Maltby
Senior Producer

--
United Kingdom
http://www.thoughtbubble.co.uk/
Ph: +44 (0) 20 7387 8890
--
New Zealand
http://www.thoughtbubble.co.nz/
Ph: +64 (0) 9 488 9131

The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s) . Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0) 20 7387 8890



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 02 April 2001 14:55
To: CF-Talk
Subject: Cross browser Intrinsic Controls


OK ... what a pain in the butt!

How does one deal with the different physical size rendered for textboxes by

Netscape and IE? The physical size for a textbox with a "size" attribute of 
20 in Netscape is huge compared to IE. What gives?

I'm working around this by using a "size" attribute that is Netscape 
physically sized and also including a "style" parameter  overriding the 
"size" in IE with precise sizing info. Appears to work for IE 5 and Netscape

4.6 ... but will it work in all browsers?



Is there some other easier way of dealing with this?

Thanks for any info,
Allison McMearty
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java CFX tags

2001-04-02 Thread alistair . davidson

I had a fair bit of trouble when I started using Java CFX tags, but it all
boiled down to the same thing - classpath.

The documentation is in Developing web apps with CF / Building Custom CFAPI
tags / Writing a Java CFX. 

Best of luck - you'll probably need it! If you post some details of the
specific problems you're having, I'll try to help.

Cheers,

Alistair Davidson
Senior Developer
Rocom New Media
www.rocomx.net

-Original Message-
From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
Sent: 02 April 2001 08:37
To: CF-Talk
Cc: CFX
Subject: Java CFX tags


Hi all,

We recently started having problems with Java CFX tags on our server
(winNT4). I looked in the documentation for CF 4.5 and in Forta's books for
4.0 and I can only find mention of support for C++ CFX tags. Does anyone
know when support for Java CFX introduced and where it is documented?

Thanks,
Kay.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SELECT * Queries

2001-04-02 Thread Philip Arnold - ASP

> Hi all. I've always been told, and read here that using * in SELECT
> queries is slower than specifying the field names. I just happen to
> be working on a site now where I have a page with 3 big SELECT
> queries. One of them with over 100 fields. If I use * in lieu of the
> field names, the page execution time is reduced from +- 250
> milliseconds to +- 185 milliseconds, with the actual query times
> being cut by about 1/3.
>
> Anyone else experience this? The 2 largest queries have no joins, but
> even the one with a join goes from 50 ms to 35 ms if I use:
> SELECT L.*,B.*
>
> Have I been reading this wrong? I've sure wasted alot of time
> entering field names into Select queries , not to mention slowing
> down my apps.

This is all dependant on the database engine you use, but here's why you
shouldn't normally use "SELECT * FROM"

When you do SELECT * the database has to go to the "system" table and find
the list of fields in that table, then effectively do a "SELECT field1,
field2, field3" for you - this is increasing the access time in the database
as it has to do an additional query for you

If you only want a couple of the fields, then it's a complete waste to get
all field, although it can be advantagous doing a "SELECT *" as there's less
info going to the SQL engine for the request for it to parse, which can be
slower than the query speed itself...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Philip Arnold - ASP

> Does anyone on this list rely on CreateUUID() for creating a completely
> unique identifier? Anyone know how it compares in effectiveness to using
> uniqueidentifier and making it a row GUID in SQL?

As long as you don't pass the UUID to the user and rely on that, then
they're fine - they're also "predictable" as they increment

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [Oracle Auto-Increment]

2001-04-02 Thread Arden Weiss

What about SQL Server -- how to auto-increment??

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Alex [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, April 02, 2001 9:45 AM
To: CF-Talk
Subject:Re: [Oracle Auto-Increment]

create a sequence then in your INSERT sql type sequencenqme.next_val.
not sure on specific syntax

Jamie Symonds <[EMAIL PROTECTED]> wrote:
Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Oracle Auto-Increment

2001-04-02 Thread bflynn

First, create the sequence that you want to use.

create sequence MySequenceName start with 100 increment by 1

Next, use the sequence

insert into table
(table_pkey, )
values
(MySequenceName.nextval, ...)

95% of the time it works to use it in the insert statement.  If you need the
number after the insert, you'll have to select it out before hand - 

select MySequenceName.nextval "PKEY" from dual


  


then,

insert into table
(table_pkey, )
values
(#pkey#, ...)


Brian

-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 9:37 AM
To: CF-Talk
Subject: Oracle Auto-Increment


Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Get html code from word document

2001-04-02 Thread ming

From: Chad McCue 
To: [EMAIL PROTECTED] 
Sent: Monday, April 02, 2001 9:43 AM
Subject: Get html code from word document.


Hello all,
My problem might not be able to be done with cold fusion but any ideas would 
be helpful. I am trying to allow my users to add a word document saved as a html file 
to my database. Then in my backend I need to open that saved document into a textbox 
with the html code being displayed so it can be changed and updated. Any suggestions 
would be helpful. Thanks 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cross browser Intrinsic Controls

2001-04-02 Thread Mcmeartya

OK ... what a pain in the butt!

How does one deal with the different physical size rendered for textboxes by 
Netscape and IE? The physical size for a textbox with a "size" attribute of 
20 in Netscape is huge compared to IE. What gives?

I'm working around this by using a "size" attribute that is Netscape 
physically sized and also including a "style" parameter  overriding the 
"size" in IE with precise sizing info. Appears to work for IE 5 and Netscape 
4.6 ... but will it work in all browsers?



Is there some other easier way of dealing with this?

Thanks for any info,
Allison McMearty




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [OOP]

2001-04-02 Thread Alex

Coldfusion is IMO the extreme opposite of OOP. And most techniques that try to
make CF object oriented are harder to grasp (along with limiting) than just
learning a true OO language.


"Haryono ..." <[EMAIL PROTECTED]> wrote:
Hallo,
Is ColdFusion support OOP?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cold Fusion servers and RAM - recommendations?

2001-04-02 Thread Philip Arnold - ASP

> Where is a good source of information about RAM on a Cold Fusion
> application server box? We have a new web server box to host our
> Cold Fusion applications (actually 3 boxes, one for production,
> one for validation and one for testing). The server is a 700MHz
> quad-processor and will be running Win2k. Our hardware people
> asked for 4GB RAM but got 2GB instead, now they are asking us if
> we really need the other 2GB. We are inclined to say yes but we
> would like to be able to support our position. Anyone have thoughts,
> recommendations, comments about CF and RAM? Is there a sweet spot?
> Is there harm in providing too much RAM? Thanks!

You can never have too much RAM - it's a physical impossibility...

As long as you've told the CFAdmin to use the RAM, then you can get the
template cache up, the query cache and leave the rest for CF to "play
with"...

2GB is a fair lump, but if you can get 4GB, more power to your elbow 

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Oracle Auto-Increment

2001-04-02 Thread DeVoil, Nick

WIth Oracle you can set up a "sequence" which gives you
the same kind of functionality.

eg CREATE SEQUENCE mytab_seq ON mytab INCREMENT BY 1;

then in your insert statement you can say 

INSERT INTO mytab()
VALUES (mytabseq.nextval, )

Nick
-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 2:37 PM
To: CF-Talk
Subject: Oracle Auto-Increment


Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [Oracle Auto-Increment]

2001-04-02 Thread Alex

create a sequence then in your INSERT sql type sequencenqme.next_val.
not sure on specific syntax

Jamie Symonds <[EMAIL PROTECTED]> wrote:
Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Oracle Auto-Increment

2001-04-02 Thread Jamie Symonds

Hi - I am inserting results of a form into an Oracle 8
database - in the past, while using Access, I would set the
first field of the table ("id") to "auto-number" for my
primary key.  Oracle does not have an auto-increment feature
- how do I go about this?  Thanks.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Jeremy Allen

Hello,

We rely heavily on UUID's. We use ColdFusion's UUID
generator. As long as you have  NIC the  UUID is 
guaranteed to be universally unique for at least
a few thousand years..

SQL 7 can also generate a GUID which is the same thing
more or less. 

The UUID generation algorithm uses the machines Mac address
to make it universally unique so if you do not have a NIC
then it can only be guaranteed unique to that one machine. 

Jeremy Allen
elliptIQ Inc.

>-Original Message-
>From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 4:17 AM
>To: CF-Talk
>Subject: RE: CreateUUID()
>
>
>I have not used it, but I believe it is at least as unique as things like
>NT's station ID etc.
>
>I wouldn't worry about it.
>
>-Original Message-
>From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 2:45 AM
>To: CF-Talk
>Subject: CreateUUID()
>
>
>Does anyone on this list rely on CreateUUID() for creating a completely
>unique identifier? Anyone know how it compares in effectiveness to using
>uniqueidentifier and making it a row GUID in SQL?
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cold Fusion servers and RAM - recommendations?

2001-04-02 Thread Earl, George

Where is a good source of information about RAM on a Cold Fusion application
server box? We have a new web server box to host our Cold Fusion
applications (actually 3 boxes, one for production, one for validation and
one for testing). The server is a 700MHz quad-processor and will be running
Win2k. Our hardware people asked for 4GB RAM but got 2GB instead, now they
are asking us if we really need the other 2GB. We are inclined to say yes
but we would like to be able to support our position. Anyone have thoughts,
recommendations, comments about CF and RAM? Is there a sweet spot? Is there
harm in providing too much RAM? Thanks!

George Earl
Social Security Administration
Computer Specialist
[EMAIL PROTECTED]

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Server Problem

2001-04-02 Thread ming

Thank you very much, Howie!

Ming
- Original Message -
From: Howie Hamlin <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 3:58 PM
Subject: Re: CFMail Server Problem


> Check your cfmail logs under:
>
> \mail\logs
>
> That should give you a clue as to what's happening.
>
> Regards,
>
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc.
> www.CoolFusion.com
> 631-737-4668 x101
> inFusion Mail Server (iMS) - the World's most configurable mail server
> Get your free copy of iMS POST-SE Server from CoolFusion!
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, March 30, 2001 8:31 PM
> Subject: CFMail Server Problem
>
>
> > I have CFMail server problem. Everyday I see a lot of emails sending
from
> > CFMail sitting in the Undeilivable folder. When I move them to Spool
> folder,
> > they will get back to the Undeilivable folder unless I restart the
MailMax
> > server or restart PCAnywhere.
> >
> > Can anyone tell me what's wrong with the coldfusion mail server or
> MailMax?
> >
> > Thank you very much!
> >
> > Ming
> >
> >
> >
> >
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



COM :: my service provider doesn't support it??

2001-04-02 Thread Paul Ihrig

ok, i have read all the docs on cfcomet, still having problems on my local
nt box.
i have given the cf services admin rights.
any ideas?

thank you 
-paul




Error Occurred While Processing Request
Error Diagnostic Information

Could not complete the operation because the service provider does not
support it.

The error occurred while processing an element with a general identifier of
(CFSCRIPT), occupying document position (20:1) to (20:10).


Date/Time: 04/02/01 08:44:05
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; AIT)
Remote Address: 127.0.0.1
HTTP Referer: http://localhost/ol/

 


-code---




  
  

   
  




/* Get the object name space - currently MAPI is the only option */
 objNameSpace = objOutlook.getNameSpace("MAPI");

/* Create a new appointment structure using 'CreateItem' - '1' is for
'New Appointment' */
 newAppointment = objOutlook.CreateItem(1);
 
/* Sets the status of the Appointment */
 newAppointment.MeetingStatus = 1;
 newAppointment.MessageClass = "IPM.meeting";

/* Set parameters for the Appointment -- there are others available */
 newAppointment.Subject = "Cool Meeting";
 newAppointment.Location = "Think Tank";
 newAppointment.Start = "4/3/01 1:30:00 PM";
 newAppointment.Duration = 90;   

/* Create a new Recipients collection */
 recCollection = newAppointment.Recipients;

/* You can add specific email addresses */
 recList = recCollection.Add("Paul Ihrig <[EMAIL PROTECTED]>");   

// OR

/* You can add by name, which will be verified and translated to an
email address */
   /*  recList = recCollection.Add("*C-DIGITAL CAMERA 3 NIKON (COLS)"); */

// OR

/* You can add by EntryID, but you have to fetch it first */
 /* entryByID =
objNameSpace.GetRecipientFromID("8B2E1F08C507D411B3DD004033E03EF9E40
D2000"); */

/* Try to resolve it 
 if(entryByID.Resolve()){
recList = recCollection.Add(entryByID.Name);
 }*/ 

/* Use the next line if you're developing locally */
   //  newAppointment.Display();

/* Send the Appointment */
 newAppointment.Send();




-code---


-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

> icq:  47658358



ok i got past the error: now here is a new one?

my service provider doesn't support it??
i am my own provider?

Error Occurred While Processing Request
Error Diagnostic Information

Could not complete the operation because the service provider does not
support it.

The error occurred while processing an element with a general identifier of
(CFSCRIPT), occupying document position (20:1) to (20:10).


Date/Time: 03/30/01 09:59:49
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; AIT)
Remote Address: 127.0.0.1
HTTP Referer: http://localhost/ol/
 


-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

> icq:  47658358


-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 9:31 AM
To: CF-Talk
Subject: COM & OutLook :: Error :: COM error 0x5


I get an error COM error 0x5

followed the example to fix, on CfCommet, with no luck. 
Gave CF Services admin access, but still getting same error.
do i need to reboot?

any advice would be great 

Error Occurred While Processing Request Error Diagnostic Information Error
trying to create object specified in the tag. 

COM error 0x5. Access is denied. 

The error occurred while processing an element with a general identifier of
(CFOBJECT), occupying document position (11:5) to (15:19). 

Date/Time: 03/30/01 09:15:22 Browser: Mozilla/4.0 (compatible; MSIE 5.5;
Windows NT 4.0; AIT) Remote Address: 127.0.0.1 HTTP Referer:
http://localhost/ol/ 

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

icq:47658358
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Password Protection

2001-04-02 Thread mahmad


You will do
1.At registration time ,each user is given a level.
2.At Login time you will access it store in session variable.
3.when user access a any protected page ,you will check that user's
level.If the user is matched with the level ,otherewisw ...Say
sorry


   

Heidi Belal

   

o.com>   cc:   

 Subject: Password Protection  

04/01/01   

07:52 PM   

Please 

respond to 

cf-talk

   

   





Hi all!
I have a question that i'd like suggested solutions to
if possible!
I want to allow certain people to access certain
pages.
I already have a log in page which is password
protected, but everybody who logs in has full access
to all the pages.  I want to eliminate that full
access.
So, how about if i categorize the people into various
levels of access, and assign each a number.  Then have
that number in the database in the password/username
table.  Then when a person tries to access the page,
before displaying it checks which number/level the
person is in and if the person is allowed access.
What do you think?
Thanks!



=
Heidi Belal
ICQ# 32127109
http://m3.easyspace.com/hmbelal

A bus stops at a bus station.
A train stops at a train station.  On my desk
I have a work station...
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFcache and Slash based sites

2001-04-02 Thread Philip Arnold - ASP

Am I wrong in assuming that CFcache won't work on slash based sites?

All it seems to do is pull the last page that's cached, no matter what the
options are...

Anyone know of a work around for this?

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: support for unicode in CF5?

2001-04-02 Thread Mark Woods

I wish the chr() function would barf when passed a code it didn't 
understand then.

At 06:42 AM 4/2/2001, Ben Forta wrote:
>Kay,
>
>Nope, that's in CF6.
>
>--- Ben
>
>
>-Original Message-
>From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 02, 2001 1:32 AM
>To: CF-Talk
>Subject: support for unicode in CF5?
>
>
>Hi all,
>
>Can anyone comment on whether CF5 will have full unicode support? I can't
>seem to find it on the site or in the beta release notes.
>
>Thanks,
>Kay.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFApplication Error

2001-04-02 Thread Will Swain

Cami,

This is a windows error caused by your registry being/getting too full.

I would stop storing client variables there (I assume you are as this is
what normally causes the registry to overload)

This is something I would sort out as a matter of urgency. An overloaded
registry can cuase your server to crash and fail to re-start

HTH

Will

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: 30 March 2001 22:08
To: CF-Talk
Subject: CFApplication Error


Can anyone tell me what causes this error?  I seem to be getting it about
once a week.

TIA,
Cami

Error Occurred While Processing Request
Error Diagnostic Information
Error attempting to get the client (Client ID = '118155').


A problem was encountered trying to access the system registry. Error number
1450 occurred.


The error occurred while processing an element with a general identifier of
(CFAPPLICATION), occupying document position (1:1) to (2:49).
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Auto parts database

2001-04-02 Thread Dick Applebaum

At 11:05 PM -0700 4/1/01, Karl Simanonok wrote:
>Hi Dick,
>
>Thanks for your advice.  That's a very pretty site at stbtrucks.com
>(excellent job on the graphics), but coding the back end in Perl must have
>been a major challenge, I would think.  You must have used text files to
>store the data, instead of using a database, right?

I did use text files... this particular Perl subset had no database, 
nor did it support lists or hashes (structures)


>I'm trying to get a
>handle on how to best design a relational database to handle any kind of
>car part or accessory, have you got any suggestions about that?  If you
>could describe or even just list the columns in your data files (which for
>Perl is really just a way to manage data in a pseudo-database, right?) that
>might help a lot.

I need to be careful here, because the system is proprietary.

You would probably have main tables for:

   Manufacturer
   Category/Subcategory
   Make/Model/Submodel/Year/Subyear
   Manufacturer Product *
   Manufacturer Product Options *
   Application **

* Product and product options get a little tricky the options can 
determine or affect the product code and the price, e.g.:

nnn-XX-YYY-nnn  where XX denotes the finish and YYY denotes the size, etc.

Now consider that each finish/size combination may have a different price,
and, yet a third option may add to that price (stake pocket cutouts in bed
rail caps)

** Application (where used) is the key table it denotes where a 
specific product can be used (which Make/Model/Submodel/Year/Subyear 
of vehicle).  I think we averaged about 3.5 applications per product.

I don't know if having a separate color table makes sense... here is 
no standard usage among mfgrs one calls it teal, another calls it 
blue or green...

Also, you may need to consider a denormalized database to efficiently 
handle some of the more unusual data relationships.

A parting thought... Each year, many (but not all) of the 
applications will need to be updated to include the new model year.

Another... Just building the Make/Model/Submodel/Year/Subyear table 
is a major accomplishment.


HTH

Dick

>
>I'm thinking that Bud Schneehagen's suggestion of a flag field (or several)
>in the Products table that indicates what other (out of who knows how many
>there might ultimately be) tables to look in for supplementary data is
>probably what I'll wind up having to do.  But that seems like a slightly
>kludgy way to do things, something tells me there has to be a better way...
>
>Regards,
>
>Karl S.
>
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: After Update display same name and show changes

2001-04-02 Thread Brian Thornton

Or use a CFLOCATION/META REFRESH and a CGI.REFERRER variable.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 1:14 AM
Subject: RE: After Update display same name and show changes


> The easiest way is to post back to the original page. Have logic at the
top
> that checks for form variables, catches the entered values and
> updates/inserts into the table. Below that is the form which can then be
> populated with the current persons values rather than defaulting to the
> first in the database.
>
> -Original Message-
> From: Michael [mailto:[EMAIL PROTECTED]]
> Sent: 26 March 2001 12:17
> To: CF-Talk
> Subject: After Update display same name and show changes
>
>
> Question:  I have a form that allows the user to update all the
> information on someone but brings them back to the first person in the
> database, and I need to bring them right back to the same person that they
> were working on,  what do I need to do on the action page,  I say action
> page because I believe that is where this code would need to take place.
>
> TIA
>
> Michael
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: After Update display same name and show changes

2001-04-02 Thread Kevan . Windle

The easiest way is to post back to the original page. Have logic at the top
that checks for form variables, catches the entered values and
updates/inserts into the table. Below that is the form which can then be
populated with the current persons values rather than defaulting to the
first in the database. 

-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2001 12:17
To: CF-Talk
Subject: After Update display same name and show changes


Question:  I have a form that allows the user to update all the
information on someone but brings them back to the first person in the
database, and I need to bring them right back to the same person that they
were working on,  what do I need to do on the action page,  I say action
page because I believe that is where this code would need to take place.

TIA

Michael
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CreateUUID()

2001-04-02 Thread Thomas Chiverton

I have not used it, but I believe it is at least as unique as things like
NT's station ID etc.

I wouldn't worry about it.

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 2:45 AM
To: CF-Talk
Subject: CreateUUID()


Does anyone on this list rely on CreateUUID() for creating a completely
unique identifier? Anyone know how it compares in effectiveness to using
uniqueidentifier and making it a row GUID in SQL?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Java CFX tags

2001-04-02 Thread DeVoil, Nick

> Does anyone know when support for Java CFX introduced and where it is
documented?

It was new in 4.5.
There is some stuff in chapter 18 of Developing Web Apps with CF.

Nick


**
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cf accessing outlook address book

2001-04-02 Thread Brian Thornton

We use Outlooks contacts that needs to either be setup to a LDAP server or
to a Exchange server that is LDAP or ODBC connected.
- Original Message -
From: "Mak Wing Lok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 12:36 AM
Subject: cf accessing outlook address book


> hi there,
> does anyone know how to make CF to access to outlook/outlook express
address
> book?
> or is that possible?
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cf accessing outlook address book

2001-04-02 Thread Mak Wing Lok

hi there,
does anyone know how to make CF to access to outlook/outlook express address
book?
or is that possible?




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists