RE: [CF-Talk] Random Images

2000-09-19 Thread Mark Warrick
="#imagenum#" /cfoutput Simple. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business

RE: [CF-Talk] Form Submission

2000-09-19 Thread Mark Warrick
ield1,field2,field3,field4" !--- Check for missing fields --- cfloop list="#requiredfields#" index="rfields" cfif evaluate(#rfields#) is "" or evaluate(#rfields#) is "none" cfset errorflag="yes" cfset missingfields="#missingfields#L

RE: [CF-Talk] Form Submission

2000-09-19 Thread Mark Warrick
What's wrong is you can't embed the logic you're trying to embed into a CFMAIL tag. You've got to figure something else out. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: [CF-Talk] Form Submission

2000-09-19 Thread Mark Warrick
. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566 -- -Original

RE: [CF-Talk] Automatic E-mail Daily !!!!

2000-09-19 Thread Mark Warrick
Well, you would need a table of message recipients, a table of messages, and a CFSCHEDULE to run a script which would call up the message of the day and send it out to the recipients. Is that specific enough for you? -- Mark Warrick

RE: [CF-Talk] checkboxes -- processing multiple boxes

2000-09-19 Thread Mark Warrick
, I know that the checkbox wasn't checked. Does that help? ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED

RE: [CF-Talk] Random Images

2000-09-19 Thread Mark Warrick
doesn't exist in the list. 4) Append a session (or cookie) variable with the new random number. I'm not sure what affect this would have on processing time, but I doubt it would add much overhead. -- Mark Warrick Phone: (714) 547-5386

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox) -- Reply to Dave Watts.

2000-09-19 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: [CF-Talk] kill session variables

2000-09-19 Thread Mark Warrick
cfoutput #StructClear(session)# /cfoutput Or simply set the session variable to blank or zero or whatever. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http

RE: [CF-Talk] cfpop date formatting problem

2000-09-19 Thread Mark Warrick
Try something like this: cfset popdate = "Tue, 19 Sep 2000 14:41:03" cfset popdate = "#Right(popdate, 20)#" cfset newpopdate = "#DateFormat(popdate, "dd-mm-")#" cfoutput #newpopdate# /cfoutput ---------

RE: DataSources Across Multiple Computers

2000-09-18 Thread Mark Warrick
ODBC setup, make sure you've got all your connection strings correct and that you've specified a username and password for the connection. Also, try setting up an ODBC datasource and testing it through the control panel. ---mark -- Mark

RE: Debugging an undefined DB

2000-09-18 Thread Mark Warrick
. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: Extranet's

2000-09-18 Thread Mark Warrick
look at the person's groups to determine whether or not the current template is within one of those groups. ---mark ---------- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: ht

RE: Inserting sn Anchor in a URL

2000-09-18 Thread Mark Warrick
Simply append each URL with TWO pound signs and the name of the bookmark (a name) to make this work. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http

RE: WHOIS queries - see Fusioneers.com

2000-09-18 Thread Mark Warrick
Check out the DNS Lookup Utility on Fusioneers.com. Give it a test run, see how you like it. Let me know if you want it privately. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED

RE: cheap hosting needed (was RE: Thanks Steve---- ref CF hosting - within 20 $ -pls suggest)

2000-09-18 Thread Mark Warrick
I'll just setup a co-located server at his facilities and deal with everyone directly. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
understand and (hopefully) will stick to. In the long run, the Fusebox style is better. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL

RE: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
accepting everything everyone has told them thus far at face value and accepting it as a standard. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
I'm not sure what he meant, but my impression of "maintainable" would be things like performance upgrades to the CF code and having a DBA rebuild and improve a SQL query in order to speed up the entire application. -- Ma

RE: Slightly OT: versioning control

2000-09-18 Thread Mark Warrick
. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: [CF-Talk] RE: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
No books yet - just online documentation. But it's soon to come. Go to Fusebox.org. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business

RE: [CF-Talk] Incorrect use of CFPARAM?

2000-09-18 Thread Mark Warrick
"region" default="" (or simply exclude the default params) You could then check for the existence of form variables in your dynamic search query. example: cfif Trim(form.training) neq "") whatever SQL /cfif ---

RE: [CF-Talk] losing my cookies

2000-09-18 Thread Mark Warrick
; and have them go the the cookie-checking page on their own with either a link or form button. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Busi

RE: [CF-Talk] RE: Slightly OT: versioning control

2000-09-18 Thread Mark Warrick
ign people and it works great. They have a perfect "static" version of the site, and I've got the final result with the graphics and layout integrated. ---mark ---------- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730

RE: [CF-Talk] Help with page not found error on my website intermitantly ?????

2000-09-18 Thread Mark Warrick
Sounds like a connection problem to me. Perhaps a Proxy server problem? You could make sure it's not a proxy issue by appending a random number onto the end of each URL. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax

RE: [CF-Talk] RE: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
Forgive me. My eyes are tired. Is there a link on the web site you referenced to the book you mentioned? If not, where can we find it? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-09-18 Thread Mark Warrick
. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: [CF-Talk] CF 4.5 HANGING BAD

2000-09-18 Thread Mark Warrick
Yes. Uninstall 4.5 and reinstall 4.01. Sorry to be so frank about it, but I've never seen a 4.5 box on NT function correctly. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED

RE: [CF-Talk] Re: Ok, What is Fusebox?

2000-09-18 Thread Mark Warrick
Woo hoo! Another convert. ;) -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http

does anyone on this list rent Auction applications?

2000-09-15 Thread Mark Warrick
I'm looking for a moderately priced Auction application to rent on a monthly basis vs. purchasing it outright. Please reply directly if you offer this service. Thanks. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730

RE: 500 - Server Error

2000-09-14 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: CFfile E rror??

2000-09-11 Thread Mark Warrick
Not true. CFFILE works just fine with Personal Web Server. (I tested it to make sure.) I'm running Personal Web Server 1.0a on my laptop. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email

RE: CF hosting - within 20 $ -pls suggest

2000-09-11 Thread Mark Warrick
http://www.tio.com Ask for Adolf Chavez. Tell him I sent ya. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL

RE: List of files in a web directory?

2000-09-11 Thread Mark Warrick
CFDIRECTORY only works with local machines. If that other web site is on a server within your network, you can create a mapping for it and search locally that way. Otherwise, you've got to figure something else out. -- Mark Warrick

RE: security upload/download files

2000-09-11 Thread Mark Warrick
tags could be used maliciously by other CF Developers on the same box, so if you're an ISP, that's something to consider, but otherwise, don't worry about it) -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal

RE: replace

2000-09-07 Thread Mark Warrick
Thanks. I like that even better than the one I came up with: Replace(path_info, ListLast(path_info, "/"), "", "ALL") And the reason I like it better is that it removes the final "/" whereas my script didn't. ---mark ---

RE: replace

2000-09-07 Thread Mark Warrick
That returns the full physical path of the template. Sorry! -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED

RE: CFDIRECTORY Filtering?

2000-09-07 Thread Mark Warrick
Just use a CFIF when outputting the contents to exlcude that file name. cfif name neq "main_table.xls" -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: Using CFDIRECTORY with CFSELECT

2000-09-07 Thread Mark Warrick
utput /select input type="submit" value="Show File" /form ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email:

RE: simple date problem major brain fart

2000-09-07 Thread Mark Warrick
t difference = DateDiff("d", lastweekdate, datetocheck) cfoutput Date to Check: #datetocheck#br Current Date: #currentdate#br Last Week's Date: #lastweekdate#br Difference between last week's date and date to check: #difference# /cfoutput ---

RE: Help needed with a datasource problem

2000-09-07 Thread Mark Warrick
Are you running the Enterprise edition of ColdFusion server? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED

RE: Access uploads and Remote CF restart

2000-09-07 Thread Mark Warrick
your user to upload the new database. cfoutput #CFUSION_DBCONNECTIONS_FLUSH()# /cfoutput ---------- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Ema

RE: timetrouble

2000-09-01 Thread Mark Warrick
. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: sorting a table

2000-09-01 Thread Mark Warrick
ss through a column name into your query using the order by SQL function. Confusing? Here's an example: SELECT whatever FROM whatever_table WHERE whatever ORDER BY #orderby# Does that help? ---mark -- Mark Warrick Phone: (714) 547-538

RE: Back and Single Select Form Fields

2000-08-19 Thread Mark Warrick
Sounds like a JavaScript issue to me. I would check out www.irt.org for assistance. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business

RE: Cold Fusion and Mail server setting

2000-08-17 Thread Mark Warrick
I believe that even though it's a local server, you have to specify the real IP address of the machine rather than 127.0.0.1. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

test - please ignore

2000-07-13 Thread Mark Warrick
haven't received any messages since 10AM (6 hours ago) -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business

RE: problem with primary key

2000-07-12 Thread Mark Warrick
Try running the SQL statement directly in the database to see what happens. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email

CF-JOBS Cross Post: Developers Needed Immediately - Telecommute OK

2000-07-12 Thread Mark Warrick
to individuals and companies who specialize in ColdFusion development only! Please respond by EMAIL only at this time. Qualified individuals will be contacted via phone. Thank you for your time. ---mark -- Mark Warrick Phone: (714) 547

RE: post results to same page

2000-07-11 Thread Mark Warrick
f your templates. This template is getting difficult to read already and it's not even that big. I recommend you looking into the Fusebox methodology: http://www.fusebox.org ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fa

RE: Quick CFMAIL question

2000-07-11 Thread Mark Warrick
Looks like the variable "email" is not being passed properly through the 2nd template to the 3rd template. Make sure you've got cfoutput tags around that hidden variable. ---mark -- Mark Warrick Phone: (714) 547-5386 Ef

RE: Working in Teams

2000-07-11 Thread Mark Warrick
application design. Go to Fusebox.org for more info. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business

RE: 401.3 Error in a secured area

2000-07-10 Thread Mark Warrick
You need to make sure that passwords can be sent in clear text in order for your server to work with the Netscape browser. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: Checking zip codes against USPS

2000-07-10 Thread Mark Warrick
. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com I

RE: contained in a list

2000-07-07 Thread Mark Warrick
on this. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: How the heck can I do this?

2000-07-06 Thread Mark Warrick
Use conditional logic to display only the 5th record or better yet, output only the 5th record by using the startrow attribute in your CFOUTPUT QUERY statement. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730

RE: still not working

2000-07-06 Thread Mark Warrick
) ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com I

RE: Application.cfm location costs?

2000-07-06 Thread Mark Warrick
Paul, Try it and you'll find out. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http

RE: Rounding of numbers

2000-07-06 Thread Mark Warrick
You can use the ROUND() function. (Go figure) There are many other mathematical functions in the CFDOCS as well: http://127.0.0.1/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions/lr3_011.htm -- Mark Warrick Phone: (714) 547-5386

RE: ODBC Strange Problem

2000-07-06 Thread Mark Warrick
Yes, I've seen it. I tried entering a number that was over 10 digits into a normal LONG INTEGER field. I believe I resolved the problem by changing the datatype for that field to DOUBLE. ---mark -- Mark Warrick Phone: (714) 547

RE: Session Management

2000-07-06 Thread Mark Warrick
I believe you can initiate a CFM logout template by using JavaScript "onClose". I'm not sure of the exact syntax on this, but I'm sure you could find it on http://www.irt.org. ---mark -- Mark Warrick Phone: (714) 547-538

RE: retrieving data from multiple tables

2000-07-05 Thread Mark Warrick
You need to join the data when querying it. Check your SQL docs for the proper syntax applicable to your situation. You'll need to use a primary key which you store in the "other" table to reference back to the main table. -

RE: Measuring Click-Thrus

2000-07-05 Thread Mark Warrick
You've got it figured out. There's really no need to complicate things any further than that! ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http

RE: Content management

2000-07-05 Thread Mark Warrick
hat it will be taken care of - GUARANTEED. ---mark ---------- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED

RE: my pre-selected select box - why won't this work?

2000-07-05 Thread Mark Warrick
as the first item on the list rather than trying to figure out whether it should be selected or not. Then output the remaining states. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL

RE: beginner question

2000-07-05 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: Application.cfm location costs?

2000-07-05 Thread Mark Warrick
local variables (within the sub apps) from global variables (which you store in a app_globals file) so that you only create overhead for the applicable section and not the entire application. ---mark -- Mark Warrick Phone: (714) 547-5386

RE: sigh, still not working

2000-07-05 Thread Mark Warrick
of the cells in question to allow null values. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business

RE: Application.cfm location costs?

2000-07-05 Thread Mark Warrick
Well, again. It's nothing. You can run a test yourself to see. Just turn on debugging in the CF Administrator. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: Application.cfm location costs?

2000-07-05 Thread Mark Warrick
be deadly. Don't sweat teh application.cfm file. Or just create the application 100% fusebox and forget about the file. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL

RE: Application.cfm location costs?

2000-07-05 Thread Mark Warrick
Fusebox.org There's also a separate list for Fusebox discussions hosted by the House of Fusion. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http

RE: Inserting Updating data...?

2000-06-30 Thread Mark Warrick
I believe you would just run two queries at the same time. Or am I missing something here? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: Normalization, one to many; sub records by year

2000-06-30 Thread Mark Warrick
Sorry, it's not clear to me. What exactly are you trying to do? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED

RE: Unsubscribe

2000-06-30 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: Connecting to Excel?

2000-06-30 Thread Mark Warrick
n the work book. An error returned stating that the table could not be found. So I'd say the answer to your question is NO, not with CFQUERY. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL

RE: reading text files

2000-06-30 Thread Mark Warrick
to perhaps SQL help docs that describe it, I know we would both appreciate it. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email

RE: Connecting to Excel?

2000-06-30 Thread Mark Warrick
I take back what I said earlier. This is news to me! Thank you. I tried this and it works. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http

RE: Help SQL Desktop V's SQL Server

2000-06-30 Thread Mark Warrick
I'm having a hard time with your terminology. Do you own SQL Server? If so, what version? Is it installed? If so, What operating system are you using? ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289

RE: HELP: CF Server not working

2000-06-30 Thread Mark Warrick
Yuck. Doesn't sound good! So, it doesn't matter which template you access? Try creating a simple "hello world" script and see if the problem still persists. You might have to reinstall the ColdFusion server. ---mark -

RE: Drawing a blank...

2000-06-30 Thread Mark Warrick
You're probably thinking "ListLen()". ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Bu

RE: Selects, default values..

2000-06-29 Thread Mark Warrick
Huh? Could you be a bit more specific? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http

RE: CFX and threads

2000-06-29 Thread Mark Warrick
Iztok, You need to read the CF Docs that came with your install of the CF Server. Search for "CFQUERY". ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: row numbers

2000-06-29 Thread Mark Warrick
Actually, that's in the CF Docs that came with your installation. Those docs make for excellent reading as does Ben Forta's "Web Application Construction Kit". -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801

RE: Archive

2000-06-29 Thread Mark Warrick
Well, actually stupidity is painful. But to the amoeba-like brained, pain isn't an issue. :) -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: SafeText.cfm ??

2000-06-29 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: Help again:User/Password Security Framework for Intranet site.

2000-06-29 Thread Mark Warrick
to secure your application by groups of users or simply by group level. Have fun. I've done it before and it works great. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Pe

RE: order by question

2000-06-29 Thread Mark Warrick
is in fact good, check your output statements, clear your browser's cache, and try accessing it from another computer. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: printing

2000-06-29 Thread Mark Warrick
without the user getting involved. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http

RE: outputting query results to Excel

2000-06-29 Thread Mark Warrick
me# #get_leads.Company_Name##get_leads.product_name# #get_leads.Status_name# #DateFormat((get_leads.log_update_date), "MM/DD/")# #lead_owner_first_name# #lead_owner_last_name# #lead_owner_company_name# /cfoutput /cfloop /cfif /cfif ---end snippet---

RE: Open Source Shopping Cart

2000-06-28 Thread Mark Warrick
http://www.ablecommerce.com ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http

RE: Selecting a value in a dropdown.

2000-06-28 Thread Mark Warrick
OK Fine. I've never seen the problem, but if you say so... Make the first item the output of the query, select it, then output the loop of weeks. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal

RE: Running Cf under a user account

2000-06-28 Thread Mark Warrick
-- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566

RE: CFML vs. Javascript

2000-06-28 Thread Mark Warrick
JavaScript is great for what you're trying to do. My rule of thumb is that you use JavaScript only for non-mission-critical applications. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email

RE: Oracle BLOB and CF

2000-06-28 Thread Mark Warrick
Although I've never personally tried this, I've heard that yes it is possible. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business

RE: tagging What's New automagically

2000-06-28 Thread Mark Warrick
create. Then create a query to pull up the links in the order you want them displayed. Use DateDiff to figure the difference between the last_updated and conditionally display a "new" icon next to the link. ---mark -- Mark War

RE: row numbers

2000-06-28 Thread Mark Warrick
Yes. When you output the data, you can use the "currentrow" attribute when you output a query. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: CFDIRECTORY NT error 5719

2000-06-28 Thread Mark Warrick
Sounds like you've got a permissions problem. Make sure that the account that the CF server is running under has permission to create directories where you want to create them. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com

RE: DELETE a record from...

2000-06-28 Thread Mark Warrick
t type="submit" name="delete" value="Yes" nbsp; input type="submit" name="delete" value="No" /form /cfdefaultcase /cfswitch /cfoutput !-- end act_group_delete_confirm.cfm -- -

RE: Weird Prepend

2000-06-28 Thread Mark Warrick
Somewhere you've probably got an include that has this info in it. It has nothing to do with CF Studio or the server itself. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED

RE: doubt

2000-06-28 Thread Mark Warrick
Honestly, I would recommend that you take a class or buy a book on ColdFusion. I mean, this list could be helpful in training you, but it will be a heck of a lot more useful if you get the basics down first. ---mark -- Mark Warrick

<    1   2   3   4   >