Saved Bookmarks
| 1. |
What Is The Difference Between Waitall And Waitany ? |
|
Answer» The WaitAll control will wait until All objects are Created. The WaitAny component is USED when any ONE object—screen, form, or application—in a group must be created before the user can proceed. This is USEFUL when,for example, the group CONSISTS of three screens, each relating to a level of MEMBERSHIP. The WaitAll control will wait until All objects are Created. The WaitAny component is used when any one object—screen, form, or application—in a group must be created before the user can proceed. This is useful when,for example, the group consists of three screens, each relating to a level of membership. |
|