BaseSalesOrderEntryForm..::..SearchDebtors Method

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

Syntax


public bool SearchDebtors(
	ref string SelectedDebtorID,
	ref string SelectedDebtorAccNo,
	ref string SelectedDebtorAccName,
	ref string Title,
	ref string FirstName,
	ref string Surname,
	Form OwnerForm
)
Public Function SearchDebtors ( _
	ByRef SelectedDebtorID As String, _
	ByRef SelectedDebtorAccNo As String, _
	ByRef SelectedDebtorAccName As String, _
	ByRef Title As String, _
	ByRef FirstName As String, _
	ByRef Surname As String, _
	OwnerForm As Form _
) As Boolean
public:
bool^ SearchDebtors(
	String^% SelectedDebtorID, 
	String^% SelectedDebtorAccNo, 
	String^% SelectedDebtorAccName, 
	String^% Title, 
	String^% FirstName, 
	String^% Surname, 
	Form^ OwnerForm
)

Parameters

SelectedDebtorID
Type: String%
SelectedDebtorAccNo
Type: String%
SelectedDebtorAccName
Type: String%
Title
Type: String%
FirstName
Type: String%
Surname
Type: String%
OwnerForm
Type: Form