05-29-2009, 04:09 PM
I have got solution for my both problems.
To avoid logging any checkpoint we can use
Reporter.Filter = 3
Your checkpoint(s)
Reporter.Filter = 0
default value is 0 which means log all and 3 is for not logging any of the checkpoints.
For second problem every checkpoint returns value just we need to use
Val = Window(---).Check (checkpointobject)
To avoid logging any checkpoint we can use
Reporter.Filter = 3
Your checkpoint(s)
Reporter.Filter = 0
default value is 0 which means log all and 3 is for not logging any of the checkpoints.
For second problem every checkpoint returns value just we need to use
Val = Window(---).Check (checkpointobject)