Re: Objects and code from datagrid disappearing!
From: Mike Cooper (bidalah_at_yahoo.com)
Date: 03/08/04
- Next message: Brent Bigler: "n characters as string split delimiter?"
- Previous message: Andy: "Basic Authentication and popup windows"
- In reply to: Mike Cooper: "Objects and code from datagrid disappearing!"
- Next in thread: Chris Dunaway: "Re: Objects and code from datagrid disappearing!"
- Reply: Chris Dunaway: "Re: Objects and code from datagrid disappearing!"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Mar 2004 20:50:50 -0800
Me again,
No one has responded so far, nad I am still getting the problem. I
did notice that on the godotnet forum at:
http://www.gotdotnet.com/community/messageboard/Thread.aspx?id=16732
Some has described the same problem that I am having. Several people
responded to him to say that they had the same problem, but no one had
an answer to it.
Well someone must. This is the kind of problem that would sink an
application, even one from Microsoft if there wasn't a fix or a
workaround to it. If anyone knows, please enlighten me. My project
is already well behind schedule!
Thank you,
Mike Cooper
bidalah@yahoo.com (Mike Cooper) wrote in message news:<df4443e2.0403050910.a0d13e0@posting.google.com>...
> Hello all,
>
> This is an extremely frustrating issue. I have a datagrid that is
> populated with three different custom datagridtextboxcolumns that I
> inherited they all work perfectly, while the code exist! The problem
> is that every now and then, when I switch between the design view and
> the code view, the instantiating code vanishes. Specifically, the
> instantiating code like the following:
>
> Me.RushBoolColumn = new MyRushboolColumn
> Me.Master_DataGridTextBoxColumn_1 = new Master_DatagridTextBoxColumn
>
> ...etc.
>
> Just disppears! The entry that includes these columnstyles into my
> tablestyle disappears with it. All that is left is the defining
> classes, and the initial definitions:
>
> Public RushBoolColumn as RushBoolColumn
> Public Master_DataGridTextBoxColumn_1 as Master_DatagridTextBoxColumn
>
> etc.
>
> Naturally, I wind up with dozens of build errors, in a program that
> was working perfectly before!
>
> After painstakingly putting all of the missing code back in, the
> program again runs fine. Until the next time it happens. Sometimes
> this happens 2-3 times a day. Sometimes it doesn't happen at all. I
> can't find a pattern, except that it seems to happen when I switch
> between views and it seems to happen more often when I check the
> datagrid properties window.
>
> I am using Visual Basic 2002. I have never had these problems before,
> though I have also never used a datagrid before. Can anyone help?
>
> thank you,
> Mike Cooper
- Next message: Brent Bigler: "n characters as string split delimiter?"
- Previous message: Andy: "Basic Authentication and popup windows"
- In reply to: Mike Cooper: "Objects and code from datagrid disappearing!"
- Next in thread: Chris Dunaway: "Re: Objects and code from datagrid disappearing!"
- Reply: Chris Dunaway: "Re: Objects and code from datagrid disappearing!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|