June 24, 200421 yr 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
June 24, 200421 yr 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
Create an account or sign in to comment