CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    15

    Having a Report View attached to the Frame inDoc/View Architect

    Hi,
    Can someone help me to have a Report View attached to Frame.

    You input will be appreciated!
    Thanks!


  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: Having a Report View attached to the Frame inDoc/View Architect

    When you say 'report view', I assume you mean a list view with multiple columns, like the full details view in Windows Explorer, right? For that, you need to create a view based on CListView. If your project already has its main type of view, you will need to create a second doc template for this new type of view. If that is as clear as mud, e-mail me at [email protected] and I'll help.



    --
    Jason Teagle
    [email protected]

  3. #3
    Join Date
    Apr 1999
    Location
    Delhi, India
    Posts
    32

    Re: Having a Report View attached to the Frame inDoc/View Architect

    I would create the project with the default Form View. Then edit the dialog template of that view in the resource editor, and insert a CListCtrl object. Set its style to report view.

    Rajaraman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured