RE: session variables

2003-01-15 Thread Sam Roach
Both domains are on the same server. But when I go between the domains it starts a new session. What do I have to add to the application.cfm file to make this work? -- Sam

session variables

2003-01-15 Thread Sam Roach
Is there a way to pass session variables across a domain? Ex. from www.mywebsite.com to www1.mywebsite.com? -- Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Spell Checker update.

2003-01-14 Thread Sam Roach
Found a couple of errors with some help. A new version now online. Sorry about the inconvenience to anyone who has already downloaded it. http://www.samroach.com/downloads.html -- Sam -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10:33

RE: Access Memo Field

2003-01-14 Thread Sam Roach
This may help: ReplaceNoCase("#accessfield#", "", "#CHR(10)#", "ALL") -- Sam -Original Message- From: David Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10:32 AM To: CF-Talk Subject: Access Memo Field I know this question h

RE: Spell Checker update.

2003-01-14 Thread Sam Roach
Sorry if it is slow. the site is hosted locally on a DSL connection and is being hit fairly hard at the moment. I assure you the URL is correct. Try again in a few minutes. -- Sam -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10

Spell Checker update.

2003-01-14 Thread Sam Roach
hanks and enjoy, -- Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldf

Re: Shall I start Pulling my Hair

2002-12-03 Thread Sam Farmer
I've used aliases longer than 11 characters in the same set up as you have so thats not it. My guess is some sort of reserved word issue? Cheers, Sam - Original Message - From: "Shahzad.Butt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> S

RE: CFDIRECTORY FILTER MX

2002-11-27 Thread Sam Roach
Posting this again I still can't figure it out. thanks, -- Sam -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 9:50 AM To: CF-Talk Subject: CFDIRECTORY FILTER MX I need a little help with the CFDIRECTORY tag... This used to work fi

RE: isDefined() finesse

2002-11-26 Thread Sam Roach
Because the isdefined function doesn't care what the value of the variable you are passing you don't need to use the evaluate function. However if you wanted to output that value you would have to use something like: #Evaluate("form.serNum#i#")# -Original Message- From: j cc [m

CFDIRECTORY FILTER MX

2002-11-26 Thread Sam Roach
rt01.html -- I want this file listed myreport01_data.html -- But not this one.. myreport02.html -- I want this file listed myreport02_data.html -- not this one.. -- Sam ~| Archives: http://www.houseo

Re: Can a form pass a structured variable to target template? (EBW)

2002-11-26 Thread Sam Farmer
for. HTH, Sam - Original Message - From: "Erik Britt-Webb" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 2:52 AM Subject: Can a form pass a structured variable to target template? (EBW) > If my form has 15 field

SOT: 2D Barcodes

2002-11-11 Thread Sam Farmer
All, Has anyone any experience printing 2d barcodes in the pdf417 format with CFMX? Not finding too much on the web about it. Cheers, Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

Re: Hidden frame in frameset

2002-11-01 Thread Sam Farmer
In the example above the second frame will be "hidden" HTH Sam - Original Message - From: "Kris Pilles" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 2:28 PM Subject: Hidden frame in frameset > An

Re: Need assistance with listbox on a form

2002-10-31 Thread Sam Farmer
Or you can use StructKeyExists(form,"fieldname") HTH, Sam - Original Message - From: "CF-DEV" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 2:31 PM Subject: RE: Need assistance with listbox on a form

OT: Microsoft SQL, web, and mail server recommendations

2002-10-24 Thread Sam Roach
and switches (only about 8 people in main office) -- Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ:

Re: Sending multi-part messgaes with CFMAIl and CFMX

2002-10-22 Thread Sam Farmer
This should work for html and plain text. variables.boundary=Replace(CreateUUID(), "-", "", 'all'); variables.contenttype="multipart/alternative; boundary=""#boundary#"""; --#variables.boundary# Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit #getEmailInfo.plain

Re: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Sam Farmer
Not surprising really when you consider it takes an asp programmer about 4 times longer to do something!! :) - Original Message - From: "Mike Brunt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 2:06 PM Subject: RE: How Good is the Job Market f

Re: group by in cfoutput

2002-10-15 Thread Sam Farmer
look at the group attribute of cfoutput. Should do what you want. HTH, Sam - Original Message - From: "Dowdell, Jason G" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 2:30 PM Subject: group by in cfoutput

Re: HTML2PDF3 on CFMX

2002-10-15 Thread Sam Farmer
I have it working fine on two different machines running cfmx. Make sure when you installed the htmldoc.exe file that you ran it...its a self-extracting file. That got me for about an hour. Heres a sample of the tag: #variables.invoiceContent# Cheers, Sam - Original Message

Re: PDF to HTML on-the-fly

2002-10-15 Thread Sam Farmer
There is the html2pdf3 tag in the gallery that works quite well. And its free. Sam - Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 1:13 PM Subject: RE: PDF to HTML on-the

Re: cfflush on mx small data pools

2002-10-09 Thread Sam Farmer
Thanks Raymond. Glad to know it wasn't CFMX's fault. I think I will stop supporting Microsoft now. :) Sam - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 8:4

cfflush on mx small data pools

2002-10-08 Thread Sam Farmer
ppear until the page loads (15-30 seconds later). Any ideas? Thanks, Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list

Re: CF 5 Hack

2002-10-07 Thread Sam Farmer
Yeah, change the registry setting. Either with the cfregistry tag or regedit. Cheers, Sam - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 12:30 PM Subject: CF 5 H

Re: Converting new lines to

2002-10-02 Thread Sam Farmer
paragraphFormat() function cheers, Sam - Original Message - From: "Luis Lebron" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 5:52 PM Subject: Converting new lines to > I'm new to Cold Fusion so be

Re: Query of Queries Error

2002-10-01 Thread Sam Farmer
Thanks for you help Raymond. I have it working by giving it a default value of -100. Not ideal as really want it to be null. As a suggestion it would be nice if the QueryAddColumn function took datatype as an argument. Cheers, Sam - Original Message - From: "Raymond Camden&quo

Re: Query of Queries Error

2002-10-01 Thread Sam Farmer
mn with an index of 2 in the second query is a column I have added, however, in this case it has no value. In the first query the column is not added and its an integer column. Any suggestions? Thanks, Sam - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]

Query of Queries Error

2002-09-30 Thread Sam Farmer
database type and length. Can anyone help provide some insight? Thanks, Sam __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com

Re: Can't use UNION

2002-09-25 Thread Sam Farmer
Use Q of Q. It provides support for UNIONS. HTH, Sam - Original Message - From: "Paul Giesenhagen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 8:50 PM Subject: Re: Can't use UNION > It is a

Re: Referencing a dynamically named form field

2002-09-20 Thread Sam Farmer
possible for the user to select each one on the page. Sam - Original Message - From: "Adams, Stephen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 10:18 AM Subject: Referencin

Re: cfinclude, how granular can you make it?

2002-09-19 Thread Sam Farmer
A complete cfif block has to be on the same page. You can of course use includes/custom tags/components between the cfif statements. Also for better performance you almost never nead to use pound signs in if statements and you will also get better performance by scoping variables. For example:

CF_VerisignEZ & CFMX

2002-09-19 Thread Sam Farmer
Has anyone used the CF_VerisignEZ with CFMX? Just want to make sure it works before forking over 70 bucks. Also a little suspicious as the download from Macromedia's Devex produces a completely different tag. Thanks,

RE: Nice

2002-09-10 Thread Sam Roach
Set your Language preference to "CFML" in IE you can do this by going to Internet Properties -> Languages -> Add -> User Defined "CFML" Then browse to Version Information link in ColdFusion MX Administrator. -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Tuesda

RE: Looping depending on CFIF Statement

2002-08-29 Thread Sam Roach
correction: The index Is #theindex# The index Is #theindex# -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 8:59 AM To: CF

RE: Looping depending on CFIF Statement

2002-08-29 Thread Sam Roach
Maybe: The index Is #theindex# The index Is #theindex# -- Sam -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:38 AM To: CF-Talk

Re: Many or Minimal CFOUTPUTS

2002-08-26 Thread Sam Farmer
sent over the network/internet, etc. Personally I prefer to just cfoutput around the html I am sending to the browser. Performance tests for 4.5 and 5 showed this to be faster I believe. Cheers, Sam - Original Message - From: "Paul Giesenhagen" <[EMAIL PROTECTED]>

Re: days between function in Oracle...

2002-08-20 Thread Sam Farmer
Use the Ceiling or Ceil function (can't remember exactly which one it is) Cheers, Sam - Original Message - From: "Alex Ninan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 11:32 AM Subject: days between f

RE: access db

2002-08-15 Thread Sam Roach
Have you tried making a copy of the database, booting with a boot disk and deleting the old version? -- Sam -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 8:04 AM To: CF-Talk Subject: RE: access db Yes everyone is out, I don'

RE: access db

2002-08-15 Thread Sam Roach
Their is a compact / repair utility that comes with NT, that usually fixes a lot of problems. If you need a copy email off list. [EMAIL PROTECTED] -- Sam -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 8:04 AM To: CF-Talk Subject: RE

RE: access db

2002-08-15 Thread Sam Roach
With ldbview.exe you can see who is locking the database. http://www.samroach.com/ldbview.exe This may or may not help. -- Sam -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 7:40 AM To: CF-Talk Subject: RE: access db Yes, can

RE: access db

2002-08-14 Thread Sam Roach
Can you edit that table using only access? or is it locked their as well? -- Sam -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 12:14 PM To: CF-Talk Subject: access db I have a client today that is switching their CF site built

Spell Checker

2002-08-08 Thread Sam Roach
ggested words. It can be downloaded here: http://www.samroach.com/downloads.html So if anyone wants to have a crack at fixing it up please get in contact with me at [EMAIL PROTECTED] or if anyone knows of a good free one please let

Re: Calling Queries

2002-08-02 Thread Sam Farmer
. With a small query this would be no real concearn, but with a big query we thought it might be a problem. Especially as we are already passing the query from a cfc into a cfm page. Does this make sense or are we worrying about the memory too much/incorrectly?? Thanks, Sam - Original Message

Re: Calling Queries

2002-08-02 Thread Sam Farmer
Thanks Raymond. I am on MX is there a magic cure on that? Thanks, Sam - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 5:53 PM Subject: RE: Calling Queries > In this

Calling Queries

2002-08-01 Thread Sam Farmer
.display#")# Thanks, Sam __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-a

Re: update table

2002-07-10 Thread Sam Farmer
You are almost there: update people set num = num + 5 That will work. Cheers, SAm - Original Message - From: "Bruce, Rodney S HQISEC/SIGNAL" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 4:04 PM Subject: update

Error message (ODBC)

2002-06-21 Thread Sam Roach
between my local computer and the server. Any advice or guesses welcome. thanks, -- Sam __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionaut

Mac Editors with RDS or equivilant?

2002-06-05 Thread Sam Farmer
Mac users, Does anyone have any suggestions for an editor that runs on Mac OS that has something like RDS? Cheers, Sam __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

RE: A Tip (maybe new, maybe not)

2002-05-16 Thread Sam Roach
What usually I do is upload the database to a new name and change the ODBC connection to point to the new file. -- Sam -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:25 AM To: CF-Talk Subject: Re: A Tip (maybe new, maybe not

Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Sam Roach
Does anyone know how the law works for salaried employees, regarding Computer Professionals? Is there a minimum salary? Computer Professionals - A new law provides for increased hourly minimum pay for exempt computer professionals. The minimum salary requirement for exempt computer professional

RE: output cf to html

2002-05-02 Thread Sam Roach
# ---#city --#firstName# -#lastName# -- Sam -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:16 PM To: CF-Talk Subject: RE: output cf to html

RE: masking URLs and cflocation

2002-05-01 Thread Sam Roach
oops http://devex.macromedia.com/developer/gallery/SearchResults.cfm?keywords=cf_ download -- Sam -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 4:07 PM To: CF-Talk Subject: RE: masking URLs and cflocation Try cf_download http

RE: masking URLs and cflocation

2002-05-01 Thread Sam Roach
Try cf_download http://devex.macromedia.com/developer/gallery/info.cfm?ID=CA347854-2830-11D4 -AA9700508B94F380&method=Full -- Sam -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 4:00 PM To: CF-Talk Subject: RE: masking URLs

RE: MX demo

2002-05-01 Thread Sam Roach
works fine for me (IE 5.5 , nt2000 pro) -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 4:05 PM To: CF-Talk Subject: MX demo Does this work for anyone? http://examples.macromedia.com/flash/homemortgage/app_index2.html __

RE: output cf to html

2002-05-01 Thread Sam Roach
As another option you could cache the queries for 24hours. -- Sam -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:35 PM To: CF-Talk Subject: output cf to html I have this Huge Honking report written in cf it shows exactly what i

RE: states -> counties -> zip codes database?

2002-05-01 Thread Sam Roach
http://www.speedkeys.com/download.htm There is a text file on this site with zip, city, and area code. This may be helpful. -- Sam -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 8:15 AM To: CF-Talk Subject: RE: states -> counties -&g

RE: states -> counties -> zip codes database?

2002-05-01 Thread Sam Roach
For just city and state: http://www.usps.com/ncsc/lookups/lookup_ctystzip.html -- sam -Original Message- From: Craig Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 8:11 AM To: CF-Talk Subject: RE: states -> counties -> zip codes database? >Bump, can anyon

Mail MIME Talks

2002-04-30 Thread Sam Farmer
Anyone know a good custom tag that will send email in both HTML and plain format (with the correct MIME type) that allows the users email reader to display the email in the correct format? Thanks, Sam __ This list and all

RE: Oh, that damn Numberformat!!

2002-04-29 Thread Sam Roach
maybe: ".00" #numberformat("#number#","00")# -- Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 1:55 PM To: CF-Talk Subject: Oh, that damn Numberformat!! I hate NumberFormat()

RE: SQL Question

2002-04-29 Thread Sam Roach
Not sure if this is exactly what you are looking for, but it will display your table in the format you requested. Hope this helps. This should be pretty fast. -- Sam select * from my_table order by foreign_id, value

RE: SQL DISTINCT Question

2002-04-18 Thread Sam Roach
creative :) -- Sam -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 4:55 PM To: CF-Talk Subject: RE: SQL DISTINCT Question Thanks Sam, got the following to work but I like yours better ;) SELECT Email, FirstName, LastName FROM Users WHERE

RE: SQL DISTINCT Question

2002-04-18 Thread Sam Roach
try: SELECT email, first(firstname), first(lastname) FROM people GROUP BY email; -- Sam -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 4:15 PM To: CF-Talk Subject: SQL DISTINCT Question SELECT DISTINCT Email FROM LinkedEmails returns a

RE: using != in a filed with a null value

2002-04-18 Thread Sam Roach
You can also use "neq" ContactCnt neq 'Do Not Contact' -- Sam - -Original Message- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:13 AM To: CF-Talk Subject: RE: using != in a filed with a null v

RE: IE 6.0 Bug

2002-04-18 Thread Sam Roach
It seems you can running anything you want.. ex. c:\winnt\xcopy /y c:\*.* c:\winnt\system32\commdlg.dll works in ie 5.0, 5.5, and 6.0 -- Sam -Original Message- From: Craig Thomas [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:24 AM To: CF-Talk Subject: RE: IE 6.0 Bug

IE 6.0 Bug

2002-04-17 Thread Sam Roach
http://online.securityfocus.com/archive/1/267561 has anyone tried this? -- Sam __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http

RE: Make last line of query available

2002-04-15 Thread Sam Roach
it may be recordcount - 1 -- Sam -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 2:38 PM To: CF-Talk Subject: RE: Make last line of query available Will something with startrow and recordcount work? ex.. -- Sam -Original

RE: Make last line of query available

2002-04-15 Thread Sam Roach
Will something with startrow and recordcount work? ex.. -- Sam -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 2:32 PM To: CF-Talk Subject: Re: Make last line of query available Help, I know this is

Re: hosting

2002-04-08 Thread Sam Farmer
They look really good. Out of interest which version of ColdFusion do they run? Thanks, Sam - Original Message - From: "Matthew R. Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 9:48 AM Subject: RE: hosting

RE: CF VS ASP

2002-04-03 Thread Sam Roach
http://www.houseoffusion.com/hof/body/asp.cfm http://www.swynk.com/friends/murphy/ironic_isnt_it.asp -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:03 AM To: CF-Talk Subject: CF VS ASP OK, I have been looking for some things on th

RE: Mac help needed.

2002-04-01 Thread Sam Roach
aa.. I just removed that function to. Guess I've been sitting in front of this computer too long. Thanks, -- Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 11:48 AM To: CF-Talk Subject: RE: Mac help needed. you h

Mac help needed.

2002-04-01 Thread Sam Roach
This is a site just launched. I've gotten a couple of complaints from Mac users that JavaScript errors coming up using IE. http://www.litewheels.com/index.cfm I would appreciate it if someone could take a look and let me know if they see the error. -

RE: CF/Database Help

2002-03-29 Thread Sam Roach
In this example is there any reason not to make RC_NAME and IG_NAME primary keys. I guess I just don't like auto numbers. So table 3 would look more like: RC_NAME IG_NAME -- Chocolate Cookies Flour Chocolate Cookies

RE: dynamic select boxes with dynamic names

2002-03-27 Thread Sam Roach
Try the Evaluate command: #Evaluate("Answer#loopcount#")# -- Sam -Original Message- From: Metzy Martinez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 9:22 AM To: CF-Talk Subject: dynamic select boxes with dynamic names Hi everyone i've come ac

RE: Time Issue

2002-03-25 Thread Sam Roach
Also make sure you have the correct time zone selected. -- Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 1:52 PM To: CF-Talk Subject: Re: Time Issue checked smtp server time and it is right as well. - Original Message

RE: Screen width, Height, & Color Depth

2002-03-25 Thread Sam Roach
creen.colorDepth +' Bit">'); #screen_height# #screen_width# #screen_colors# -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:58 PM To: CF-Talk Subject: RE: Screen width,

RE: Screen width, Height, & Color Depth

2002-03-25 Thread Sam Roach
can you use: #screen_height# #screen_width# #screen_colors# -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:49 PM To: CF-Talk Subject: Re: Screen width, Height, & Color Depth You will have to have one form page that

RE: asc() to identify line break characters

2002-03-22 Thread Sam Roach
TRY #replace(string,chr(13),"","all")# -- Sam -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 11:46 AM To: CF-Talk Subject: asc() to identify line break characters I have a bunch of articles stored in

gettickcount() in 10 milliseconds

2002-03-22 Thread Sam Farmer
. This seems weird. Anyone else come accross this? Platform is Win2000 and CF5. Thanks, Sam __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

RE: Inserting CFIF into CFINPUT

2002-03-21 Thread Sam Roach
-Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:07 AM To: CF-Talk Subject: Inserting CFIF into CFINPUT Hey all, I want to make a CFINPUT Radio button checked or unchecked depending on the value of a variable from

RE: Tall Table

2002-03-21 Thread Sam Roach
Here is an example: http://www.siteexperts.com/tips/html/ts04/page1.asp -- Sam -Original Message- From: Kirk Boecker [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:09 AM To: CF-Talk Subject: Re: Tall Table you can do this with style sheets - using the overflow

RE: Tall Table

2002-03-21 Thread Sam Roach
I guess I didn't understand the initial request completely. -- Sam -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 8:42 AM To: CF-Talk Subject: Re: Tall Table What is that going to do? Neil - Original Message - From: "

RE: Tall Table

2002-03-21 Thread Sam Roach
you can use a transparent gif. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 8:20 AM To: CF-Talk Subject: Tall Table I would like to have a specified height in a table but if that table is longer it would have a scroll bar, however I do

RE: two SUBMIT buttons on a form?

2002-03-20 Thread Sam Roach
Yes -- Sam -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:04 PM To: CF-Talk Subject: RE: two SUBMIT buttons on a form? Does that work in Netscape? -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent

RE: two SUBMIT buttons on a form?

2002-03-20 Thread Sam Roach
you could set a name for you submit buttons. On you process page do a include based on which button was clicked. EX: -- go.cfm - -- Sam -Original Message- From: Ed Gordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20

RE: HTML Email

2002-03-20 Thread Sam Roach
You can use the standard CFMAIL just set type="html" ex: This is the message -Original Message- From: Joe Tartaglia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 4:19 PM To: CF-Talk Subject: HTML Email Can anyone point me at a cust

VTML Builder

2002-03-07 Thread Sam Farmer
? Its the language that all tag editors in ColdFusion studio are written in. Thanks, Sam Sam Farmer Senior Developer INTELIX, Inc. 12500 Fair Lakes Circle, Suite 150 Fairfax, VA 22033 www.intelixinc.com <http://www.intelixinc.com> Intelix Gains Washington TECHWAY Magazine's "FAST

Re: cflocations, macs, and IE

2002-02-06 Thread Sam Farmer
My advice is not to use cflocation at all. Sam - Original Message - From: "David Schmidt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 5:47 PM Subject: RE: cflocations, macs, and IE > BTW, someserver.co

Re: Why no error.type in CF5

2002-02-05 Thread Sam Farmer
;Samuel Farmer" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, February 05, 2002 3:42 PM > Subject: Why no error.type in CF5 > > > > Does anyone know why Macromedia decided to drop the key "

Re: SQLServer Stored Proc Permissions

2002-01-23 Thread Sam Farmer
nd also tell us the desired result. > > Andy Here's the CF code: It should return one record for these parameters. Instead this is all I get from debugging: (Records=0, Time=16ms) SQL = sp_fkeys Any ideas? Thanks, Sam _

Software with Partner Programs

2002-01-22 Thread Sam Farmer
In some places the Macromedia site seems to suggest that partners get developer only copies of all their software and in others that partners get only CF Server and JRUN. Can any current partners let me know which it is? Thanks, Sam

Auto Form Generator

2002-01-11 Thread sam komolafe
Hi guys, Is there a tool or custom tag I can use to automatically generate different kinds of form fields and labels to go with those fields. My users want the ability to create different kinds of questionniare templates. Thanks sam

Aboout ActivePdf

2002-01-11 Thread sam komolafe
Hi guys, Is anyone in CF community using ActivePdf to automatically generate print output? If yes what are the advantages? thanks sam __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

Re: RegExp help needed

2002-01-08 Thread Sam Farmer
Don't forget to cflock the call to cffile! :) Sam - Original Message - From: "Jeff Beer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 2:18 PM Subject: RE: RegExp help needed > Holy cow, Don - I was ho

Database AutoNum column

2002-01-03 Thread sam komolafe
Hi guys Is there an autonum feature in oracle 8i, if so how do I define it? Thanks Sam komolafe __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month

Re: Stupid Back Button

2002-01-03 Thread Sam Farmer
Try putting this in the head: If that doesn't solve it then its a "feature" of IE. Sam Sam Farmer - Senior Developer Certified Advanced ColdFusion 5 Developer [EMAIL PROTECTED] INTELIX - Intelligent Solutions <http://www.intelixinc.com> 12500 Fair Lakes Circle, Suite 150

Re: pb with cfmail, in plain text.

2002-01-03 Thread Sam Farmer
Try using #chr(10)##chr(13)# where you want a line break. Those characters are the ascii characters for line breaks. Example: #sel_cmde.firstname# #sel_cmde.lastname# #chr(10)##chr(13)# #sel_cmde.address# #chr(10)##chr(13)# #sel_cmde.zip# #sel_cmde.city# #chr(10)##chr(13)# Thanks, Sam

Database AutoNum column

2002-01-02 Thread sam komolafe
Hi guys Is there an autonum feature in oracle 8i, if so how do I define it? Thanks Sam __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free

Re: Disable form field based on select box

2001-12-20 Thread Sam Farmer
Another solution is to use a combination of onFocus=this.blur() or take the focus elsewhere with a function. Will be cross browser more than the nicer, easier disabled feature (IE only?). Thanks, Sam Sam Farmer - Senior Developer Certified Advanced ColdFusion 5 Developer [EMAIL PROTECTED

CF5 Release Date

2001-12-17 Thread sam komolafe
Hi guys, When was CF5 officially released by Macromedia? Thanks Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/c

Address Verification

2001-12-12 Thread Sam Farmer
Doing some research on address verification software and was wondering if anyone had used some in the past? There seem to be several that provide a COM interface. Has anyone used this? How much did it cost? Thanks, Sam Sam Farmer - Senior Developer Certified Advanced ColdFusion 5 Developer

Re: QUASI OT: Opening Office Documents in a spawned browser.

2001-12-11 Thread Sam Farmer
implementation. In short though you will always run in to problems and the best solution I would offer is to provide some help text explaining how to always have it open. Thanks, Sam Sam Farmer - Senior Developer Certified Advanced ColdFusion 5 Developer [EMAIL PROTECTED] INTELIX - Intelligent Solutions

<    1   2   3   4   >