frmCashBook..::..SearchDebtorTransaction Method

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

Syntax


public bool SearchDebtorTransaction(
	ref Object TransID,
	ref Object TransAmount,
	ref Object TransAllocAmount,
	ref Object DebtorID,
	ref Object DebtorAccountNo,
	ref Object DebtorName,
	string QueryFilter,
	ref string Caption,
	Form OwnerForm
)
Public Function SearchDebtorTransaction ( _
	ByRef TransID As Object, _
	ByRef TransAmount As Object, _
	ByRef TransAllocAmount As Object, _
	ByRef DebtorID As Object, _
	ByRef DebtorAccountNo As Object, _
	ByRef DebtorName As Object, _
	QueryFilter As String, _
	ByRef Caption As String, _
	OwnerForm As Form _
) As Boolean
public:
bool^ SearchDebtorTransaction(
	Object^% TransID, 
	Object^% TransAmount, 
	Object^% TransAllocAmount, 
	Object^% DebtorID, 
	Object^% DebtorAccountNo, 
	Object^% DebtorName, 
	String^ QueryFilter, 
	String^% Caption, 
	Form^ OwnerForm
)

Parameters

TransID
Type: Object%
TransAmount
Type: Object%
TransAllocAmount
Type: Object%
DebtorID
Type: Object%
DebtorAccountNo
Type: Object%
DebtorName
Type: Object%
QueryFilter
Type: String
Caption
Type: String%
OwnerForm
Type: Form