Re: General UI Question

2007-08-02 Thread Steve Sequenzia
Just thought I would share a pretty cool way to do this in CF8: http://demo.thinksys.com/cf8/cfwindow/addContacts.cfm It is dummy data so feel free to play with it. I have a general question about how people are handling new records to select boxes. I mean if you have a form with a select

Re: General UI Question

2007-07-22 Thread Steve Sequenzia
I also like to have a separate interface for managing the records. So they can add/edit the records. I do however like to give them the ability to add it right on the current page. I have tried many of the ways mentioned to do this but I always seem to get frustrated by them for some reason or

Re: General UI Question

2007-07-22 Thread Steve Sequenzia
In a related question to this, can anyone please help me get started on the best way to do a popup page that inserts the new record and then updates the cfselect on the original page without having to reload the original page. I know how to do the popup and the insert without any issues. I can

RE: General UI Question

2007-07-22 Thread Bobby Hartsfield
://acoderslife.com -Original Message- From: Steve Sequenzia [mailto:[EMAIL PROTECTED] Sent: Sunday, July 22, 2007 8:05 PM To: CF-Talk Subject: Re: General UI Question In a related question to this, can anyone please help me get started on the best way to do a popup page that inserts the new record

General UI Question

2007-07-21 Thread Steve Sequenzia
I have a general question about how people are handling new records to select boxes. I mean if you have a form with a select box that displays values from a database but when the user is filling out the form they need to add a new record to that list. --Example-- Description: textbox Data:

RE: General UI Question

2007-07-21 Thread Bobby Hartsfield
Subject: General UI Question I have a general question about how people are handling new records to select boxes. I mean if you have a form with a select box that displays values from a database but when the user is filling out the form they need to add a new record to that list. --Example

Re: General UI Question

2007-07-21 Thread Aaron Rouse
I tend to just have a separate interface through their main menu that will let them add/edit/delete/update companies. I have on some projects had a button/link next to the select that when they clicked on would pop up with the form to add a company and once submitted it would go into the database