Dr. Evil Posted January 13, 2017 Posted January 13, 2017 Can you script curser entry into a field? I know you can [navigate to field], but what if you have the field "checked" as "no entry;browse mode"? I always thought a script would over ride, and allow entry, even when not marked as such. Reason for the question is, i want a field on layout to be modified, but only through a script. THANKS!!! =)
comment Posted January 13, 2017 Posted January 13, 2017 Yes, the Go to Field[] script step (if used in a script) will override the disabled entry behavior. But denying entry to a field does not make it modifiable "only through a script" - so your strategy may need rethinking.
Dr. Evil Posted January 13, 2017 Author Posted January 13, 2017 Ah geez. I did not have it as a script, only a single action step. that is why it was failing. Thanks Comment, you're still going strong here, awesome! =)
LaRetta Posted January 13, 2017 Posted January 13, 2017 23 minutes ago, Dr. Evil said: Reason for the question is, i want a field on layout to be modified, but only through a script. Hi Randy, If you happen to place that field on a different layout and DO allow entry to the field or if there is an import then the field is not protected. Layout protections are used only to enhance data-entry and Security should be in force as needed. I mention it more for other readers since I highly suspect you've taken that into account. You've touched a fine point in layout/scripting behavior. 6 minutes ago, Dr. Evil said: I did not have it as a script, only a single action step. that is why it was failing. Good observation. Yes, one of the differences between a single step ( button press ) versus script step is that a button is User-driven so User layout rules are applied whereas a script overrules User layout constraints. Nice to see you again! :-)
Dr. Evil Posted January 13, 2017 Author Posted January 13, 2017 wow! LaRetta! long time eh! Nice to speak again! =)
Recommended Posts
This topic is 2869 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