Application does'nt work without break point.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suvarna1026
    New Member
    • Jan 2008
    • 21

    Application does'nt work without break point.

    Hi,I got traped about an unknown error.
    I have made HttpUpload Component(OCX) in VB6.0.It is working fine only when I give break point in my application(I mean I can upload file on server only when there is break point in app,otherwise not).Any one knows why so?I tried to give time delay,by inserting for loop,bt it does'nt worked.
  • prakashsakthivel
    New Member
    • Oct 2007
    • 57

    #2
    Originally posted by suvarna1026
    Hi,I got traped about an unknown error.
    I have made HttpUpload Component(OCX) in VB6.0.It is working fine only when I give break point in my application(I mean I can upload file on server only when there is break point in app,otherwise not).Any one knows why so?I tried to give time delay,by inserting for loop,bt it does'nt worked.

    Hi,

    Please put "Doevents" before the line and then try whether it is working or not.

    Musai.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      break points are used to debug the application not to run the application.

      Comment

      • mikarzexela
        New Member
        • May 2008
        • 4

        #4
        try to insert a MSGBOX..hope it will work

        Comment

        Working...