<?xml version='1.0' encoding='UTF-8' ?>
<EXPXML name="SCB_MC.xml" fileout="C:/temp/TransferBank/SCB_MC.txt" filetype="txt" processtype="file">
<INIT>
	double sum=0;
	Double d=null;
	Integer i = null;
	int reccount= 0;
</INIT>
<HEAD>
<COL type="string" width="8"></COL><!-- Space : 8 -->
<COL type="string" >M</COL> <!-- Trem-Payment : 1-->
<COL type="data" width="7">dbInq.getString("mbank_company","bank_client")</COL> <!-- comcode : 7 -->
<COL type="data" width="35">dbInq.getString("memployee","efname")+" "+dbInq.getString("memployee","elname")</COL>
<COL type="data" width="30">dbInq.getString("mcompany","ename")</COL><!-- ���ͺ���ѷ Eng  : 30-->
<COL type="string" >DA</COL>
<COL type="data" width="6">DATE</COL>
<COL type="data" width="5">fs.addBlank(5,"0",reccount)</COL>
<COL type="data">fs.addBlank(11,"0",sum)</COL>
<COL type="string">I</COL>
<COL type="string" width="8"></COL> <!-- Space   : 8 -->
<COL type="string">newline</COL>
</HEAD>
<DATA>
<COL type="data" width="10">dbInq.getString("accountno")</COL> <!-- : 10-->
<COL type="data" width="6">DATE</COL><!-- �Ѻ�Ҩҡ˹�Ҩ� -->
<COL type="string">0</COL><!--  �Ţ�ٹ��  -->
<COL type="data" >fs.addBlank(11,"0","left",dbInq.getString("amount"))</COL><!-- �֧��ѡʵҧ��  �ҡ���ú 11 ���˹� ����ٹ���ҧ˹�� : 11-->
<COL type="formula">sum += d.parseDouble(dbInq.getString("amount"))</COL>
<COL type="formula">reccount++</COL>
<COL type="string">newline</COL>
</DATA>
<FOOT/>
</EXPXML>