In my app I have reports in various flavours - some condensed others full of details.
I copy the master report file to 'myreports.frx' etc before use to manipulate the header for paper size.
I delete the old 'myreports.frx' as I enter the routine.
This myreports.frx is the basis for my treatment prg of printing.
I wish to allow the user to toggle between the full and condensed reports via a checkbox an the report prep screen.
All of my code operates correctly - however when I wish to run the 'other' report type immediately after the first ( as a user might want to) I cannot delete the previously used myreports.frx to enable a new one to be copied across.
How can I 'unlock' this myreports.frx to allow it to be deleted?
Thanks
Coldan
I copy the master report file to 'myreports.frx' etc before use to manipulate the header for paper size.
I delete the old 'myreports.frx' as I enter the routine.
This myreports.frx is the basis for my treatment prg of printing.
I wish to allow the user to toggle between the full and condensed reports via a checkbox an the report prep screen.
All of my code operates correctly - however when I wish to run the 'other' report type immediately after the first ( as a user might want to) I cannot delete the previously used myreports.frx to enable a new one to be copied across.
How can I 'unlock' this myreports.frx to allow it to be deleted?
Thanks
Coldan