Jump to content

This topic is 7016 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

This topic is 7016 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.