W
Woody Splawn
I am somewhat new to VS.net in general. As a result I am prone to make
mistakes. When adding some new feature to a a form it would be nice if I
could back it up before trying something that might mess things up. Also,
there are times when a new form is enough like an old one that the best way
to create the new report is to simply make a copy of the old one, rename the
copy and add modifications. So the question is, how to backup or copy a
form. Sounds easy, but my experience has been that it is not.
You can copy the form but there are some things that are done internally in
the original form that are not gotten rid of easily. That is, it is not easy
to get the internals of the original form not to point to or remember things
that are indigenous to the orignal report. I could give all the details but
I don't want to be too long in writing, but one example is this. In one
form I have some code that goes like this:
var1.ParentSource = Me
With this line in the original report, if you copy it, apparently, the copy
still thins of ME as the original report. Don't know how to get around
this.
Bottom line on it all is that I wish I had some easy infalible way of
copying a form. Very handy if you can but I haven't found an easy
combination yet.
Anyone.
mistakes. When adding some new feature to a a form it would be nice if I
could back it up before trying something that might mess things up. Also,
there are times when a new form is enough like an old one that the best way
to create the new report is to simply make a copy of the old one, rename the
copy and add modifications. So the question is, how to backup or copy a
form. Sounds easy, but my experience has been that it is not.
You can copy the form but there are some things that are done internally in
the original form that are not gotten rid of easily. That is, it is not easy
to get the internals of the original form not to point to or remember things
that are indigenous to the orignal report. I could give all the details but
I don't want to be too long in writing, but one example is this. In one
form I have some code that goes like this:
var1.ParentSource = Me
With this line in the original report, if you copy it, apparently, the copy
still thins of ME as the original report. Don't know how to get around
this.
Bottom line on it all is that I wish I had some easy infalible way of
copying a form. Very handy if you can but I haven't found an easy
combination yet.
Anyone.