<< Return to Main Index

< Return to Class Index

CGXExcelChildFrame::InitFromFileHandler

virtual LONG InitFromFileHandler(WPARAM wParam, LPARAM lParam);

wParam

WPARAM data

ParamLPARAM data

Remarks

This override corresponds to the WM_GX_INITFILE message. The WPARAM and LPARAM parameters that are passed in to this message are passed on to this method. This method posts the WM_GXINITIALUPDATE and the WM_GXINITIALUPDATEDONE messages to the Excel views. The later message is posted after the tab count is initialized and the Excel data is read in. This override is called when existing Excel files are opened.

See Also

CGXExcelChildFrame::InitNewHandler CGXExcelReadView::OnExcelFileInitialUpdate CGXExcelReadView::OnExcelFileInitialUpdateDone

CGXExcelChildFrame

Class Overview | Class Members