Hi,
ThisFormSet is automatically created when you are porting FoxProWIndows or older Forms.
I did that 3 times: 2 times I later cut complex classes out of the formset for ongoing maintainance.
Once the forms were used "as is" via adding a special handler object - very special circumstances, not something to be expected for X#. Or wait until customer REALLY needs the feature.
2nd option is to run multiple forms inside same data session. Possible and perhaps done by some, but induces close coupling at a level which makes code brittle. Much better to create distinct forms, load Datasession independant from each form so that you might reuse/enhance under different data environments, which you also can manage inside your program.
regards
thomas
Is it possible to add the “Thisform” keyword to the foxpro dialect of X#?
-
mainhatten
- Posts: 211
- Joined: Wed Oct 09, 2019 6:51 pm

