PrintButton_click(___) // on BillForm in which we add values to make bill
{
/// a form opens ReceiptForm which is in a receipt format , and values should shift in this ReceiptForm from BillForm dynamically
/// and shows print Preview and then print
}
I'm stuck in passing the values on another form also suggest me which is the best way to achieve this functionality.
I'm stuck in passing the values on another form also suggest me which is the best way to achieve this functionality.
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

varsha dodiyaPosted Dec 29, 2014, 12:52 AM
Sibeesh VenuPosted Dec 25, 2014, 11:45 PM
http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
http://stackoverflow.com/questions/1559770/send-values-from-one-form-to-another-form
Please accept and up vote if it helps you