[CODE=java]int totalfob = 0;
int totalimpDuty = 0;
int totalExDuty = 0;
int totalothers = 0;
String JobNO = "1001063276 ";// (String) arr.get(0);
// String JobNO2 = "8502726341 ";
String Agent = "BF0651";// (String) arr.get(1);
String Form = "K1";// (String) arr.get(2);
Connection conn = null;
Statement objState = null;
String FREIGHT = "";
String INSURANCE = "";
String FOB_VALUE = "";
String FRI_EX_RATE = "";
String INSU_EX_RATE = "";
String FOB_EX_RATE = "";
String FRI_CCODE = "";
String INSU_CCODE = "";
String FOB_CCODE = "";
String DECLARANT_DESIG = "";
String DECLARANT_IC = "";
String DECLARANT_NAME = "";
String INVOICE_NO = "";
String countryOfOrigin = "";
String TotDutPayable = "";
ArrayList itemarr=new ArrayList();[/CODE]
this is the sample code iam sending u.from my printer i written only one job to print but i want to print multiple jobs in my printer how can i write code for this using applets in java.
my mail id is<removed by admin>
Let me know can any on help me in this matter.
if u mail me it will be very useful for me.
int totalimpDuty = 0;
int totalExDuty = 0;
int totalothers = 0;
String JobNO = "1001063276 ";// (String) arr.get(0);
// String JobNO2 = "8502726341 ";
String Agent = "BF0651";// (String) arr.get(1);
String Form = "K1";// (String) arr.get(2);
Connection conn = null;
Statement objState = null;
String FREIGHT = "";
String INSURANCE = "";
String FOB_VALUE = "";
String FRI_EX_RATE = "";
String INSU_EX_RATE = "";
String FOB_EX_RATE = "";
String FRI_CCODE = "";
String INSU_CCODE = "";
String FOB_CCODE = "";
String DECLARANT_DESIG = "";
String DECLARANT_IC = "";
String DECLARANT_NAME = "";
String INVOICE_NO = "";
String countryOfOrigin = "";
String TotDutPayable = "";
ArrayList itemarr=new ArrayList();[/CODE]
this is the sample code iam sending u.from my printer i written only one job to print but i want to print multiple jobs in my printer how can i write code for this using applets in java.
my mail id is<removed by admin>
Let me know can any on help me in this matter.
if u mail me it will be very useful for me.
Comment