any one knows how i can let my Transaction Id keep on adding when i click new??
the text1[] ius a loop i used to read out all my textField From XML....
should i insert a Loop or ?
public void New(){
text.setText(item[0]+"\n"+item[1]);
text1[0].setText("");
text1[2].setText("");
text1[4].setText("");
text1[6].setText("");
text1[8].setText("T10001");<----- this is the one...
}
the text1[] ius a loop i used to read out all my textField From XML....
should i insert a Loop or ?
public void New(){
text.setText(item[0]+"\n"+item[1]);
text1[0].setText("");
text1[2].setText("");
text1[4].setText("");
text1[6].setText("");
text1[8].setText("T10001");<----- this is the one...
}