OpsContextRequestAlphaEntry Method |
Displays a dialog box requesting an alpha/numeric entry. A null will be returned if the user cancelled the operation.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic string RequestAlphaEntry(
string message,
string title
)
Parameters
- message String
- The message to be displayed.
- title String
- The title of the request to be displayed.
Return Value
String
See Also