November 16, 200520 yr 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.
November 16, 200520 yr 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.
Create an account or sign in to comment