|
virtual bool COView::OpenView(CRBase *pRBase); Return Value true if successful; otherwise false. Parameter [in] pRBase: A pointer to an opened CRBase object. Remark Calls this function to open a COView object with an opened CRBase object which is wired with an existing TRowset object. After setting filters and sorts by calling functions COView::SetFilter and COView::SetSortOrder, you can call either COView::ApplyView or COView::OpenRowset to apply the view to a CRBase object. For details how to open a view on an existing TRowset object, see the example FilterSort. |