Dynamically hiding/showing screen fields

SOLVED

I am trying to hide or show fields on a screen dynamically based on certain conditions.  I am using the following:

Chgfmt [M:ZLD2]FIELD1 With "K:10"    #show field

Chgfmt [M:ZLD2]FIELD1 With "-K:10"     #hide field

This command is working for most fields, but not for date fields.  How can I dynamically hide/show date fields?

Parents Reply Children