Copying fmx files in Win-Server 2008
I get an error msg when I try to copy a fmx file to the designated "FORMS" folder:
C:\SRC>copy sf31010.fmx c:\forms
Overwrite c:\forms\SF31010.fmx? (Yes/No/All): y
The requested operation cannot be performed on a file with a user-mapped section open.
0 file(s) copied.
I know that that form is currently being used (by me on a different computer).
I am using "Share and Storage Management" to determine who and what file is open, but it doesn't show.
How can we determine which "fmx" file is open and who has it opened, so that we can over-write the current version with a new version?