Hi all,
I am using grid control to get a range of values
for eg,
col1 col2 col3
1 5 range1
6 10 range2
11 15 range3
Here I want to check the duplicate range checking before reading.
for eg
1 5 range1
and if
3 5 range2
occurs I have to raise error. I could not find the logic to check the duplicate range here.
For the above case all the following ranges are invalid or duplicate for 1 to 5 range
1 5 (duplicate)
1 3 ( already covered in range 1-5)
0 10 ( over covered by this range)
0 5 (over covered)
2 10 (intersecting range)
Any one knows the idea? if possible I need the code...
-Thanks in advance
Santhakumar B
I am using grid control to get a range of values
for eg,
col1 col2 col3
1 5 range1
6 10 range2
11 15 range3
Here I want to check the duplicate range checking before reading.
for eg
1 5 range1
and if
3 5 range2
occurs I have to raise error. I could not find the logic to check the duplicate range here.
For the above case all the following ranges are invalid or duplicate for 1 to 5 range
1 5 (duplicate)
1 3 ( already covered in range 1-5)
0 10 ( over covered by this range)
0 5 (over covered)
2 10 (intersecting range)
Any one knows the idea? if possible I need the code...
-Thanks in advance
Santhakumar B