frmCashBook..::..SearchCreditor Method

Namespace:  JiwaFinancials.Jiwa.JiwaCashBookUI
Assembly:  JiwaCashBookUI (in JiwaCashBookUI.dll)

Syntax


public bool SearchCreditor(
	ref Object CreditorID,
	ref Object CreditorAccountNo,
	ref Object CreditorName,
	string QueryFilter,
	ref string Caption,
	Form OwnerForm
)
Public Function SearchCreditor ( _
	ByRef CreditorID As Object, _
	ByRef CreditorAccountNo As Object, _
	ByRef CreditorName As Object, _
	QueryFilter As String, _
	ByRef Caption As String, _
	OwnerForm As Form _
) As Boolean
public:
bool^ SearchCreditor(
	Object^% CreditorID, 
	Object^% CreditorAccountNo, 
	Object^% CreditorName, 
	String^ QueryFilter, 
	String^% Caption, 
	Form^ OwnerForm
)

Parameters

CreditorID
Type: Object%
CreditorAccountNo
Type: Object%
CreditorName
Type: Object%
QueryFilter
Type: String
Caption
Type: String%
OwnerForm
Type: Form