My applications deal with a 3rd party app's tables.
To avoid any problems I CLOSE ALL when I wish to run that application from within my application.
I have that working nicely BUT I would like the user to be able to continue in my application from where they were when they opened the 3rd party app.
I am thinking of something similar to the hibernate command in Windows where the RAM state is saved to disk.
If this is not possible the user will have to be sent back to step 1 and restart my application which is what I have at present.
I vaguely remember something similar in Clipper many years ago.
Any comments please.
Coldan
To avoid any problems I CLOSE ALL when I wish to run that application from within my application.
I have that working nicely BUT I would like the user to be able to continue in my application from where they were when they opened the 3rd party app.
I am thinking of something similar to the hibernate command in Windows where the RAM state is saved to disk.
If this is not possible the user will have to be sent back to step 1 and restart my application which is what I have at present.
I vaguely remember something similar in Clipper many years ago.
Any comments please.
Coldan