Ricardo Posted November 16, 2005 Posted November 16, 2005 Hi All, Is the only way to hide the toolbar to the user when they log on to the db via the web to perform an open scrip that hides toolbar when opening the db? In short - My end result is that i dont want the user when logging on via web to see toolbar. I want all user interaction through buttons i create. thanks in advance.
Reed Posted November 16, 2005 Posted November 16, 2005 I assume you're talking about the status area, and in that case, yes you must use a startup script that hides and locks the status area. You can use: If [PatternCount(Get(ApplicationVersion);"Web")] to control whether something happens only for web users.
Recommended Posts
This topic is 7237 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