Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual |
You can call the Search File Entries option of VA FileMan for a given file when you want the user to be able to specify the search criteria. This is done by invoking EN^DIS. In addition to DT and DUZ, the program needs the following input variable:
DIC |
(Required) The global root of the file in the form ^GLOBAL( or ^GLOBAL(#, or the number of the file. |
If the search is allowed to run to completion, and if the search criteria have been stored in a template, then a list of the record numbers that meet the search criteria is stored in that same template.
NOTE: The same global array is used to store a list of record numbers saved in FileMan Inquire mode.
^DIBT(SORT_TEMPLATE#,1,IEN)=""
The 1 node indicates that the IEN list was created one of two ways:
IEN is the internal entry number of a record in the file indicated by the fourth piece of the zero node of the template, ^DIBT(SORT_TEMPLATE#,0).
The list of record numbers stored in the template can be used as input to the print routine, EN1^DIP, to create further reports.
Reviewed/Updated: March 8, 2007