Thanks John I actually do that in every form that uses the free table. Sometimes I get the error, especially if the user opens two private data session forms that use the table.
Rafael ----- Original Message ----- From: "John Weller" <[email protected]> To: <[email protected]> Sent: Saturday, March 14, 2009 6:17 AM Subject: RE: MAKETRANSACTABLE > Hi Rafael, > > I do not know the answer to your question but if I was in your position I > would check for transactable every time I opened the free table if I was > to > use transactions on it. It will take a fraction of a second in execution > but save all your concerns. > > John Weller > 01380 723235 > 07976 393631 > >> >> Hi folks! >> >> I wonder if someone has ever used free tables in a >> transaction. IOW, I need to know how to use istransactable(), >> maketransactable() and how does it work. I find the help text >> somewhat confusing. >> >> >> Here's what I do: >> use mytable shared >> if not istransactable('mytable') >> maketransactable('mytable') >> endif >> > > [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/79605c7ff9ac458c9d9f30f0387bd...@rafael ** 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.

