Revision 27637 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/selection/SelectionFieldIterator.java

View differences:

SelectionFieldIterator.java
78 78
		}
79 79
		usedNext = true;
80 80
		try {
81
			return ds.getFieldValue(currBit, fieldIndex);	
81
			ds.start();
82
			Value result = ds.getFieldValue(currBit, fieldIndex);
83
			ds.stop();
84
			return result;
82 85
		} catch (ReadDriverException e) {
83 86
			NoSuchElementException e1 = new NoSuchElementException();
84 87
			e1.initCause(e);

Also available in: Unified diff