VA FileMan V. 22.2 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

ScreenMan API


UNED^DDSUTL(): Change Disable Editing Property of a Field on a Form

Reference Type Category ICR #
Supported ScreenMan 10150

You can use the UNED^DDSUTL API only within a ScreenMan form, in all places where M code can be placed on the form.

The UNED^DDSUTL API changes the Disable Editing property of a field on the form.

Format
UNED^DDSUTL(field,block,page,value,iens)
Input Parameters
field

(Required) The Field Order number, Caption, or Unique Name of the field.

block

(Required at the page and form levels) The Block Order or Block Name. The default is the current block.

page

(Required at the form level) The Page Number or Page Name. The default is the current page.

value

(Required) The value to give the Disable Editing property, shown below:

"" Restore the Disable Editing property to the value as defined in the BLOCK (#.404) file.
0 Enable editing and allow the user to navigate to the field.
1 Disable editing and prevent the user from navigating to the field.
2 Disable editing but allow the user to navigate to the field.
iens

(Required at the page and form levels) The standard IENS that identifies the entry or subentry associated with the Form-only field. The default is the current entry or subentry.

REF: For a detailed description of IENS, see the "IENS: Identify Entries and Subentries" section in the "Database Server (DBS) API" section.

 


Reviewed/Updated: May 2026