Thanks, Tracy. I've looked into it a bit, but not sure I really want all those gyrations since the DE that now ends up on the form is ReadOnly. I understand why that is, but it presents a different set of challenges.
Fred On Thu, Mar 27, 2014 at 2:25 PM, Tracy Pearson <[email protected]>wrote: > Fred Taylor wrote on 2014-03-27: > > Dan, > > > > Data Sessions are indispensable, however the DataEnvironment is somewhat > of > > a feature that I find less than useful, especially in an environment > that > > you need to switch entire pathing for multiple companies to their > > respective data tables. > > > > The private data session allows each form to have it's own copies of the > > tables open, so you don't have to keep track of record number position, > > etc., for each form for all it's tables. > > > > Fred > > > > Fred, > > You can subclass the DataEnvironment to accomplish that task. > DEClass and DEClassLibrary point to the datasession class that holds the > tables, which is a subclass of the base code you put together. This in turn > is a subclass of the base DataEnvironment. > > Tracy Pearson > PowerChurch Software > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajcbkso4xrfsmmrtbrdoc+9q00gm-0tqj98jaxsvhtimqvo...@mail.gmail.com ** 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.

