Jump to content

script


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

Recommended Posts

Hi

the way my solution work is some of the field are selected via popup or dropdown.

i want that once it is selected another user viewing the record should see the dropdown grey out - not clickable.\

pleasse advise how i could do that

thanks

Link to comment
Share on other sites

BTW, please stop being so cryptic in your posts.

The Title of your topic should give some indication of your question? Using a one word name like “Script” when your are posting to the Manage Scripts topic doesn’t HELP.

Your topic should indicate what the problem that you are asking!!! for help with.

Did you read this article that I linked in one of my PMs to you?  Anatomy of a Good Topic

Lee

24 minutes ago, H said:

yes they are being served via a cloud server host

I guess you didn’t think this was important information?

Link to comment
Share on other sites

I'm suggesting that you use two objects:

1. The actual data entry field with dropdown

2. A copy of the field set to not allow entry in Browse mode (checkbox on the Data tab of the Inspector).

Never mind about conditional formatting. You can just format 2 as gray or whatever.

Use the "Hide object when" option on the Data tab of the Inspector.

The "hide" formula for 1 would be: not IsEmpty( Self )

The formula for 2 would be: IsEmpty( Self )

Stack one on top of the other. Done.

Link to comment
Share on other sites

This topic is 2955 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.