RE: table of unlimited jobs and users?

2006-05-12 Thread Kiley Simpson
how?? > >For example: > >I want to show the 30 most recent jobs for the 10 most active users. > >... >Ben Nadel >www.bennadel.com >-Original Message- >From: Kiley Simpson [mailto:[EMAIL PROTECTED] >Sent: Friday, May 12, 2006 4:48 PM >To: CF-

RE: table of unlimited jobs and users?

2006-05-12 Thread Kiley Simpson
h and maybe we >can get you a better solution. How are you decided which data to show?? > >For example: > >I want to show the 30 most recent jobs for the 10 most active users. > >... >Ben Nadel >www.bennadel.com >-----Original Message- >From

RE: table of unlimited jobs and users?

2006-05-12 Thread Kiley Simpson
d maybe we >can get you a better solution. How are you decided which data to show?? > >For example: > >I want to show the 30 most recent jobs for the 10 most active users. > >... >Ben Nadel >www.bennadel.com >-Original Message- >From: Kiley Simp

table of unlimited jobs and users?

2006-05-12 Thread Kiley Simpson
Hi List, I have to print a grid/table (not cfgrid) of jobs along the x-axis(horizontal) and users along the y-axis(vertical). Can someone show me how to make a table which will display 30 users along the y-axis and 10 jobs along the x-axis knowing there are unlimited of each? 10 x 30 for unli

Re: database table design consideration

2005-12-06 Thread Kiley Simpson
Can you have the following tables PROPERTY PROP_ID PROP_NAME PROPERTY_TYPES PROPERTY_TYPE_ID PROPERTY_TYPE_NAME PROP_TYPE_XREF <- This just has the unique id's from the 2 above tables. PROP_ID PROPERTY_TYPE_ID with this you can have unlimited property types per property. At

Re: OT: Prevent form submission if radio button and text field are not filled out

2005-11-22 Thread Kiley Simpson
Are you saying you need a DHTML script to reactivate the submit button if the Troop T.E.N. value is not null and either Troop radio button is selected? At 03:02 PM 11/22/2005, you wrote: >Anyone have any ideas? > >I've cut out a portion of a form on which I'm working: >http://www.andyandjaime.com

Re: form posting question

2005-11-22 Thread Kiley Simpson
THAT'S IT!!! Thank you, thank you. This is fantastic My action page is very small now save cfc delete cfc create cfc As you pointed out, Delete is bad so I used okDelete. Your solution is perfect. I can't thank you enough. This has been blowing my mind for too lo

Re: form posting question

2005-11-22 Thread Kiley Simpson
post or not post based on the results >of the alert confirm. >--Ferg > >Kiley Simpson wrote: > > >Hi Ferg, > > > >This is a very cool example. I doesn't prevent a form post though. That's > >the part I don't know how to do. > > > >

Re: form posting question

2005-11-22 Thread Kiley Simpson
ttp://www.asfusion.com/blog/entry/alert-box-for-cfform > >--Ferg > >Kiley Simpson wrote: > > >"confirm" doesn't work with cfforms I'm afraid. > > > >I have a massive hack to solve this if anyone is interested. It is posting > >to another page a

RE: form posting question

2005-11-22 Thread Kiley Simpson
> type="submit" > name="buttonDelete" > value="Delete" > onclick="return confirm('Are you sure?');"> > >I'm not sure if this works with flash forms though. > > > -Original Message- > > From: Kiley

Re: form posting question

2005-11-22 Thread Kiley Simpson
nope. but i ultimately need to have 2 buttons, one a Save the other Delete. I want the Delete to pop a warning to the user. The onClick of the Delete has a #showAlert# call but if the button is of type Submit, the form posts regardless if the user responds to the alert. I am hacking my through

Re: unbelievable flash form problem

2005-11-22 Thread Kiley Simpson
Have you checked both buttons aren't the same name? At 10:13 AM 11/22/2005, you wrote: >I'm not even sure what to say about this, or how anyone else can >replicate it. I've got a flash form with a bunch of different >elements. It has two buttons. I was styling one button, got it looking >how I wan

RE: form posting question

2005-11-22 Thread Kiley Simpson
ug, that's bad news. I think I will have to abandon cfforms format="flash". Warning before a delete is such a common thing to do I can't really tell my customer to, "just be careful". I wish macromedia would address this very common and, should be, simple operation. At 09:27 AM 11/22/2005,

RE: form posting question

2005-11-22 Thread Kiley Simpson
t;buttonDeleteValue.value='Delete'" /> > type="hidden" > name="buttonDeleteValue" > value=""> > >And then in your action page check the value of buttonDeleteValue. > > > -Original Message- > > From:

form posting question

2005-11-21 Thread Kiley Simpson
Evening, I have to submit a cfform with an input type of "button", not submit. The cfform has a button which will delete the record displayed but I needed to put a warning alert up. Anyhow, I need to be able to tell the value of the button, the same thing as: cfc call here but, using an i

Re: Image Saving

2005-11-21 Thread Kiley Simpson
Hi, I have a simple cfform -> cfgrid -> cfinput question: My user can select a record (employee) from the grid which populates the cfinputs. I then have a delete button which posts the form to itself, I look for the delete button and run the delete cfc. No problems, yet. How do I have a action

credit card validation

2000-08-17 Thread Kiley Simpson
Does anyone have an up to date credit card number validation tag? I don't need to verify funds or anything, I just have to see if the credit card (visa, mc, amex) is a potentially valid number. Thanks. -- Archives: http:/