properly programing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have 2 forms that let the user print the form so now im deliberating how to
do that?
i mean that its the same functions so to write them twice ?
shared maybe?
what is the right way ?

thanks
 
Hi s-galit,

Yes, you could create a shared method in some class, which accepts a form
argument and then prints it.

HTH,
Rakesh Rajan
 
Back
Top