User Tools

Site Tools


open_open_the_view_.htm
Navigation:  ABC Library Reference > ViewManager > ViewManager Methods >====== Open (open the view) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Open, VIRTUAL

blk2blue.jpg

The Open method opens the managed VIEW.

Implementation:

The Open method opens the view and applies the active sort order and filter with the ApplyOrder and ApplyFilter methods. The Open method applies the buffering specified by the PagesAhead, PagesBehind, PageSize, and TimeOut properties. It also sets the private Opened property to TRUE if the View was opened with no errors.

Example:

MyView.AddSortOrder(ORD:ByCustomer)                       !sort by customer no

MyView.AddRange(ORD:CustNo,Relate:Orders,Relate:Customer) !range limit by parent file

MyView.Open                                               !open the view

!program code

MyView.Close                                              !close the view

See Also:     ApplyFilter, ApplyOrder, PagesAhead, PagesBehind, PageSize, TimeOut

open_open_the_view_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1