RE: DELETE a record from...

2000-06-28 Thread Mark Warrick
this group?   -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289

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 Efa

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: tagging What's New automagically

2000-06-28 Thread Mark Warrick
t you 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 ------ Mar

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

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

RE: Running Cf under a user account

2000-06-28 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: 3

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 Per

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: cgi.scriptname?

2000-06-27 Thread Mark Warrick
Try cgi.script_name. -- 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

RE: testing for existence of table

2000-06-27 Thread Mark Warrick
Use CFCATCH, and catch any database error. If one comes up you know you need to drop the table and recreate it. (using a conditional statement, of course) ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
/year #i# week/year -- 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] Busines

RE: CF and Progress Database ODBC drivers

2000-06-27 Thread Mark Warrick
#x27;s not going to give you any technical support for that. Anyway, try setting up a datasource first via the control panel and see what happens. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Ema

RE: cfMail.. what am i doing wrong?

2000-06-27 Thread Mark Warrick
Could you provide us with the exact code you're working on? That would be very helpul. Thanks. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warric

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
You can cut it down even more by skipping the 52-week nested CFIF loop and outputting the data as the first item on the option list. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL

RE: Textarea

2000-06-27 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: SQL Server Sizing

2000-06-27 Thread Mark Warrick
the transaction logs. ---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.co

RE: Selecting one number from a list

2000-06-27 Thread Mark Warrick
It's easier than dealing with text string conversions. Also, you become more employable when you build your databases correctly. ---mark ------ Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [

RE: MS Project 2000

2000-06-27 Thread Mark Warrick
CF Pro to hook up to Oracle using native drivers?" (You can't do that.) ---mark ------ Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Bu

RE: Selecting a value in a dropdown.

2000-06-27 Thread Mark Warrick
Output the value from the database first. For example: #name# #i# week/year -- Mark Warrick

RE: NULL using it in CF

2000-06-27 Thread Mark Warrick
ng "If the LEN of form.firstname is greater than 0". See now that works - because you're evaluating numbers to numbers. ---mark ------ Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECT

RE: Constants in CFCase statements

2000-06-27 Thread Mark Warrick
Case values MUST be constant 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 URL

RE: Selecting one number from a list

2000-06-27 Thread Mark Warrick
r yourself. ---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.fusionee

RE: NULL using it in CF

2000-06-27 Thread Mark Warrick
You could try: true or True But don't use: or -- 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 PROT

RE: Help - where in the encryption function for Custom Tags?

2000-06-27 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: 3

RE: cflocation and fusebox methodology

2000-06-26 Thread Mark Warrick
How about: ?? Or were you looking for something more specific? ---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: [RE: Numberformat]

2000-06-26 Thread Mark Warrick
How about RJustify? There's also a ton of other formatting techniques available in the documentation. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL:

RE: Numberformat

2000-06-26 Thread Mark Warrick
Yes, you can align the numbers so they line up properly. Search the CF Docs for "numberformat" and you'll get all the formatting and masking possibilities. ---mark ------ Mark Warrick Phone: (714) 547-5386 Efax.com Fax:

RE: MS Project 2000

2000-06-26 Thread Mark Warrick
Yes, I've tried this. It's not possible with native drivers. You need the Enterprise edition. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal

RE: Faster is Better

2000-06-26 Thread Mark Warrick
specific code, email me directly. ---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: Changing file permissions in Unix

2000-06-23 Thread Mark Warrick
There are instructions in the CF Documentation titled "Setting File and Directory Attributes". Check the docs. Or just set the permissions with the unix CHMOD command. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax:

RE: -- help.

2000-06-22 Thread Mark Warrick
The name attribute is simply the name of the query that you use to output the contents of the data. Here's a working example (directly from the CF documentation): -- Mark Warrick Phone: (714) 547-5386 Efax.co

RE: Allaire Spectra E-Business Construction Kit

2000-06-07 Thread Mark Warrick
Ben, I'm interested, but I haven't seen a table of contents. Can you share that? ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.w

RE: OT - COM object -- create a windows file shortcut

2000-05-26 Thread Mark Warrick
I'd like to point out the fact that the specs were not clear on this offer. The first question that comes to my mind is "on whose desktop should this shortcut end up? the server or the client" The solution differs greatly depending upon the answer. ---mark ---

RE: Killing Session & Back Button

2000-05-26 Thread Mark Warrick
. ---mark - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com > -Original Message- > From: Steve Reich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 25, 2000 11:48 AM > To: CF Talk > Subject: Killing

RE: Installing CF 4.5 Professional over 4.5 Enterprise Evaluation

2000-05-26 Thread Mark Warrick
DOCUMENT all your settings. Remove CF 4.5 Enterprise, load the Pro edition. You might or might not have to setup all those settings again, but so long as you have documentation, you have nothing to worry about. ---mark - Mark Warrick (714) 939-6431 The Sistonia

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread Mark Warrick
Map a network drive to the remote server. Then, setup a mapping in the CF Server Administrator to that mapped network drive. It should work fine from there. ---mark - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com

RE: Cold Fusion and NT Passwords

2000-05-26 Thread Mark Warrick
cting your clients access rights. ---mark - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com > -Original Message- > From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 26, 2000 6:32 AM >

RE: cfmail

2000-05-26 Thread Mark Warrick
I'm not sure that there is a limit per say on how many can go out at once, however I do know that CFMAIL is known to be fairly flaky. How many emails do you need to send out at once? Do you have access to your own mail server? ---mark - Mark Warrick (714) 939-643

RE: (DA): Site Dedsign Question (Try 2)

2000-05-26 Thread Mark Warrick
Sure, it can be shortened. However, Sean was giving you an example of Fusebox style programming. - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com > -Original Message- > From: Eric Dawson [mailto:[EMAIL PRO

RE: Fusebox Methodology and #s?

2000-05-25 Thread Mark Warrick
on your server. ---mark --------- Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com -Original Message- From: Lisa Greenberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 11:08 AM To: cftalk Subject: Fusebox Methodolog

RE: serving data

2000-05-25 Thread Mark Warrick
If it were cheap and easy, I'd be out of a job. - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com -Original Message- From: stäs [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 9:16 AM To: [EMAIL PROT

RE: HELP: banner ad weighting factors....

2000-04-12 Thread Mark Warrick
m will get a copy of the entire banner ad app. This banner ad app should be pretty competitive with all the others available on the dev exchange. ---mark ---------- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Ema

HELP: banner ad weighting factors....

2000-04-12 Thread Mark Warrick
r way of saying thank you. ---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: ht

banner ad weighting....

2000-04-12 Thread Mark Warrick
s to affect their odds of being displayed. Hopefully this makes sense. By the way, for the person who figures out the best solution, we'll give you a 30% block of the 1st month's banner ad weighting absolutely free as our way of saying thank you. ---mark

RE: Client Storage: registry or database

2000-04-01 Thread Mark Warrick
x27;t rely upon client variables 100% of the time. (Correct me if I'm wrong people.) ---mark ------ Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: IIS 4.0 on Win98?

2000-04-01 Thread Mark Warrick
IIS 4 is for Windows NT only. You'll need to use PWS for Win98 or some other web server. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warric

RE: query date problem

2000-03-29 Thread Mark Warrick
our search query, and you'll get the right results. ---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 PROTECTE

<    1   2   3   4