Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtPPVW< CExtNSB > problem Collapse All
Subject Author Date
Offer Har Sep 18, 2009 - 5:07 AM

Hi,


I defined my class like this:


class CChildView : public CExtPPVW< CExtNSB<CExtGridWnd> >


but when I go to the print preview I see nothing (empty page, even when there are cells in the grid), and the page numbers are displayed as 1-65535


What am I missing?


Thanks,


Ron.

Technical Support Sep 18, 2009 - 2:43 PM

Please use the CExtNSB < CExtPPVW < CExtGridWnd > > template based type. The CExtPPVW template class has the CExtPPVW < CExtGridWnd > > specialized version. Your current template construction does not allow the C++ compiler to find it.