Has anyone come across any quirks with VFP9 forms and reports with respect
to using private data sessions? Several of us are running into intermittent
issues. I've not yet been able to duplicate it 100%, but I'm working on
that.
Issue: You run a report from a program, and the find file dialog appears. No
apparent reason. Suspend program immediately before report form is run. Open
debugger, add set('datasession'). Edit report. Preview. Previews fine,
datasession stays at 1. Immediately preview again. Datasession changes, find
file dialog appears. Cancel. Preview again, previews fine. Preview again,
find file dialog appearrs and datasessions is changed. Every other time we
previewed the report, it would change datasession and error out, and every
other time it would preview fine.
Issue: Modify report. Ensure private data session is not selected. Save
report. Edit report. Private datasession is selected. Unselect it. Save
report. Edit report. Private datasession is selected.
Issue: Create form. Set to private datasession. Add tables to DE. Save.
Edit, set to default datasession. Save and run. Form opens in private
datasession, even though you set it to default.
We are seeing enough of these to establish a pattern, but not enough to
duplicate it 100%.
(and, no, I'm not the only one here that is seeing this :-P )