Directlinq
Registered User.
- Local time
- Today, 04:12
- Joined
- Sep 13, 2009
- Messages
- 67
Hi it might sound a simple question, but is it possible to run a macro stopping the original macro that is running.
A Call command runs the macro in a macro then returns to the original macro.
This is because i got a strange predicament. I have a code that does a lot of different things and at the end of the code it stops an sql service, copys a file and then starts the sql server again.
If i run the whole code it will stop the sqlserver but it will never restart again until i log off and back on again.
But if i run just the end part where it stops the sql seerver copys the file and starts the sqlserver again it works perfectly everytime.
Wierd. So this is hopefully a way arround it.
Many Thanks
A Call command runs the macro in a macro then returns to the original macro.
This is because i got a strange predicament. I have a code that does a lot of different things and at the end of the code it stops an sql service, copys a file and then starts the sql server again.
If i run the whole code it will stop the sqlserver but it will never restart again until i log off and back on again.
But if i run just the end part where it stops the sql seerver copys the file and starts the sqlserver again it works perfectly everytime.
Wierd. So this is hopefully a way arround it.
Many Thanks