Re: VB6 Application Keeps Hanging????
From: Val Mazur (group51a_at_hotmail.com)
Date: 09/24/04
- Next message: Mark Micallef: "can't assign to array"
- Previous message: Rick Rothstein: "Re: Dates"
- In reply to: Ian: "Re: VB6 Application Keeps Hanging????"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 22:00:46 -0400
Hi,
I do not think bookmarks should cause it unless there are some changes in a
cursor location after installing of the MDAC. I have seen several posts when
people complaining that cursor location changes in some cases, but it is
just a guess.
-- Val Mazur Microsoft MVP "Ian" <ian@NoWhere.com> wrote in message news:%23wGekfWoEHA.3464@tk2msftngp13.phx.gbl... > Hi Val > > > All errors get logged to a database. and if for some reason that fails > then > the error gets logged locally to the system log. > > I was thinking more that maybe I have corrupt vb runtime that I keep > distributing to every one. > > There does seem to be some relation ship with data access because the only > time this happens is when it seems to be moving to the next record. > > I do use bookmarks heavily in this application. Could this be the problem. > > Ian > > > > > "Val Mazur" <group51a@hotmail.com> wrote in message > news:%23G%23C4bRoEHA.2904@TK2MSFTNGP15.phx.gbl... >> Hi Ian, >> >> Unless you find the place in a code, where it causes problem it is hard >> to >> say what is the actual cause of it. Did you try to write some sort of log >> file or just to show messages? It could help to trace the code >> >> -- >> Val Mazur >> Microsoft MVP >> >> >> "Ian" <ian@NoWhere.com> wrote in message >> news:enhUEUJoEHA.3428@TK2MSFTNGP11.phx.gbl... >> > Hi all >> > >> > I have written a VB6 application that records Groups of instructions to > a >> > MS >> > SQL2000 DB. I call these groups Scenarios. >> > >> > These instructions perform certain tasks. >> > >> > This was all working perfectly until last week some time there was > reports >> > of the application just hanging. >> > >> > The Hanging is happening at certain times. My application has what I > call >> > 3 >> > modes. Design, Debug and Run mode. >> > >> > In Design mode you can edit/add the instructions >> > In Debug mode you can run the instructions one at a time and edit/add > them >> > at the same time. >> > In Run mode all the instructions are executed. and no editing can tack >> > place. >> > >> > This hanging problem happens most in run mode. But never in Design >> > mode. >> > >> > I have also tried to Debug the application to see what line of code it >> > hangs >> > on but the never works. >> > >> > There is no similarity with the instruction that this keeps happening >> > on >> > as >> > there are six different people having this problem and they are all >> > building >> > different scenario's. >> > >> > I there was also no big code changes that happened last week. >> > >> > The application is packaged on my machine and the users then install it > on >> > there's. >> > I did start to use MDAC 2.8 recently. >> > I also thought maybe reinstalling Visual basic on my machine might help >> > but >> > the problem is persisting. >> > >> > Any idea's would be great. >> > >> > >> > Thanks, >> > >> > Ian >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> >> > >
- Next message: Mark Micallef: "can't assign to array"
- Previous message: Rick Rothstein: "Re: Dates"
- In reply to: Ian: "Re: VB6 Application Keeps Hanging????"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|