ListItem Edit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mad

    ListItem Edit

    Hello Again;

    Q: What is the best Code effective way to prevent a ListItem to be directly
    edited on a ListView set to Report.

    Thanks to all who replay.



  • R.Wieser

    #2
    Re: ListItem Edit

    Mad <madpoet@coqui. net> schreef in berichtnieuws
    7vhSb.86$rK6.74 @fe02.usenetser ver.com...[color=blue]
    > Hello Again;[/color]

    Hello Mad,
    [color=blue]
    > Q: What is the best Code effective way to prevent a ListItem to be[/color]
    directly[color=blue]
    > edited on a ListView set to Report.[/color]

    Have you looked in your VB-help ? Under the "ListView control" ? One of
    it's events seems to be "BeforeLabelEdi t", which has a "Cancel" argument.
    I'm just guessing here, but I think that cancelling your edit-request would
    be exactly what it would be doing ... :-)

    Regards,
    Rudy Wieser



    Comment

    • Bob Butler

      #3
      Re: ListItem Edit

      "Mad" <madpoet@coqui. net> wrote in message news:<7vhSb.86$ rK6.74@fe02.use netserver.com>. ..[color=blue]
      > Hello Again;
      >
      > Q: What is the best Code effective way to prevent a ListItem to be directly
      > edited on a ListView set to Report.[/color]

      maybe...
      listview1.label edit = lvwManual
      [color=blue]
      > Thanks to all who replay.[/color]

      Well, I did read the question twice. I guess that counts <g>

      Comment

      Working...