OpsContextRequestNumericEntry(String, String, NullableInt64) Method |
Displays a dialog box requesting an long value. A null will be returned if the user cancelled the operation.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic long? RequestNumericEntry(
string message,
string title,
long? initialValue
)
Parameters
- message String
- The message to be displayed.
- title String
- The title of the request to be displayed.
- initialValue NullableInt64
- The initial value to be displayed.
Return Value
NullableInt64
See Also