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