OnFormShow

From AutoCount Resource Center


OnFormShow

OnFormShow is triggered after the form is generated & shown.


Usage

OnFormShow event in Sales Invoice

public void OnFormShow(BCE.AutoCount.Invoicing.Sales.Invoice.FormInvoiceEntry.FormShowEventArgs e)

Example

Add a button to prompt a message to display Debtor's Outstanding and Last Payment Amount

Add using Directive

using BCE.Data;
using BCE.AutoCount.Invoicing.Sales.Invoice;
using DevExpress.XtraEditors;
public void OnFormShow(BCE.AutoCount.Invoicing.Sales.Invoice.FormInvoiceEntry.FormShowEventArgs e)
{

}


See Also

Go to menu

Go to top
Resources For AutoCount Software Developers