InfoConnect for Airlines
CaptureScreen Method


Captures the current host screen, including any data entered in non-hidden fields, and adds it to the Screen History list.
Syntax
'Declaration
 
Sub CaptureScreen() 
'Usage
 
Dim instance As IScreenHistory
 
instance.CaptureScreen()
void CaptureScreen()
Remarks
If privacy filters are enforced, sensitive data in unprotected fields will be replaced in the screen capture by the first filter that has matching criteria.
See Also