error (listview)

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

    error (listview)

    Hello,
    I have a problem while editing item in list view - when I am doing it
    and right away start some other action the application falls. I think I
    need some kind of command which will tell it's the end of editing or
    focusing on the list view.The question is ,which command?
    Thank you!



    *** Sent via Developersdex http://www.developersdex.com ***
  • Chris

    #2
    Re: error (listview)

    What error do you get when your "applicatio n falls"?
    "juli jul" <juli8024@yahoo .com> wrote in message
    news:%23K93x3AQ FHA.3296@TK2MSF TNGP15.phx.gbl. ..[color=blue]
    > Hello,
    > I have a problem while editing item in list view - when I am doing it
    > and right away start some other action the application falls. I think I
    > need some kind of command which will tell it's the end of editing or
    > focusing on the list view.The question is ,which command?
    > Thank you!
    >
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***[/color]


    Comment

    • juli jul

      #3
      Re: error (listview)


      I get the: Object referece not set to an instance of an object.
      That happens when I am editing the cell and while the focus still on it
      try to open a file in my application.
      I think I need somehow to sign by some command the end of an edit.
      How?
      Thanks a lot!


      *** Sent via Developersdex http://www.developersdex.com ***

      Comment

      • Chris

        #4
        Re: error (listview)

        No, that error says you are trying to access the and object that is set to
        nothing. What is the line that it errors on?

        Chris

        "juli jul" <juli8024@yahoo .com> wrote in message
        news:OIWY7cCQFH A.2356@TK2MSFTN GP14.phx.gbl...[color=blue]
        >
        > I get the: Object referece not set to an instance of an object.
        > That happens when I am editing the cell and while the focus still on it
        > try to open a file in my application.
        > I think I need somehow to sign by some command the end of an edit.
        > How?
        > Thanks a lot!
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***[/color]


        Comment

        Working...