Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7456 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.