RE: Preventing user from going back

2002-05-30 Thread Cornillon, Matthieu
Mark, I've been wrestling with this issue myself lately. There is no direct and easy way that I've found. It depends largely on what the context is. For example, if you have a five-page registration procedure and don't want the user to go back using the browser buttons from 4 to 3, you can

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Vernon Viehe
HomeSite+ is not available as a trial, it only comes with the purchase of DWMX Win (or Studio MX Win). HomeSite+ is HomeSite5 plus the CF VTMs help/reference for CF stuff. So, if you want to see in general what HomeSite+ will look like, take a look at the HomeSite5 trial. Vernon Viehe

RE: Quick question on custom tags

2002-05-30 Thread todd
I would have to say because in CF module, you're telling the CFServer exactly where it is. Otherwise, CFServer has to hunt locally and then hunt globally for the tag you just called. I could be wrong. ~Todd On Thu, 30 May 2002, Rob Baxter wrote: Why is cfmodule faster? I assume it might

JRun in CF a security risk?

2002-05-30 Thread Deanna Schneider
Hi Folks, My server administrator just asked me to look into something that he heard about the jrun components in CF 5.0 being some sort of a security risk. He didn't elaborate further, though. So, I'm not sure what he's referring to. Has anyone else heard of this issue? (I tried searching on the

Re: OT: Having IE6 and IE5.5 on the same machine

2002-05-30 Thread Chris Norloff
Nope, Microsoft has determined that that is not permissible behavior. Chris Norloff -- Original Message -- from: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 29 May 2002 15:41:02 -0600 So, some of our user base now has IE6 for some damn

Re: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Dave Hannum
It's JSP pages. Dave - Original Message - From: Ken Wilson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 1:19 PM Subject: RE: ColdFusion MX / Studio MX now available! I think that's just high traffic, some requests get through, others don't. Hmm,

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Thank you for your responses friends. I finally found the answer in www.microsoft.com in the troubleshouting section.Down here the article URL http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q293107 I have to work around it because it could happen again anytime I restart the

MX Tag Updater?

2002-05-30 Thread Dave Carabetta
Vernon/Christine or somebody at MM, You had posted a few weeks back that MM decided to release a tag updater for CF Studio 5 containing all the MX VTMs and help files. Has this been released yet (can't find it on the MM site)? If not, when do you suppose it will be released? Thanks, Dave.

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Thank you for your responses friends. I finally found the answer in www.microsoft.com in the troubleshouting section. The problem was that somehow one winsock service(as the port asiggment is dinamically on it) was steeling the 1433 port and SQL server could not listen in 1433 port. What I did

RE: SQL server trouble

2002-05-30 Thread Tony_Petruzzi
that's the first place to go whenever you have problem with a Microsoft product. Second is google groups. this list should be a last ditch effort. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Mario Martinez [mailto:[EMAIL

Re: JRun in CF a security risk?

2002-05-30 Thread Jochem van Dieten
Deanna Schneider wrote: Hi Folks, My server administrator just asked me to look into something that he heard about the jrun components in CF 5.0 being some sort of a security risk. He didn't elaborate further, though. So, I'm not sure what he's referring to. Has anyone else heard of this

RE: JRun in CF a security risk?

2002-05-30 Thread Rob Baxter
Deanna, Macromedia released a patch recently to fix a buffer overflow exploit in JRun 3.x See http://www.macromedia.com/v1/handlers/index.cfm?ID=22994 The bulletin indicates it only effects JRun. A notice about the patch was posted to the NT BugTraq mailing list yesterday, so perhaps your admin

RE: MX Tag Updater?

2002-05-30 Thread Vernon Viehe
I've been told it will be up really soon, sorry it's not up there now. Soon as it's available, I'll post back here. Meanwhile, I'll nag my folks again. -Vern -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:01 AM To: CF-Talk

RE: JRun in CF a security risk?

2002-05-30 Thread todd
I think CFGRAPH is the only component that JRUN in CF5 uses. I could be wrong, but I'm pretty certain that's what it's for. ~Todd On Thu, 30 May 2002, Rob Baxter wrote: Deanna, Macromedia released a patch recently to fix a buffer overflow exploit in JRun 3.x See

Getting a list of cookies

2002-05-30 Thread Mark Smeets
Hi all, Is there any way to get a list of cookies that you've currently set on your machine? (without having to resort to putting them in an array or list or something of that nature) -- Mark Smeets / stranger0 / ICQ: 1062196 [EMAIL PROTECTED]

RE: SQL server trouble

2002-05-30 Thread Tony_Petruzzi
just out curiosity. I wonder, if the next time this happens, if you viewed the services file, (c:\winnt\system32\drivers\etc\services) if it would tell you what is hooked on that port. if it does, then you know what app is the culprit. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED]

Re: Preventing user from going back

2002-05-30 Thread Alex
What happens if I disable javascript? On Thu, 30 May 2002, Critz wrote: oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- window.history.forward(); //-- /SCRIPT on the preceding page -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

Re: Getting a list of cookies

2002-05-30 Thread Tony Schreiber
Add this as a bookmark to your browser: javascript:if(document.cookie.length1){alert('No%20cookie%20for%20this%20site.')}else{alert('Cookie%20for%20this%20site:'+document.cookie)} I got if from bookmarklets.com. VERY useful. Is there any way to get a list of cookies that you've currently set

Re: JRun in CF a security risk?

2002-05-30 Thread Jeff Garza
The JRun version in CFMX is 4.0 so it should be ok. From the JRun logs... JRun 4.0 ISAPI Extension 47304 - May 2 2002 20:33:34 Cheers, Jeff Garza - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 11:03 AM

Re: Getting a list of cookies

2002-05-30 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Smeets wrote: |Hi all, | |Is there any way to get a list of cookies that you've currently set on your |machine? (without having to resort to putting them in an array or list or |something of that nature) only resorting to a struct .-)

Re[2]: Preventing user from going back

2002-05-30 Thread Critz
oi Alex!! then you could always do this noscriptmeta refresh../noscript seeing as how most of us develop web applications and not websitesif javascript is disabled, then they don't need to be there.. -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP

Re: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Owen Leonard
HomeSite+ is HomeSite5 plus the CF VTMs help/reference for CF stuff. So, if you want to see in general what HomeSite+ will look like, take a look at the HomeSite5 trial. Does that mean that HomeSite+ lacks advanced tools like the Databases resource window, debugging tools, Query Builder, etc?

RE: JRun in CF a security risk?

2002-05-30 Thread Dave Watts
My server administrator just asked me to look into something that he heard about the jrun components in CF 5.0 being some sort of a security risk. The JRun components aren't directly exposed to the web server, so in the sense in which your server administrator is most likely concerned,

RE: SQL server trouble

2002-05-30 Thread Dave Watts
I wonder, if the next time this happens, if you viewed the services file, (c:\winnt\system32\drivers\etc\services) if it would tell you what is hooked on that port. if it does, then you know what app is the culprit. The services file doesn't reflect what's actually listening; it just

Re: Preventing user from going back

2002-05-30 Thread Jon Hall
The javascript wont excecute... :) Seriously though, another option is to run the wizard in a popup with no chrome. Then no back button will exist in the first place. However you should try to make the registration process back-button proof in the first place. jon - Original Message -

Re: Getting a list of cookies

2002-05-30 Thread Eric Dawson
http://www.2day.ca/test.cfm === stronghttp_cookie:/strongbr cfoutput #http_cookie# /cfoutput From: Tony Schreiber [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Getting a list of cookies Date: Thu, 30 May 2002 14:14:32 -0400 (EDT) Add this as a

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Tony: This file you are taking about does not contain any info about port 1433. You can be sure I did a search in microsoft site before going to the list , although I did not find the right keyword combinations at the begining . After making a cousious search in the SQL Errorlog I found the

Re[2]: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Steven A. del Sol
I think you should check out Dreamweaver MX... I am a die hard CF Studio Fan and I got to tell you Dreamweaver MX is my new development tool of choice... At 02:40 PM 5/30/2002 -0400, you wrote: oi Owen!! homesite+ is basically your CFStudio 5.1 etc etc -- Critz Certified Adv.

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Mario Martinez
What if I view the file source, erase all the java script code that is bothering me .Save the file into my local harddisk and run the browser over it and try to going back??? . regards Mario - Original Message - From: Critz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday,

Re: [style] usernames

2002-05-30 Thread Patti G. L. Hall
What do you do, then, if by chance the old email address that the user signed up with is no longer in service? Then, even if they could remember the right email they couldn't retrieve the password? This has happened to me before and I've been SOL. -Patti As for username/password retrieval

Re[4]: Preventing user from going back

2002-05-30 Thread Critz
oi Mario!! well then I reckon you'd just have too much time on yer hands -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30, 2002, 2:38:07 PM, you wrote: MM What if I view the file

Re: Re[2]: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Owen Leonard
oi Owen!! homesite+ is basically your CFStudio 5.1 etc etc oi do you say this because you've tried it?!! It's necessary to ask these questions since they won't let us see it!! -- Owen OL Does that mean that HomeSite+ lacks advanced tools like the Databases OL resource window,

RE: Re[4]: Preventing user from going back

2002-05-30 Thread Tony_Petruzzi
why don't you tell us why you don't want people to be able to GO BACK. Depending on the situation you're facing, you might be beating your head against the wall for nothing. The only reason I can think of why you wouldn't want someone to be able to go back, is because of form submission, and

RE: SQL server trouble

2002-05-30 Thread Rob Baxter
If you are able to figure out what service is grabbing 1433 ahead of sql server, I'd suggest changing the startup parameter for that service to manual to allow sql to get it first. Of course you then have to remember to manually start that other service after every reboot. /rob -Original

Re: debug info to dynamic IP?

2002-05-30 Thread Chris Norloff
Perfect! That did the trick. thanks, Chris Norloff -- Original Message -- from: Jochem van Dieten [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Thu, 30 May 2002 02:34:32 +0200 Chris Norloff wrote: We have a problem getting debugging info to users

CFDIRECTORY

2002-05-30 Thread Bruce, Rodney S HQISEC/SIGNAL
Hello all I am using CFDIRECTORY to grab file info. but I only want to display info on files in a pre-chosen list. I know you can loop through CFDIRECTORY like a query. but how would I do something like this: other info here filefromlist

Re[4]: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Critz
oi Owen!! yeap,I had it installed during the dwmx beta, and it's identical to CFStudio 5.0 I [[assume]] there are only minor bug fixes, but there is nothing different in the appearance of it. Database tabsqlquery builder. and still the bug when you create a folder via rds

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Aaron Rouse
One could do what ifs all day long, if you need to worry about someone going through all that much trouble, then perhaps you should just not put the information on the web in the first place. Heck, you asked for a easy way and are coming up with complicated ways they can get past that.

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Ken Wilson
HomeSite+ is HomeSite5 plus the CF VTMs help/reference for CF stuff. So, if you want to see in general what HomeSite+ will look like, take a look at the HomeSite5 trial. Did the release version change from what was available with the DreamweaverMX beta? If not, then Homesite+ is actually a

Re: CFDIRECTORY

2002-05-30 Thread Critz
oi Rodney!! if you are using CF5, you could always re-query the directory query based on your list using an [[IN]] statement -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30, 2002,

Re: Re[2]: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Dave Carabetta
oi do you say this because you've tried it?!! It's necessary to ask these questions since they won't let us see it!! I had it when I was in the Kojak beta program and was able to download Homesite+ separately. I can tell you that there is virtually no difference between CF Studio and

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Mike Chambers
Broadvision. We are in the process of transitioning to our own servers. mike chambers [EMAIL PROTECTED] -Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 1:19 PM To: CF-Talk Subject: RE: ColdFusion MX / Studio MX now available! I

list delimiters

2002-05-30 Thread Tyler Silcox
Is there any known tricks to providing list delimiters to the List functions? Sometimes you can use a string as a delimiter, #ValueList()#, and other times it will only allow you to use/accept the first character, such as #ListAppend()#. Any idears? Tyler Silcox email | [EMAIL PROTECTED]

RE: CFDIRECTORY

2002-05-30 Thread Tony_Petruzzi
http://www.xcreation.com/apps.cfm download the one called directory listing tag. Just drop it into the directory you want listed. Has built in security. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Critz [mailto:[EMAIL

Re: list delimiters

2002-05-30 Thread todd
Commas, spaces are the obvious delimiters. If that's what you want, you don't have to provide it. However, if you want the pipe character (|), then all of the list functions have the ability to provide your own delmiter: Example: valueList(query.columnlist,|) listAppend(list,string,|)

RE: list delimiters

2002-05-30 Thread Ryan Kime
Is this what you are looking for? If you already have a list, you can change the delimiter like so ListChangeDelims(#yourList#, +) -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:20 PM To: CF-Talk Subject: list delimiters Is there

Re: SQL server trouble

2002-05-30 Thread Mario Martinez
Thank you Rob again. regards Mario - Original Message - From: Rob Baxter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 3:00 PM Subject: RE: SQL server trouble If you are able to figure out what service is grabbing 1433 ahead of sql server, I'd suggest

bypass dialogue box

2002-05-30 Thread Stocke Terri
Hi all, I tried to find an answer in the archives, but it appears that the search feature is not working right now... A co-worker in our IT department wants to create a web page with each network printer name with a link to the printer that will automatically set it up. We came up with a way

RE: list delimiters

2002-05-30 Thread Timothy Heald
A space is not an obvious delimiter. You still need to specify it like #listGetAt(myList,3,' ')#. All the list functions, and CFLOOP allow you the specify a list delimiter, if you are not using a , [comma]. To find out the exact syntax for any list functions pen the help files in studio. The

Re: list delimiters

2002-05-30 Thread Tyler Silcox
I am actually trying to use a string as a delimiter like #ListAppend(MyList, MyValue, mystring)# . If I do this: cfscript MyList=; MyList=ListAppend(MyList, Hello There, mystring); MyList=ListAppend(MyList, Good Afternoon, mystring); /cfscript MyList is equal to: Hello TheremGood Afternoon

RE: list delimiters

2002-05-30 Thread todd
My bad, I got the comma right tho. ;P On Thu, 30 May 2002, Timothy Heald wrote: A space is not an obvious delimiter. You still need to specify it like #listGetAt(myList,3,' ')#. All the list functions, and CFLOOP allow you the specify a list delimiter, if you are not using a , [comma].

Re: Re[2]: Preventing user from going back

2002-05-30 Thread Alex
Interesting point. I took it upon myself to test out your question and found that you CAN go back. On Thu, 30 May 2002, Mario Martinez wrote: What if I view the file source, erase all the java script code that is bothering me .Save the file into my local harddisk and run the browser over

Multi-domain security alternatives challenge/response authentication

2002-05-30 Thread heirophant mm
Hello, I have an app that needs to be accessible to (and only accessible to) users from two different NT domains. Of course, with users in a single NT domain you can just use challenge/response authentication on the directory in question. But this application calls for authenticating users

RE: list delimiters

2002-05-30 Thread Timothy Heald
MyList=ValueList(queryName.ColumnName, ', '); Is that what you mean? If you put something in the delimiter place than that will be the delimiter. If you bob, then in between each list member will be the word bob. If you used chr(09) [tab] than you would have a tab delimited list. Tim Heald

RE: Re[2]: Preventing user from going back

2002-05-30 Thread Timothy Heald
The only way I have seen to do this, and it was mentioned by someone earlier, is to only allow for a specific referer. You would use the url to the page that the user 'should' be coming from like this: cfif cgi.HTTP_REFERER is 'my url' Allow the template to process cfelse move

Re: Multi-domain security alternatives challenge/response authentication

2002-05-30 Thread Jochem van Dieten
Please wrap your lines at no more as 78 characters. heirophant mm wrote: How can firstTime.cfm tell that the user was actually authenticated and redirected from login.cfm? Section 3.3 of RFC 2617 covers exactly this and might be an option. Jochem

RE: Re[2]: Preventing user from going back

2002-05-30 Thread Tony_Petruzzi
and then all someone has to do is use a program to spoof the referrer information and their in. The only thing that you as a web programmer can do without beating your head against the wall is to make sure you qualify all variables passed to the page, check them to make sure they are of the

RE: SQL server trouble

2002-05-30 Thread Dave Watts
If you are able to figure out what service is grabbing 1433 ahead of sql server, I'd suggest changing the startup parameter for that service to manual to allow sql to get it first. Of course you then have to remember to manually start that other service after every reboot. Actually, you

RE: list delimiters

2002-05-30 Thread Chris Lofback
I scanned through the online CF help and it appears that all of the List functions, including ListAppend(), accept multiple single-character delimiters, so passing mystring means to consider m or y or s, etc., as delimiters. As a query function, ValueList() appears to be different and actually

Re: list delimiters

2002-05-30 Thread Tyler Silcox
Tim wrote: MyList=ValueList(queryName.ColumnName, ', '); That'll work, but it doesn't work for ListAppend, which seams pretty screwy to me. I use ValueList all the time with the , and I always try (and fail) to use ListAppend(list, value, , ), see my previous message below for an example. I

RE: list delimiters

2002-05-30 Thread Timothy Heald
Yeah I saw that post. Up until now I had only tried to use single character delimiters, except when I would generate a list for display from the db using valueList. Very strange behavior. Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Tyler

System Probes

2002-05-30 Thread Frank Mamone
I've been trying to find the screen described as Setting Up a Default Probe in the CFMX help files but I can't find it! Can u help? __ Your ad could be here. Monies from ads go to support these lists and provide more

ColdFusion Studio 5.0 trial download?

2002-05-30 Thread Carl
Anyone know where I can download a trial version of ColdFusion Studio 5.0? Macromedia seems to only have the MX stuff available on their site. Thanks! Carl __ This list and all House of Fusion resources hosted by CFHosting.com.

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Vernon Viehe
No, sorry, I didn't make it clear. HomeSite+ is a HomeSite5 base, the CF IDE functionality of CFS5, and the VTMs (and help, etc) for CFMX. -Vern -Original Message- From: Owen Leonard [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:23 AM To: CF-Talk Subject: Re:

Re: ColdFusion Studio 5.0 trial download?

2002-05-30 Thread todd
You're out of luck, CF5.0 trial is down and gone. :/ On Thu, 30 May 2002, Carl wrote: Anyone know where I can download a trial version of ColdFusion Studio 5.0? Macromedia seems to only have the MX stuff available on their site. Thanks! Carl

word without word on the server

2002-05-30 Thread Deanna Schneider
Hi Folks, I don't think this is possible, but I wanted to double check. Is it possible to write a word document on the fly that includes images, or more precisely, headers and footers? I can write the text (body) parts of it without a problem, and even get all the stupid mso-styles to work

RE: ColdFusion Studio 5.0 trial download?

2002-05-30 Thread Vernon Viehe
Since CFStudio is no longer a product for sale, there's no trial of it. HomeSite+ is the replacement for CFStudio, and the only way it's sold is bundled with Dreamweaver MX, though it doesn't come in the trial version of DWMX. While there isn't a trial of HomeSite+, there is a trial of

RE: ColdFusion Studio 5.0 trial download?

2002-05-30 Thread Van Vliet, Scott
Is it on the CF Server 5 CD? -- Scott Van Vliet Sempra Energy 555 W. 5th St., 21st Floor Los Angeles, CA 90013 Tel 213.244.5205 Email [EMAIL PROTECTED] Hello Stupid, and welcome to your crappy computer. - Strong Bad, HomestarRunner.com -Original Message- From: [EMAIL

Re: word without word on the server

2002-05-30 Thread todd
I think it's possible to do this in .RTF files that can be opened up in word, but ... without having access to some windows library, I don't think it's possible (might want to look around on the CFDEVEX or CFX galleries?) ~Todd On Thu, 30 May 2002, Deanna Schneider wrote: Hi Folks, I don't

RE: ColdFusion Studio 5.0 trial download?

2002-05-30 Thread todd
Yes, should be! On Thu, 30 May 2002, Van Vliet, Scott wrote: Is it on the CF Server 5 CD? -- Scott Van Vliet Sempra Energy 555 W. 5th St., 21st Floor Los Angeles, CA 90013 Tel 213.244.5205 Email [EMAIL PROTECTED] Hello Stupid, and welcome to your crappy computer. - Strong Bad,

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Andrew Tyrone
-Original Message- From: Vernon Viehe [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 4:33 PM To: CF-Talk Subject: RE: ColdFusion MX / Studio MX now available! No, sorry, I didn't make it clear. HomeSite+ is a HomeSite5 base, the CF IDE functionality of CFS5, and the

Re: word without word on the server

2002-05-30 Thread Howie Hamlin
Microsoft Word works as an automation server when installed so that other processes can interact with it. So, you need to have Word installed on the server... HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail

milonic menu problems

2002-05-30 Thread Ewok
This is more than likley a problem with the menu and not CF but I figured someone here has probably used it and may have encountered the same problem... Im using the milonic menu from http://www.milonic.co.uk (nice menu) but if a sub nav pops out over a SELECT or CFSELECT form field the nav

Re: word without word on the server

2002-05-30 Thread Howie Hamlin
The format for RTF files is a published spec so you can theoretically write software that conforms to the spec (I've done it so I know it is very possible). You can find the spec on www.wotsit.org Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. -

RE: milonic menu problems

2002-05-30 Thread Timothy Heald
This isn't a problem with CF or the menu. It is a problem with browsers. The only way around this that I have seen so far is to use the ms combo box object (ie only). Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Ewok [mailto:[EMAIL

RE: ColdFusion MX / Studio MX now available!

2002-05-30 Thread Vernon Viehe
It's a standalone application, but it's only sold as part of the Dreamweaver MX (Win) purchase. It's not available for purchase separately. So, is it a separate application altogether or not, and does Macromedia plan to merge the two in the next version of Dreamweaver MX? Gosh, I don't

RE: word without word on the server

2002-05-30 Thread Shawn Grover
I would think this would be the case only if you wanted to use Word objects. As for creating a Word Doc File, I've seen references for the binary format for it. You could always try it that way but I wouldn't recommend it. What if you were to simply create an HTML file, rename it as a .DOC

Re: milonic menu problems

2002-05-30 Thread Ewok
the only browers its NOT doing it in is opera --- Original Message - From: Timothy Heald [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:56 PM Subject: RE: milonic menu problems This isn't a problem with CF or the menu. It is a problem with browsers. The

Re: word without word on the server

2002-05-30 Thread Kevin Miller
Note that Microsoft doesn't recommend this practice, and does not support it. The Office suite was not designed to be used in a multi-user, unattended environment can be quite unstable when used in such a manner. See: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757 Regards,

Re: list delimiters

2002-05-30 Thread Tyler Silcox
Ah-hah...now it's starting to make sense, that's why you can use the ListFind(cgi.whatever, value, \/) for both win and unix boxes...thanks Chris (and everyone else who chipped in) Tyler Silcox email | [EMAIL PROTECTED] - Original Message - From: Chris Lofback [EMAIL PROTECTED] To:

RE: ColdFusion Studio 5.0 trial download?

2002-05-30 Thread UXB Internet
How about CF Server 5.0 is the upgrade from 4.0.1 still available for us slow to adopt and you aren't supporting my web server with MX people? Best regards, Dennis Powers UXB Internet - A Web Design and Hosting Company tel: (203)879-2844 fax: (203)879-6254 http://www.uxbinternet.com/

Re: word without word on the server

2002-05-30 Thread Jann VanOver
I've done as Howie describes, but I would always reverse engineer it. I'd start with a Word Doc, Save as RTF, then analyze the heck out of the resulting file. Use the spec to help read and adapt. Now your server code writes the RTF (which is all ascii) code to a file, names it something.rtf

Re: milonic menu problems

2002-05-30 Thread Ewok
I meant NS6 is the only browser its NOT doing it in.. long day - Original Message - From: Ewok [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 5:08 PM Subject: Re: milonic menu problems the only browers its NOT doing it in is opera --- Original

RE: milonic menu problems

2002-05-30 Thread Bryan Love
try putting the menu in a layer with a greater z-index than the rest of the page. That should solve it. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL

Re: milonic menu problems

2002-05-30 Thread Dave Carabetta
try putting the menu in a layer with a greater z-index than the rest of the page. That should solve it. My understanding is that this won't do anything. It has something to do with form elements having an infinite z-index. Has this changed with the latest browsers (NS6)? Regards, Dave.

OT: Oracle Resources

2002-05-30 Thread Michael Haggerty
Does anyone on this list know of any good resources for someone who is transitioning from MS SQL Server to Oracle? Thanks in advance, M __ Your ad could be here. Monies from ads go to support these lists and provide more

IE 6.0 Bug??

2002-05-30 Thread Brian Scandale
Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text is not displaying... So I hit it with IE 5.5 and all is OK. Next I pulled the View/Source output apart and everything looks OK. Discovered that if I pull the background statement,(SeeBelow) out of the .css

Re: IE 6.0 Bug??

2002-05-30 Thread Critz
oi Brian!! have you tried background-color: ? (dunno if it works) -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30, 2002, 10:00:00 PM, you wrote: BS Just installed on a site that is

RE: IE 6.0 Bug??

2002-05-30 Thread Ken Wilson
Does it like background-color: #66; any better? Ken -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:00 PM To: CF-Talk Subject: IE 6.0 Bug?? Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text

Re: IE 6.0 Bug??

2002-05-30 Thread Jason Miller
2 suggestions 1 - move it into the body tag body { background-color: #66; } 2 - background-color: #66; one of those should do it - I recommend #1 jay miller Brian Scandale wrote: Just installed on a site that is exclusively IE 6.0 and suddenly some very simple text is not

DWMX + CFMX as standalone server

2002-05-30 Thread Patti G. L. Hall
I'm doubting that I'll get the answer I'm looking for, but thought I'd try. I've had this problem for a while, but I've been ignoring it. Now, I'd like to try and resolve the issure if I can. I am using CFMX as a standalone server. On the same machine I have CF5 installed. I want to access

Coldfusion IP Host Banning - Need something stronger

2002-05-30 Thread Jason Miller
Hello all. I posted this 3 days ago - but never came through. Apologize if a duplicate. Hopefully this is not too off topic - I am currently using coldfusion to check IP and refer host for example - cfloop index=IPnum list=#attributes.IPs# delimiters=, cfif #remote_addr# is #IPnum# cfif

Re: word without word on the server

2002-05-30 Thread David Hannum \(Ohio University\)
Check out www.cfcomet.com for some great tutorials on making Word docs from RTF's. I do it all the time. You create a template in word, save it as an RTF. Then, save the RTF as a .CFM file, incorporate your CF tags in the right places to populate areas and voila! Dave - Original Message

OT: scrolling tables

2002-05-30 Thread Critz
oi CF-Talk,!! somewherepossibly on the msdn site I've seen an example where table headers are stationary, but the cells are scrollable. anybody else seen this.or know where some Xamples are? thanks -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

RE: scrolling tables

2002-05-30 Thread Parker, Kevin
I've seen this done with iframe but I'm not sure if its the best solution. ** Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: 08 82332548 f: 08 82332000 m: 0418 806 166 ** -Original Message- From: Critz [mailto:[EMAIL

RE: Access SQL stored procs

2002-05-30 Thread JAIME HOI
hi My stored procedure works fine in Oracle but in MSSQL its not working fine. I wonder why . I get this error Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification Anybody knows why? My stored procedure is CFSTOREDPROC procedure=CHRIS.SP_DECS

Re: OT: Oracle Resources

2002-05-30 Thread Tony Schreiber
Orafaq.com is very helpful. I just tend to put my oracle error number/message into google. Usually works. ;P Does anyone on this list know of any good resources for someone who is transitioning from MS SQL Server to Oracle? Thanks in advance, M

Re: word without word on the server

2002-05-30 Thread Lewis Sellers
On Thu, 30 May 2002 15:35:18 -0500, in cf-talk you wrote: Hi Folks, I don't think this is possible, but I wanted to double check. Is it possible to write a word document on the fly that includes images, or more precisely, headers and footers? I can write the text (body) parts of it without a

Re: Coldfusion IP Host Banning - Need something stronger

2002-05-30 Thread Justin Scott
And this works great. But I have some persistent users that I banned about 15 IP's for 1 person, banned any referrers from their host - and now he is signing on from AOL. You might log their CFID/CFTOKEN (this assumes you're using client/session mgmt of course) and check for that on each page

Re: IE 6.0 Bug??

2002-05-30 Thread Brian Scandale
Changing to ...-color: in the FORM .css file statement effects no-change. it still renders the color and causes the text to not display... unless I drag the scroll bar causing the browser to re-paint the scrolled area of the page. Then the text becomes visible. I don't want the entire

<    1   2   3   >