I could be completely wrong, but my understanding was that formSETS was an attempt at providing a way to control an applications forms, and also to provide some communication between forms...kind of a supra-form, or form-parent object reference.
formset.form1.textbox.value=1 formset.form2.textbox.value=formset.form1.textbox.value ?formset.form2.textbox.value would then show "1" But, regardless, they were always a lot of trouble and best avoided at all costs. Mike >>> FormSets are entirely separate forms in a set, nothing at all like a >>> PageFrame on a form. Do yourself a favor and stay away from > FormSets. >> Ah, so it's more like "FormSets *can* be used to create a tabbed form, > but >> PageFrames *are* used to do them"? >> >> I, frankly, don't see the reason why one would stick a bunch of forms >> together unless they were a tabbed set (though, granted, I haven't > really >> thought too much about it), so I've no issue with staying away from >> FormSets. >> > Joel- > > FormSets are evil - run like hell away from them unless you very much > enjoy pulling your hair out and drinking heavily.... > > Besides that - these are two entirely different beasts. Let me see if I > remember all of this (haven't done any of this in years)... > > Think of it this way: > > A tabbed form is created using a PageFrame > > A PageFrame is an object on a Form. > > (grasping top of head) A set of Forms *can* be grouped together to > create what is called a FormSet. > > (reaching for bottle) Control of Formsets is then an exercise in > futility - you will never understand where you are or what you are > doing, and when the form or control contained on it doesn't work > correctly, you will spend HOURS and HOURS trying to track it down, until > you give up and disgard the idea of using FormSets in the first > place..... > > DON'T USE FORMSETS > > Thanks, > > Matthew Jarvis || Business Systems Analyst > IT Department > McKenzie-Willamette Medical Center > 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: > 541-744-6145 > -------------------------------------------------------------------------- > Disclaimer: This electronic message may contain information that is > Proprietary, Confidential, or legally privileged or protected. It > is intended only for the use of the individual(s) and entity named > in the message. If you are not an intended recipient of this > message, please notify the sender immediately and delete the > material from your computer. Do not deliver, distribute or copy > this message and do not disclose its contents or take any action in > reliance on the information it contains. > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

