[PHP-DB] Multiple adds?

2003-10-22 Thread Jerry Artman
If you are looking to do list updates and changes by that I mean you display a recordset in a list with editable fields and then update changes to the records with a single procedure, you need to check out GoLive6. The standard record actions handle single record or list updates out of the box.

[PHP-DB] Multiple adds?

2003-10-21 Thread Robert Sossomon
I am working on a quote system and have been trying to figure out how to make them system automatically add an entire vendor or category at one time. I can make the system display all of them and give the sales folks in my office a chance to change the price, however if I have just one Add button

Re: [PHP-DB] Multiple adds?

2003-10-21 Thread CPT John W. Holmes
From: Robert Sossomon [EMAIL PROTECTED] I am working on a quote system and have been trying to figure out how to make them system automatically add an entire vendor or category at one time. I can make the system display all of them and give the sales folks in my office a chance to change the

RE: [PHP-DB] Multiple adds?

2003-10-21 Thread Robert Sossomon
; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Multiple adds? From: Robert Sossomon [EMAIL PROTECTED] I am working on a quote system and have been trying to figure out how to make them system automatically add an entire vendor or category at one time. I can make the system display all of them

Re: [PHP-DB] Multiple adds?

2003-10-21 Thread CPT John W. Holmes
From: Robert Sossomon [EMAIL PROTECTED] An example is: http://www.garlandcnorris.com/quotes/seestore.php I have a session tracker installed on it already, but the modifying the information (instead of remove and readding it) and adding an entire group are pieces I am stumbling on. So you

RE: [PHP-DB] Multiple adds?

2003-10-21 Thread Robert Sossomon
:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 2:39 PM To: Robert Sossomon; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Multiple adds? From: Robert Sossomon [EMAIL PROTECTED] An example is: http://www.garlandcnorris.com/quotes/seestore.php I have a session tracker installed on it already