September 14, 200718 yr Hi - I'm having a bizarre problem. I have a db that uses a few plugins - troi file, zippscript, and myfmbutler. They all seem to be working fine. However, if I use Save A copy as... to make a backup, the zippscript stops working in the copy. Not only stops, but makes weird things happen to the field it's associated with. I've tried narrowing it down to some other issue, but if I make a copy in Windows explorer, the problem does not occur, but using Save a Copy in FM, it does. Anyone have any idea what this is about? I'm not using the clone feature, I've tried both compacted and not compacted copies - doesn't make a difference. Insights appreciated!
September 14, 200718 yr I use zippScript to Save A Copy As (both Clone and Compacted) during development with no problems.
September 14, 200718 yr The file's name must be hard-coded into one or more of the calculations that activates the script via the plugin. Is the name of the saved copy different from the original? Instead of hard-coding the file name, use the Get( FileName ) function to make it dynamic.
Create an account or sign in to comment