Copy fields question

  • Thread starter Thread starter Woody Splawn
  • Start date Start date
W

Woody Splawn

I have a number of fields on a form in a certain solution. In another
solution with a similar form I need to have these same fields. Do I need to
create them again from scratch or will it work ok to copy and past from one
form in one solution to another form in another solution?
 
YOu can copy them, but you can compile the form into a .dll and add it as a
Inherited Form...this should save you a little work if you need to reuse the
form more than once.

HTH,

Bill
 
Back
Top