Home > Available Help Files > PC-DMIS BASIC Language > Cypress Enable Scripting Language Elements > Dialog Support > Statements and Functions Used in Dialog Functions > DlgFocus Statement, DlgFocus() Function
Current Help File: PC-DMIS Basic (View Core Help)
DlgFocus Identifier
DlgFocus()
The DlgFocus statement is used within a dialog function to set the focus on the dialog box control identified by Identifier while the dialog box is displayed. When a dialog box control has the focus, it is active and responds to keyboard input. For example, if a text box has the focus, any text you type appears in that text box.
The DlgFocus() function returns the string identifier for the dialog box control that currently has the focus.
More: