Array Being Set Before Form Is Processed

2004-10-15 Thread Harold Brauer
I am working on this UDF, making an array of structures so that if there is an error on my form it will send the user back, highlight the fields that need to be filled in and display an error message. The problem I am having is that the Array is being set BEFORE the form is processed. The form is

Re: Need a Mail Server Solution Pronto!

2004-10-15 Thread Rick Root
Jochem van Dieten wrote: Rick Faircloth wrote: Anyone have recommendations for a mail server...as inexpensive as possible? (Can you tell funds are low at the moment?:o) IIS SMTP? Good luck finding good documentation, and the logging is terrible, so good luck debugging problems! At

Array Being Set Before Form Is Processed

2004-10-15 Thread Harold Brauer
I am working on this UDF, making an array of structures so that if there is an error on my form it will send the user back, highlight the fields that need to be filled in and display an error message. The problem I am having is that the Array is being set BEFORE the form is processed. The form is

Re: Laszlo decision to open source pays a dividend

2004-10-15 Thread Rick Mason
Dave, I agree with you, that would be my largest problem with taking a serious look. Rick Mason On Fri, 15 Oct 2004 18:58:49 -0400, dave [EMAIL PROTECTED] wrote: well good then maybe they can get it updated to work with flash past version 5 -- Original Message

Re: GODaddy SSL certs

2004-10-15 Thread Umer Farooq
http://www.securityspace.com/s_survey/sdata/200409/certca.html break down of market share.. I don't see ValiCert (go daddy) in there... SSLReivew.com doesn't exist no more.. but checkout some of there pages on WayBackMachine.. http://www.archive.org/web/web.php We use GeoTrust QuickSSL

Re: Multiple Table Query

2004-10-15 Thread Greg Luce
Dave, don't you subscribe to the INNER JOIN syntax? SELECT email FROM condensed INNER JOIN maillist ON condensed.ID2 = maillist.ID2 Greg On Fri, 15 Oct 2004 18:12:07 -0400, Dave Watts [EMAIL PROTECTED] wrote: Am I going about selecting from two tables in the right manner? 1. Select all

Re: Laszlo decision to open source pays a dividend

2004-10-15 Thread Jeffry Houser
Are you saying Laszlo won't support features introduced in Flash players after Flash5? Or are you saying that Laszlo produced SWFs won't play in a player greater than Flash5?I would have assumed the players are backward compatible. At 09:01 PM 10/15/2004, you wrote: Subject: Laszlo decision to

RE: Laszlo decision to open source pays a dividend

2004-10-15 Thread Phillip Perry
Hi, How do i find out if a table is empty? Would it be cfquery datasource=#mydbname# name=checkit SELECT * FROM error_table /cfquery cfoutput query=checkit cfif #error_id# IS !---or would that be NULL?--- The Table Is Null! /cfif /cfoutput or is that wrong? Thanks Phil [Todays Threads]

Subject Mistake: Define an empty table

2004-10-15 Thread Phillip Perry
Sorry I hit reply and forgot to switch subjects question is below -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:53 PM To: CF-Talk Subject: RE: Laszlo decision to open source pays a dividend Hi, How do i find out if a table is empty?

RE: table is empty WAS: Laszlo decision to open source pays a dividend

2004-10-15 Thread Duane Boudreau
Try cfif NOT checkit.recordCount -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 9:53 PM To: CF-Talk Subject: RE: Laszlo decision to open source pays a dividend Hi, How do i find out if a table is empty? Would it be cfquery

RE: table is empty WAS: Laszlo decision to open source pays a dividend

2004-10-15 Thread Duane Boudreau
Just realized that you may be looking at a indvidual column. You can use the len function as in cfif NOT len(checkit.error_id) The column is empty /cfif if you are checking the table then recordCount is the ticket cfif NOT checkit.recordCount The column is empty /cfif btw, you dont need the

RE: table is empty WAS: Laszlo decision to open source pays a dividend

2004-10-15 Thread Phillip Perry
No I was looking at the whole table. Its a table to report problems to someone. If there are no problems, or all problems are resolved (doubt it!) then the table would be empty. So I need to know so I can make a default message if that happens. The recordcount works. Thanks Phil -Original

Re: Laszlo decision to open source pays a dividend

2004-10-15 Thread dave
they will play in newer flash players but u dont have all the new goodies too incorporate into it that were released post flash 5 personally, i think some of the components in laszlo are nicer but connecting to services not so pretty and thats a HUGE deal with RIA's. Flex is just mind blowing easy

I need a quick response please

2004-10-15 Thread Phillip Perry
Hi, I was just checking my newsletter signup form before i went to bed and the damn thing isnt working. It always says that the email address is already in the system...but the db is empty. It was fine when i first made it so I dont know what i did. Here is the code: cfquery name=check_email

<    1   2