CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: ListView Bug??

  1. #1
    Join Date
    Jan 2003
    Posts
    1

    ListView Bug??

    I'm having a problem with ListView control, I'm working with subitems:
    Sometimes, it only presents the first column of the list, and will not display data in any other fields unless I'll close the application, and run it again.

    Please help if you know how to solve it

    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    Oakville, Ontario
    Posts
    48
    I have worked with list views...provide some code and I'll take a look.

    DA

  3. #3
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792
    My guess is (without seeing your code) that you are using "On Error Resume Next" and you are setting NULL values into the listview.

  4. #4
    Join Date
    Mar 2002
    Posts
    19
    Hello ,
    According to me
    view type of listiview is changing to lvwicon or lvwlist
    plz make view of listview to lvwreport
    it will solve u r problem .

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