OpsContextSimRequestNumericEntry Method |
Displays a dialog box requesting an long value. The default will be returned if the user cancelled the operation.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic long SimRequestNumericEntry(
string message,
string title,
long dflt
)
Parameters
- message String
-
- title String
-
- dflt Int64
-
Return Value
Int64
See Also