How to clear forms cache
Hello,
I need to replace an .fmx file while the application server is running. This is no problem as long as the corresponding form is not in use by any user. If the form is in use I cannot replace it and if I try to rename the old version of the .fmx and place the new version in the source directory then the form cannot be started at all!
Is there any way to invalidate the forms cache so that the next call to the .fmx file is directed to the newer version?
It is really an annoying problem as we have a greater number of users and many forms a frequently open for days so that changes cannot be made easily. Also it is no option to shutdown the forms service even for a short time.
I really do appreciate any help!
Thanks in advance.