Free sites for coldfusion

2001-04-09 Thread kishore
Hi all, I am new member to this list. Can anybody tell me the free sites for coldfusion hosting. I am in need of this site for demo purpose. Regards G. KISHORE KUMAR, Mail : [EMAIL PROTECTED] ~~ Structure your ColdFusion code with

Re: Free sites for coldfusion

2001-04-09 Thread Mak Wing Lok
www.cf-developer.net www.cfm-resources.com - Original Message - From: "kishore" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, April 09, 2001 3:17 PM Subject: Free sites for coldfusion Hi all, I am new member to this list. Can anybody tell me the free sites for

Problem with logout

2001-04-09 Thread Haryono ...
Source code logout page cfset structclear(Session) cfcookie name="cfid" expires="NOW" cfcookie name="cftoken" expires="NOW" cfcookie name="cfglobals" expires="NOW" cfcookie name="UserID" expires="NOW" cflocation url="login.cfm" addtoken="no" I use source code above to logout. But when I open

RE: encrypt/decrypt

2001-04-09 Thread Will Swain
Thanks Zach, I'll have a look at that Cheers Will -Original Message- From: Zachary S. Bedell [mailto:[EMAIL PROTECTED]] Sent: 05 April 2001 19:26 To: CF-Talk Subject: RE: encrypt/decrypt -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The values that the CF Encrypt function creates

RE: encrypt/decrypt

2001-04-09 Thread Will Swain
Thanks...it was a number. I'll try converting it first. Cheers Will -Original Message- From: Michailov, Dimitar [mailto:[EMAIL PROTECTED]] Sent: 05 April 2001 16:26 To: CF-Talk Subject: RE: encrypt/decrypt Will: I am not sure if this could be the reason, but the ENCRYPT function

Re: Immediacy in CF

2001-04-09 Thread Dick Applebaum
At 1:36 AM -0400 4/9/01, Nick McClure wrote: The page will have to be reloaded. CF is a server side language. and thus can only be run when there is a request made to the server. Now what you can do is have say a hidden frame, and use JS to reference back and forth between the two. You push the

Re: Immediacy in CF

2001-04-09 Thread Wjreichard
A couple options XML and remote scripting. With XML you can send the data to the client tier or browser. At which point using a XML parser, you can query the the XML document and also insert and delete from it. When all modifications are complete you can post it back to the server. You also

Re: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Richard L Smith
Kelly, This is the first I have heard of it. Where do you get it. Rick - Original Message - From: "Kelly" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, April 07, 2001 12:30 PM Subject: Certified ColdFusion Developer Study Guide Has anyone picked it up yet? I

Re: Problem with logout

2001-04-09 Thread Jon Tillman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try adding cfset StructClear(session) to that and it should work. On Monday 09 April 2001 05:26 am, you wrote: Source code logout page cfset structclear(Session) cfcookie name="cfid" expires="NOW" cfcookie name="cftoken" expires="NOW" cfcookie

Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke
Hey all, I have a shipping and receiving application that allows employees to generate a shipping request via the web. The shipping dept. would like that form to be printed out by the user, but they want one of two things when this happens: 1) Either only allow the maximum number of items

RE: CF_DHTMLMenuItem

2001-04-09 Thread C. Hatton Humphrey
I have used the DHTMLMenu tag with a very large degree of success. The thing to remember is that if you don't set a URL for an entry it *will* link to / (root). Check the docs (I don't have them available at the moment), but there is a way to overcome this. Hatton -Original Message-

RE: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Michailov, Dimitar
Nick: I preordered mine 10 days ago from Amazon and I had it delivered to my door last Thursday (Apr. 5). You should be getting yours soon. In addition to the useful exam preparation material, I like the 15% off coupon from the exam fee (150$) which makes the book almost free. Dimo Michailov

RE: Problem with logout

2001-04-09 Thread Craig Dudley
the cflocation is breaking the cfcookies. Solution, either don't use the cflocation and use a jscript redirect or something, or set the cookles conditionally in another page. this will work.. cfset structclear(Session) cfcookie name="cfid" expires="NOW" cfcookie name="cftoken" expires="NOW"

RE: CF_DHTMLMenuItem

2001-04-09 Thread Duane Boudreau
In NN or IE? If NN make sure the scriptdir attribute is pointing at the right directory and that it contains the files that the tag needs. HTH, Duane -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:25 AM To: CF-Talk Subject: CF_DHTMLMenuItem

RE: CF_DHTMLMenuItem

2001-04-09 Thread ibtoad
A URL for the links in the menu? I can't get the menu to open at this point. Do I need to set a URL for the menu to expand? Rich -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:27 AM To: CF-Talk Subject: RE: CF_DHTMLMenuItem I

OT: Marking

2001-04-09 Thread Aidan Whitehall
Posted on behalf of another developer (whose tried a more appropriate mailing list but with no results). == I developed some ActiveX controls (with VB6) and digitally signed it. I am using them in a web page and if I try to browse that page in IE5.5

Re:Printing, page breaks, and heading info

2001-04-09 Thread Carol Bluestein
Believe you can't use the style=page-break etc. inside a table. So you have to count rows and end your table, put in the break, and start a new table for each page. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply

RE: CF_DHTMLMenuItem

2001-04-09 Thread ibtoad
Can you sen me a url to see how it looks in action. Rich -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:27 AM To: CF-Talk Subject: RE: CF_DHTMLMenuItem I have used the DHTMLMenu tag with a very large degree of success. The thing

RE: CF_DHTMLMenuItem

2001-04-09 Thread ibtoad
OK I have it working in IE now but NN is giving me a javascript error. Also, how do I set the link for the main caption? Rich -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 9:29 AM To: CF-Talk Subject: RE: CF_DHTMLMenuItem In NN or IE?

RE: Marking

2001-04-09 Thread Dave Watts
Posted on behalf of another developer (whose tried a more appropriate mailing list but with no results). == I developed some ActiveX controls (with VB6) and digitally signed it. I am using them in a web page and if I try to browse that page in

SOT: SSL Accelerator Cards

2001-04-09 Thread Bob Silverberg
Does anyone on the list have any experience with SSL Accelerator cards? We are looking for a low-cost card for our server, and as part of our evaluation I'd really appreciate hearing from anyone who has used or looked at these cards. Any recommendations or products to avoid? Thanks, Bob

RE: CF Cert: wait for 5.0?

2001-04-09 Thread John Wilker
As I understand it the current certification will be good through V5. I asked them after I took mine and while they hadn't finalized anything yet, the speculation was that it would be good through at least a version. i.e. 4.5 - 5, at at least. I know MS certs last 2 versions. An MCSE friend of

Re: Free sites for coldfusion

2001-04-09 Thread paul .
--hey Kishore try this man! http://www.cfm-resources.com/ =paulraj On Mon, 09 Apr 2001 12:47:05 kishore wrote: Hi all, I am new member to this list. Can anybody tell me the free sites for coldfusion hosting. I am in need of this site for demo purpose. Regards G. KISHORE KUMAR, Mail :

Re: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Larry C. Lyons
Got mine last week from Fatbrain.com, all in all its about the same price as amazon, and I don't have to support Bezo's ideas on copyright. http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0789725657vm= So far its pretty good - am going through it line by line almost while I prep for

RE: Limiting verity search

2001-04-09 Thread Paul Ihrig
hey Mark. i asked the same question a few months back. the answer i got was no. what you need to do is to create separate indexes then. -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home: [EMAIL PROTECTED] 614 449-1681 icq: 47658358

Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Erika L Walker
I would have posted this to the CF-SQL or CF-Server list, but from the amount of traffic I see on those boards, I was afraid no one would get my question. I also tried to look this up first online but didn't get anywhereso I'm turning to the brilliant members of this list! :-) Where can

Question about CGI Variables Auth User Auth Password

2001-04-09 Thread Kelly Matthews
We are trying to get CF to pass the CGI Variables Auth User and Auth Password. It's supposed to pass your NT login info in those variables, but it's not. Is there something special I need to do?? Kelly ~~ Structure your ColdFusion code with

RE: Question about CGI Variables Auth User Auth Password

2001-04-09 Thread Thomas Chiverton
Those values are only filled in if the web dir. your accessing has been configured for additional NT security (known as NT Challenge / response). -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 4:01 PM To: CF-Talk Subject: Question about

Re: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Marius Milosav
Look at the Merant site. There is a odbc driver that you can download and test ( I can't remember the name exactly. Connect ODBC or something). It's free for one month after that is $4000.00 Install it on your Solaris box. During the installation process you will be able to configure the MS-SQL

Re: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Edward Smith
It's trivial. CF4.5 has the Merant ODBC drivers for MS-SQL, and they configure just like the microsoft ones on NT. We don't use it heavily, but we have had no problems at all. Give it a shot, I doubt you'll have any problems. Erika L Walker wrote: I would have posted this to the CF-SQL or

RE: Question about CGI Variables Auth User Auth Password

2001-04-09 Thread Garza, Jeff
Remove anonymous access from the page/directory, and explicityl give IUSR no permissions on the object. You'll then be prompted to login to access the resource and viola' CGI.Auth_User is populated. Never have gotten CGI.Auth_Password to show anything... HTH Jeff Garza Web Developer/Webmaster

RE: excluding application.cfm from one template

2001-04-09 Thread Craig . Wilson
You would have to place your template in a further subfolder which contains a blank application.cfm. As far as I know that's the only way to do it. -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: 09 April 2001 14:10 To: CF-Talk Subject: excluding application.cfm

RE: excluding application.cfm from one template

2001-04-09 Thread Patricia Lee
The only way is a workaround. Have the template sitting in its very own special sub-directory with an application.cfm file of its own. That's it. |-Original Message- |From: Jay Brushett [mailto:[EMAIL PROTECTED]] |Sent: Monday, April 09, 2001 9:10 AM |To: CF-Talk |Subject: excluding

RE: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Bryan Batchelder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Check out some of the resources there are for PHP connecting to SQL Server. (www.php.net) I know there are other ODBC and SQL Server drivers for UNIX that cost nothing or at least waaay less than 4 large. - --b -Original Message- From:

RE: excluding application.cfm from one template

2001-04-09 Thread Howarth, Craig (IBK-NY)
Two ways that I can think of: 1) Put the template in seperate directory from the rest of your site and place an empty application.cfm in the same directory. 2) In the application.cfm check the value of cgi.path_info for the name of the template and skip the bits you don't want to execute.

RE: excluding application.cfm from one template

2001-04-09 Thread C. Hatton Humphrey
Another idea might be to set up a URL variable that is checked for in the application.cfm file... if the URL contains it, then code the application.cfm to skip whatever it is that it does for every other template. Hatton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Nick McClure
What version of CF do you have? 4.5 came with the Merant(Spelling) drivers for SQL server. I have used them from a Solaris box running CF 4.5 and Netscape Enterprise. At 11:43 AM 4/9/2001 -0400, you wrote: $4000 for a database driver? There is no other way to do this? It was $5000 just for

Re: excluding application.cfm from one template

2001-04-09 Thread Jon Hall
or surround the application.cfm code with a test for the single page. cfif NOT listlast(cgi.script_name) EQ "myPage.cfm" application.cfm code... /cfif jon - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, April 09, 2001 11:46 AM Subject:

RE: excluding application.cfm from one template

2001-04-09 Thread Jay Brushett
Thanks for the reply. I went another route and placed the template outside the sub-folders. Thanks, Jay At 04:46 PM 4/9/2001 +0100, you wrote: You would have to place your template in a further subfolder which contains a blank application.cfm. As far as I know that's the only way to do it.

sql 7.0 vs. sql 2000

2001-04-09 Thread Mike
sql 7.0 vs. sql 2000 What are the advantage and disadvantages? Thanks Mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Marius Milosav
Yes, I know. try to call Merant and see if you can get a better deal. Depending of your particular case they may give you a break. For the project we had implemented, money was not an issue. If you need to access the SQL server constantly than maybe this is the cheapest and solid solution. Any

RE: Printing, page breaks, and heading info

2001-04-09 Thread Adrian Cesana
I have battled the same before in a similar application, using the STYLE=page-break does work but not within a table it seems. IMHO its also very kludgy for these type of apps. If you cant get it working correctly you may want to look into writing a pdf for these documents. -Adrian

cfloop is not working please suggest ..SOS

2001-04-09 Thread paul .
Hi all !.. i am using the following coding But it shows just the first record only not all that records which match the query.. is this cfloop is not working..? But 'indexing' its doing.. please suggest -paul cfloop index=loopcount from=1 to=#qry_get_team_members.recordcount#

RE: excluding application.cfm from one template

2001-04-09 Thread Jay Brushett
The environment variables! Of course. Just what I needed. Thanks, Jay At 12:00 PM 4/9/2001 -0400, you wrote: Two ways that I can think of: 1) Put the template in seperate directory from the rest of your site and place an empty application.cfm in the same directory. 2) In the application.cfm

RE: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Erika L Walker
HUGE SIGH OF RELIEF (Although will make doubly sure when I get my hands on the docs) It is CF 4.5 Enterprise running on Apache. It has not been installed yet on the client's machine and I am doing some background prep work before I talk to the client's IT guy. When I first started searching for

cfloop problem

2001-04-09 Thread paul .
Hi Guys am encpountering a problem with Cfloop.. here is the codiw i have done and , itseems it displays only the first record for the comditions.. but i need all the records that meet the condition.. please help SOS -paul cfloop index=loopcount from=1

Best way to identify users after authentication

2001-04-09 Thread Mark
Hi all, We have a site that a user can log into using a username and password, and then they can update their personal account information. Currently, the user can only access if the username and password match those in the database, and then a cookie is set to be able to identify the user and

Re: cfloop is not working please suggest ..SOS hey Guys please suggest

2001-04-09 Thread paul .
hey guys please do suggest -paul -- On Mon, 09 Apr 2001 09:27:06 paul . wrote: Hi all !.. i am using the following coding But it shows just the first record only not all that records which match the query.. is this cfloop is not working..? But 'indexing' its doing.. please suggest -paul

RE: sql 7.0 vs. sql 2000

2001-04-09 Thread Troy Hiltbrand
SQL Server has 3 advantages to SQL Server 7 1) Functions (A true lifesaver) 2) XML Support (Both into and out of the database) 3) Stability (although I have never had any problems with 7's stability) -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001

RE: Best way to identify users after authentication

2001-04-09 Thread Adkins, Randy
Try Locking your session variables using CFLOCK -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 1:01 PM To: CF-Talk Subject: Best way to identify users after authentication Hi all, We have a site that a user can log into using a username and

RE: cfloop is not working please suggest ..SOS hey Guys please su ggest

2001-04-09 Thread Adkins, Randy
Regarding the cfloop, does the #member_idx# change? If not, maybe there is only one record that matches within the initial team_member query. That would be a starting point to look at. -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 1:02 PM To:

RE: cfloop is not working please suggest ..SOS hey Guys please su ggest

2001-04-09 Thread Garza, Jeff
Why are you using a indexed loop when you can loop on the query??? CFLOOP query="qry_get_team_members" cfif rec_id eq member_idx div align="center"CFOUTPUT#name#/CFOUTPUT/div /cfif /cfloop /font/td cfloop query="qry_get_meetings.recordcount" cfif rec_id eq meeting_idx /cfif /cfloop

Re: Slightly OT: SQL Server Access from Unix

2001-04-09 Thread Edward Smith
CF install on Solaris is really easy. If you are installing Advanced Security, be sure to check out this problem: ColdFusion Server 4.5.1, 4.5.1 SP1, and 4.5.1 SP2: Advanced Security Crashes after 12/1/2000 on Solaris(Article 18666) http://www.allaire.com/Handlers/index.cfm?ID=18666Method=Full

RE: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Terry Bader
i got it... it is nicely put together... it also has a 15% discount for the Cert Test through VUE.com... so, you spend $40+ on the book, but save $22.50 on the test... so for about $20, you can't beat picking it up Terry Bader IT/Web Specialist EDO Corp - Combat

Moreover News Feed

2001-04-09 Thread Vance Duke
I assume there are some people here using the Moreover.com News feed. I was wondering if someone might like to send me links to their site so I might see how you implemented it. I am not much on the "look and feel" side and was looking to get some ideas. Thanks in advance, Vance Duke Sr. CF

RE: CF Cert: wait for 5.0?

2001-04-09 Thread Terry Bader
$150.. www.vue.com/allaire Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL PROTECTED] icq: 5202487 aim: lv2bounce

RE: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Terry Bader
guess i didnt need to repeat everything you just said... but it is worth repeating... =^) Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL

RE: update numeric SubString?

2001-04-09 Thread Adrian Cesana
Anyone have any idea as to why this would result in a NULL when run thru CF but when executed thru T-SQL works ok??? UPDATE mytable SET switch = left(switch, 3) + '1' + right(switch , len(switch) -4) WHERE po = 236107 DB: SQL7 (switch = numeric field) CF: 4.01 -Adrian

Re: cfloop is not working please suggest ..SOS hey Guys please suggest

2001-04-09 Thread Chang Liu
cfloop query="qry_get_team_members" cfoutput cfif #rec_id# eq #member_idx# div align="center"#name# /div /cfif /cfoutput /cfloop /font/td cfloop query="qry_get_meetings" cfif rec_id eq meeting_idx

RE: cfloop is not working please suggest ..

2001-04-09 Thread paul .
--well jeff thanks.. but am indexing because i need to make the members display first and make them absentees for the meeting.. the issue is am adding the members and indexing them and make them absent later. here the case is am adding them.. its fine and and displays the first added person..

RE: sql 7.0 vs. sql 2000

2001-04-09 Thread Bob Silverberg
Although it's not a major reason to upgrade, the client tools that come with SS2K contain some nice enhancements. If you're building complex stored procedures, Query Analyzer's built in SP debugger is an excellent tool. One thing to keep in mind - I've heard from a number of reliable sources

Re: Moreover News Feed

2001-04-09 Thread Mary_Baotic
We are using it here for our portal. Our portal is inside our firewall, however I can send you some code snippets if you like. Mary "Vance

RE: cfloop is not working please suggest ..

2001-04-09 Thread paul .
Hi randy thanks well the member-idx changes.. well the system goes like this.. am adding the members one after another. and by using cfloop and index am making the members made absent by deleting them individually later . for that i need to display all the added member got it..? please do

NT event log grabber / reader???

2001-04-09 Thread Mark W. Breneman
Has anyone built a Custom tag, or other wise, that can display the NT event log on a HTML page or e-mail? I have checked the Developers Exchange. Only thing there is tags to write to the event log. Thanks Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL

RE: NT event log grabber / reader???

2001-04-09 Thread Tumy, Brad
Ben Forta wrote a tag to display the event log...I am pretty sure about this...I would do a search for all tags written by Forta -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 2:15 PM To: CF-Talk Subject: NT event log grabber / reader???

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
A scheduled task queries MoreOver once an hour (or when the page below first loads) and deserializes the WDDX feed into a query that is stored in the application scope. Anyway, the actual display is nothing terribly interesting. We just use the extra content to liven up the site a bit.

RE: cfloop is not working please suggest ..

2001-04-09 Thread Garza, Jeff
Ok, so what is the output of qry_get_team_members and qry_get_meetings. Are you returning the proper resultsets from these queries? Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: paul .

Re:Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke
Thanks, Carol and Adrian! Since I'm doing alot of complex looping, conditionals and variable setting within my display block (and heck, just cuz I'm lazy today ;), I don't want to go back in and change alot of code. I can deal with not having the nice page breaks. But, do either of you know

ODBC Error

2001-04-09 Thread CF Crazy
I was using a new tag(not a tag just a single page) from the Allaire Dev Gallery. It says that I need to set a system database in my Administrator. I have never done that. What is a System Database? I tried picking the same database as my Data source but it FAILED! Please Help?

QUERY PROBLEM

2001-04-09 Thread brian
I am trying to pull the next baseball game from a schedule I have in an Access database. When it processes it pulls the next game to a degree. If there is a game today it will not pull that game. Example there is a game today 4/9/2001 and the ext game it displays is 4/10/2001 Any ideas? cfset

Moreover News Feed

2001-04-09 Thread Jeff Small
Okay, maybe I live under a rock or something, but I gotta ask. What exactly *is* the moreover news feed? Is it a news service that lets you use that cfhttp tag and pull news stuff from their site? Does it cost money? How does it work? It seems really cool on your site, and I'm curious as to how

RE: ODBC Error

2001-04-09 Thread McGuckin, Chris
It probably means that the datasource you want to access needs to be a system DSN, meaning that the sytem has control over the datasource, as opposed to file or user DSNs. Is your current datasource a user DSN, file DSN, or system DSN? Check the ODBC Datasource Administration (under the control

Re: encrypt/decrypt

2001-04-09 Thread Lewis Steven
You can also use: cfusion_encrypt() and cfusion_decrypt(). cfusion_encrypt() encrypts the text to numbers and it is DB safe. Steve Will Swain wrote: Thanks Zach, I'll have a look at that Cheers Will -Original Message- From: Zachary S. Bedell [mailto:[EMAIL PROTECTED]]

Re:Printing, page breaks, and heading info

2001-04-09 Thread Terri Stocke
Okay, I moved it and tried it in the body, and then in a paragraph tag. Both instances caused the blue screen when I tried to print (it still printed, but killed my PC). So, I guess I either need to find a way to print the top info I want on every page, or if that is not possible with just CF

SMTP Server

2001-04-09 Thread Brian Thornton
We have client that is hosting offsite. They now have the need to generating email messages via CFMAIL. Anyone know of a company we can send through for a monthly fee without moving locations? ~~ Structure your ColdFusion code with Fusebox.

RE: cfloop is not working please suggest ..

2001-04-09 Thread paul .
Hi Jeff!. qry_get_team_members returns the members who and all added .. please have a look at this this is the code.. --- cfoutput query=qry_get_single_meeting_attendees group=meeting_idx tr align="center" valign="top" bgcolor="##FF" td valign="top"

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
The service we are discussing is offered free of charge by MoreOver.com. They provide categorically organized news feeds, updated by hand by their own staff members. The news feeds are provided in several different formats, one of which is WDDX. Because MoreOver is only providing bibliographic

RE: QUERY PROBLEM

2001-04-09 Thread Todd Stanley
Date is probably a date/time function. So your definition of 'today' needs to be a little more exact. My point being, you probably have the date (4/9/2001) stored as: 04/09/2001 00:00:00.000 and when you do the now() function Access is seeing that as 04/09/2001 15:30:29.001 which is actually

RE: QUERY PROBLEM

2001-04-09 Thread Truman Esmond III
Comparing dates are fun - here's a couple suggestions: -check your formatting of the date object you're comparing and format your where-clause date to be exactly the same format as appears in the DB (i.e. smalldate time, ODBC d/t obj. etc.); relying on the auto conversion within ODBC has yielded

Re: SMTP Server

2001-04-09 Thread Nick McClure
Any reason why you can't run your own smtp server? At 12:16 PM 4/9/2001 -0700, you wrote: We have client that is hosting offsite. They now have the need to generating email messages via CFMAIL. Anyone know of a company we can send through for a monthly fee without moving locations?

Re: SMTP Server

2001-04-09 Thread savan . thongvanh
huh? "Brian Thornton" [EMAIL PROTECTED] on 04/09/2001 02:16:29 PM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: SMTP Server We have client that is hosting offsite. They now have the need to generating email messages via CFMAIL. Anyone know of a

Re: Moreover News Feed

2001-04-09 Thread Dave Hannum
Not to be picky, but there's a blatant typo on your site. On the "My Diet" page, under "Add Your Foods" you've got "locate" spelled "loate". g (BTW - nobody's worse than me at making typos) Dave - Original Message - From: "Benjamin S. Rogers" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

Re: Moreover News Feed

2001-04-09 Thread Dave Hannum
Just a little FYI on my experience using the news feeds, whether it's from Moreover.com or iSyndicate.com. Your best bet is to run a background harvesting app and put the links, headlines and source info into a local database and call it up from there. Experience with both of these has taught

RE: QUERY PROBLEM

2001-04-09 Thread brian
My formatting for the dates in the database is m/d/ It matches my today variable. Also if there isnt a game today I want tit to display the next game. It is a Date/Time object in the database. Thanks -Original Message- From: Truman Esmond III [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: SMTP Server

2001-04-09 Thread Brian bouldernet
Don't have one we outsource it for virus protection etc... - Original Message - From: "Nick McClure" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, April 09, 2001 12:37 PM Subject: Re: SMTP Server Any reason why you can't run your own smtp server? At 12:16 PM

RE: Moreover News Feed

2001-04-09 Thread Benjamin S. Rogers
Next time, you may want to avoid off topic post and spare the developer the public criticism by sending a message directly to the developer, the company hosting the site, or to the contact address listed on the site. In any case, I'll pass on your observation to the appropriate FoodCount.com

RE: SMTP Server

2001-04-09 Thread Cameron Childress
For SMTP, you should usually be allowed to use the ISP's mailserver. They almost always will aloow you to send outgoing mail through their server, even if you don't use them for your POP accounts. -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963

RE: Certified ColdFusion Developer Study Guide

2001-04-09 Thread Peter J. MacDonald
My Company ordered it and we had it last week. I have not looked at it yet. 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:

odbc ole-db

2001-04-09 Thread Mike
odbc ole-db What is the deference's? Is there any advantage or disadvantage over one or the other? Thanks for the answers on the last question you guys are a life saver! Thanks Mike ~~ Structure your ColdFusion code with Fusebox. Get the

Little OT: Security on NT, IIS, and CF

2001-04-09 Thread Robert Everland
Ok we are about to go live here soon and am looking at Security to really lock down the servers. Now I know people can append things to the url I check for that, or add things to a form, I check for that also. Only thing I need to know is if there is still a security lax with MDAC where

RE: SMTP Server

2001-04-09 Thread Tumy, Brad
can't you just use pop3.microsoft.com like everyone else in the free world :) sorry, just kidding. Check with your host...most of them have SMTP configured. -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 4:23 PM To: CF-Talk Subject:

RE: QUERY PROBLEM

2001-04-09 Thread Peter J. MacDonald
Order BY GDATE 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: [EMAIL PROTECTED]

Re: SMTP Server

2001-04-09 Thread Jon Hall
Can you install cfx tags? If so, this would be yet another recomendation for coolfusion.com's cfx_ims mail server... ;-) It's a cfx smtp server. However I dont see the reason for not runnng an smtp server...If the server is not yours, and the smtp server for bouldernetwork.com cant be configured

Re: CF Cert: wait for 5.0?

2001-04-09 Thread Marc Garrett
Thanks guys. Marc "Terry Bader" [EMAIL PROTECTED] wrote in message 210EF7B72E71D311903D00105AA333DF51C6F2@EXCHANGESERVER">news:210EF7B72E71D311903D00105AA333DF51C6F2@EXCHANGESERVER... $150.. www.vue.com/allaire ~~ Structure your

RE: odbc ole-db, stored proc

2001-04-09 Thread dm
running a stored procedure on sql server 2k. sp executes fine from query analyzer and returns a result. when i try to call the sp from cf using either cfquery or cfstoredproc i get a 'query does not exist error' on the output. that was/is on an OLEDB connection. added an odbc datasource and the

Re: Little OT: Security on NT, IIS, and CF

2001-04-09 Thread Jon Hall
Dont forget msadc... Here is a nice little list of ways MS is making hackers job easier everyday. http://www.guninski.com/win2k.html jon - Original Message - From: "Robert Everland" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, April 09, 2001 4:13 PM Subject: Little

RE: Little OT: Security on NT, IIS, and CF

2001-04-09 Thread Bob Silverberg
You may already have covered this, but to avoid people sending bad SQL (like a drop table statement) to your db, make sure that all numeric fields being passed to the database are surrounded by the Val function: Don't do: SELECT * FROM MyTable WHERE MyId = #form.MyId# Do: SELECT * FROM

RE: Little OT: Security on NT, IIS, and CF

2001-04-09 Thread Terry Bader
can ppl upload files to your site?? if so are they restricted on the file types? (dont want any cfm or any other executables uploaded) if not, have you restricted the REGISTRY, CFDIRECTORY adn CFFILE in CF ADMIN?? are you on NT4 with IIS?? make sure the Update for the .htr has been installed

Re: encrypt/decrypt

2001-04-09 Thread Jim Gurfein
I've checked normal resources and can't find any documentation on cfusion_encrypt() and cfusion_decrypt(). Am I missing something? At 03:10 PM 4/9/01 -0400, you wrote: You can also use: cfusion_encrypt() and cfusion_decrypt(). cfusion_encrypt() encrypts the text to numbers and it is DB safe.

Movie Show Time Feed (was: RE: Moreover News Feed)

2001-04-09 Thread Benjamin S. Rogers
I don't suppose anyone has found a service similar to Moreover or iSyndicate that feeds national movie show times and other pertinent information about movies (e.g. reviews, theater locations, etc.)? Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057

  1   2   >