Results 1 to 4 of 4

Thread: List View Control

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs down

    Hi everyone.

    I have a ListView control (in Report view) in my program. When I click on an item in it (highlight a line), wait a few seconds, and click on that same line again, it goes into Edit Mode. In other words, it allows the user to change a value, which is not what I want.

    Anyone know how to prevent the listview control from doing this. I've looked in help, but it didn't help.

    Thanks.

  2. #2
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    Set the LabelEdit property to 1-lvwManual.
    "It's cold gin time again ..."

    Check out my website here.

  3. #3
    Guest
    Set the LabelEdit property to lwvManual.
    Code:
    ListView1.LabelEdit = lvwManual

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up Thanks Megatron and Bruce G.

    That's exactly what I was looking for guys.

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