RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread Rick Lamb
Bob, Sounds to me like your talking about an everyday shopping cart. I would use a associative array (structure) to store all the items names and values for each item and then append each of these structures to an array. At the end of the order, just loop through the array and output the

Re: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread stas
Rick, I think he is looking for an interface widget. - Original Message - From: "Rick Lamb" [EMAIL PROTECTED] Bob, Sounds to me like your talking about an everyday shopping cart. I would use a associative array (structure) to store all the items names and values for each item and

RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread Michael Brzezicki
Hi, I'm sorry but I received your email accidently. Although I myself am I CF Developer and also doing something similiar to what your doing. I have to convert an MS Acccess 97 application to the web using CF. I am having a huge problem doing this though because for some reason CF will not

RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread JustinMacCarthy
Here is a very quick DHTML example I just knocked up for u. (ie4 + ) Needs to be changed slightly to be DOM compliant You need to loop over the 'Form' collection on the "action" page to add each field (lineitem1,lineitem2 lineitem3 etc) Justin MacCarthy html head script !--// currentItem

RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread paul smith
Post some details to CF-talk. best, paul At 10:02 AM 12/13/00 -0500, you wrote: Hi, I'm sorry but I received your email accidently. Although I myself am I CF Developer and also doing something similiar to what your doing. I have to convert an MS Acccess 97 application to the web using

RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread Bob Silverberg
Thanks Justin - that looks like just what I was looking for. Now I've got to see if I can make it work with a complex form. Bob -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: December 13, 2000 10:06 AM To: CF-Talk Subject: RE: Unlimited Line Item Subform