Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A Windows-NT administration problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00411627
Message ID:
00411629
Views:
9
I don't know if there is a better solution but one could be to trap any errors to the FOXHHELP.EXE /REGSERVER
call and then display the message if any errors occur period..

For example....

cerror=SET("ERROR")
on error messagebox("NO access to make this operation")
execute FOXHHELP.EXE /REGSERVER
on error &cerror

ect...
Previous
Reply
Map
View

Click here to load this message in the networking platform