frmCashBook..::..SearchCreditorTransaction Method

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

Syntax


public bool SearchCreditorTransaction(
	ref Object TransID,
	ref Object TransAmount,
	ref Object TransAllocAmount,
	ref Object CreditorID,
	ref Object CreditorAccountNo,
	ref Object CreditorName,
	string QueryFilter,
	ref string Caption,
	Form OwnerForm
)
Public Function SearchCreditorTransaction ( _
	ByRef TransID As Object, _
	ByRef TransAmount As Object, _
	ByRef TransAllocAmount As Object, _
	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^ SearchCreditorTransaction(
	Object^% TransID, 
	Object^% TransAmount, 
	Object^% TransAllocAmount, 
	Object^% CreditorID, 
	Object^% CreditorAccountNo, 
	Object^% CreditorName, 
	String^ QueryFilter, 
	String^% Caption, 
	Form^ OwnerForm
)

Parameters

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