Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread Bob Silverberg
Hi all, Here's the scenario: A user is entering an order, the order will have some info associated with it, and then the order can have multiple line items added to it. Each line item will have a number of attributes (like product, quantity, etc.). In a program like Access, you can create a

RE: Unlimited Line Item Subform functionality in a FORM

2000-12-13 Thread Rick Lamb
a shopping cart in Cold Fusion and they should give you the ideas you need. Rick -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 8:32 AM To: CF-Talk Subject: Unlimited Line Item Subform functionality in a FORM Hi all, Here's the scenario

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
; div id=lineitems input type="text" name="lineitem1" size=20 /div input type="Button" onclick="AddLineItem()" /form /body /html -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 2:32 PM To:

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
name="" div id=lineitems input type="text" name="lineitem1" size=20 /div input type="Button" onclick="AddLineItem()" /form /body /html -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Decembe