Rajesh Karunakaran
Programmer
Dear all,
I have a main form A. This form calls another form B which uses Private Data Session. I have cursors in B with buffering activated. User will enter data in these cursors (through form B UI of-course). I need this data from B to be returned to A. But, the cursors created from B auto closes when form is released. Alternatively, if I create cursors in A and pass names to B (so that B can insert to them), those cursors are shown as not used within B (coz of Private Data Session?).
What would be the best way to return a table data from B (say, in temporary cursors) to form A?
Thanks
Rajesh
I have a main form A. This form calls another form B which uses Private Data Session. I have cursors in B with buffering activated. User will enter data in these cursors (through form B UI of-course). I need this data from B to be returned to A. But, the cursors created from B auto closes when form is released. Alternatively, if I create cursors in A and pass names to B (so that B can insert to them), those cursors are shown as not used within B (coz of Private Data Session?).
What would be the best way to return a table data from B (say, in temporary cursors) to form A?
Thanks
Rajesh