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 _______________________________________________ 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/[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.

