VA FileMan V. 22.0 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

ScreenMan API


UNED^DDSUTL( )

You can use this entry point only within a ScreenMan form, in all places where M code can be placed on the form.

This procedure 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 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. For a detailed description of IENS, see "IENS - A New Way to Identify Entries and Subentries" in the Introduction to the "Database Server (DBS) API" chapter.

 


Reviewed/Updated: March 4, 2007