G
Gregs List Acct
I'm programmatically changing .visible and .enabled properties on various
form fields based values entered in other fields. This works great for a
single user, but the moment a 2nd user opens the form, they're instance is
subjected to whatever the last .visible and .enabled properties were set.
Is there a way to keep the .visible and .enabled property changes limited to
the scope of a single user? Is there a better approach to handling this?
form fields based values entered in other fields. This works great for a
single user, but the moment a 2nd user opens the form, they're instance is
subjected to whatever the last .visible and .enabled properties were set.
Is there a way to keep the .visible and .enabled property changes limited to
the scope of a single user? Is there a better approach to handling this?