Esempio n. 1
0
$theform->addField($theinput);
$theinput = new inputField("bankname", $therecord["bankname"], "bank name", false, false, 30, 64);
$theform->addField($theinput);
$theinput = new inputField("checkno", $therecord["checkno"], "check number", false, false, 20, 32);
$theform->addField($theinput);
$theinput = new inputComparisonField("accountnumber", $therecord["accountnumber"], "account number", false, NULL, 20, 64);
$theform->addField($theinput);
$theinput = new inputComparisonField("routingnumber", $therecord["routingnumber"], "routing number", false, NULL, 30, 64);
$theform->addField($theinput);
$theinput = new inputField("transactionid", $therecord["transactionid"], "transaction id", false, false, 32, 64);
$theform->addField($theinput);
$theinput = new inputChoiceList($db, "paymentother", $therecord["paymentother"], "receiptother", "reason");
$theform->addField($theinput);
$theinput = new inputTextarea("memo", $therecord["memo"], NULL, false, 3, 48, false);
$theform->addField($theinput);
$thetable->getCustomFieldInfo();
$theform->prepCustomFields($db, $thetable->customFieldsQueryResult, $therecord);
$theform->jsMerge();
//==============================================================
include "header.php";
?>
<div class="bodyline">
<form action="<?php 
echo htmlentities($_SERVER["REQUEST_URI"]);
?>
" method="post" name="record" id="record">

	<div id="topButtons"><?php 
showSaveCancel(1);
?>
</div>