RATONES Posted March 26, 2015 Posted March 26, 2015 To log out Webdirect solution , if i use exit application script , will it log out ? or is there something else to log out ? mikey
RATONES Posted March 30, 2015 Author Posted March 30, 2015 How Do i Log out from WebDirect ? is there LogOut Button like web publishing ? thanks, mikey
Morenomdz Posted March 31, 2015 Posted March 31, 2015 What I am using is a button that run a relogin script and auto log into a dummy acc and goes back to my main page. That account has no privileges and can only access one button that is a login. Sadly I dont think there is a simple “logout” option.
BrentHedden Posted April 24, 2015 Posted April 24, 2015 With WebDirect, using the script steps of <Exit Application> or <Close Window) will have the same effect - it'll log the user out, and return to the home page for WD.
siroos12 Posted July 25, 2018 Posted July 25, 2018 You can use below script: If [ Get(SystemPlatform) = 4 ] //If the platform is WebDirect Exit Application Else //If the platform is not WebDirect Open Launch Center Close File [ Current File ] End If
Recommended Posts
This topic is 2565 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