BaseSalesOrderEntryForm..::..SearchDescriptions Method

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.SalesOrder
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


public void SearchDescriptions(
	string InventoryID,
	ref string Description,
	Form OwnerForm
)
Public Sub SearchDescriptions ( _
	InventoryID As String, _
	ByRef Description As String, _
	OwnerForm As Form _
)
public:
void SearchDescriptions(
	String^ InventoryID, 
	String^% Description, 
	Form^ OwnerForm
)

Parameters

InventoryID
Type: String
Description
Type: String%
OwnerForm
Type: Form