I have a text field (PICID) on a form called "Matter".
The PICID text box is NOT checked as "Write Once - Disable after save".
PICID uses a Get Value From command to pull text from a Settings file field (EmployeeInfo).
When the Matter form opens, retrieves EmployeeInfo and PICID is grayed out/not accessible.
I assume this is a result of using the Get Value command?
But is this "protection" that is applied due to the Get Value command the same that is applied when one uses the "Write Once - Disable after save" option?
I really want to set PICID to "Write Once - Disable after Save".
But when I do that, and run Button commands (see below)
I seem to be getting inconsistent/unexplainable results
when I attempt use the Enable Field command to enable PICID.
Would this have something to do with the interaction between
the Enable Field command and the fact that the PICID is
being doubly protected because of (1) the Get Value command it uses
and (2) the "Write Once - Disable after save" option?
My Button on the Matter form has these commands in it.
[1] Save Entry: Matters
[2] Enable Field: Matters/PICID
[3] Go to List: Employees/Default Custom Menu
In the Custom menu I have 3 commands set up for the "Show Form" (I deleted all other commands in all other custom menu options, except the rBack Action)
[1] Save Entry: Employees
[2] Save Entry: Matters
[3] Return Back - No Check
.