privates DataSession
Posted: Mon Feb 03, 2025 6:39 pm
Good morning guys, I'm reviewing XSharp and I enjoy the evolution when I recognize that the equivalent of the FoxPro SET command has been incorporated, a useful debugging object to see the different "dbf aliases" open in different data sessions.
The question arises for me: what is the approach to managing different private DataSessions in XSharp that try to emulate VFP Data Sessions?
In other words, in FoxPro, forms (Class Form, etc.) have the DataSession property that determines the visibility of open aliases. Can XSHARP understand the concept of private data sessions linked to the life of a form or some equivalent mechanism?
Does anyone on the forum have some code examples to analyze and understand it?
thank you
Juan
The question arises for me: what is the approach to managing different private DataSessions in XSharp that try to emulate VFP Data Sessions?
In other words, in FoxPro, forms (Class Form, etc.) have the DataSession property that determines the visibility of open aliases. Can XSHARP understand the concept of private data sessions linked to the life of a form or some equivalent mechanism?
Does anyone on the forum have some code examples to analyze and understand it?
thank you
Juan