A
Agnes
in my main_form (with menubar), i can call myInvoiceForm. However, I need to
pass the parameter to the invoice form. I had declared a public property in
myInvoiceForm.
BUT,I can't set the value to the property in myMainForm. so. How can i
call the invoice and then pass the invoice not to it ???
Thanks
Private WithEvents MyInvoiceForm As Form
pass the parameter to the invoice form. I had declared a public property in
myInvoiceForm.
BUT,I can't set the value to the property in myMainForm. so. How can i
call the invoice and then pass the invoice not to it ???
Thanks
Private WithEvents MyInvoiceForm As Form