Henry Posted June 24, 2004 Posted June 24, 2004 Hi there, just want to know how can i check the file status of my solutions. I want to know the file is in good conditions or corrupted. if any corrupt file found, I want to prompt user on my own way. I have create a script to check all the files but it didn't work. Hope some body can let me know how to do it. Below is my code: Allow user abort[Off] Set error capture[on] open[abc.fp5] if[status(currenterror) = 804 or status(currenterror) = 805...] my conditions... end if open[def.fp5] if[status(currenterror) = 804 or status(currenterror) = 805...] my conditions... end if .. Regards, Henry
Lee Smith Posted June 24, 2004 Posted June 24, 2004 Go here: http://www.newmillennium.com/ or here: http://www.fmfiles.com/dev1.html and download a file called MetadataMagic By: New Millennium HTH Lee
Recommended Posts
This topic is 7456 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now