InterviewSolution
| 1. |
What Is Occur Level And Occur Count? |
|
Answer» Occurs Level: Occurs level DETERMINES the level of the object that we inserted. By using this we can set LEVELS for example after inserting a level BASED control in level 2 if you want to change the level based control to level 1 you can change the occurs level. Occur Count: Occur Count determines how many rows should be DISPLAYED. For ex if you want the scroll to DISPLAY only 5 rows then we will give occurs count to 5. Occurs Level: Occurs level determines the level of the object that we inserted. By using this we can set levels for example after inserting a level based control in level 2 if you want to change the level based control to level 1 you can change the occurs level. Occur Count: Occur Count determines how many rows should be displayed. For ex if you want the scroll to display only 5 rows then we will give occurs count to 5. |
|