Revision 12512

View differences:

branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/EditableAdapter.java
1218 1218
		String fid=null;
1219 1219
		IRow row=null;
1220 1220
		try {
1221
			row=getRow(index);
1221
			row=getRow(getInversedIndex(index));
1222 1222
			fid = row.getID();
1223 1223
		} catch (DriverIOException e) {
1224 1224
			e.printStackTrace();
......
1346 1346
		Cancel cancel = new Cancel();
1347 1347
		String fid=null;
1348 1348
		try {
1349
			fid = getRow(index).getID();
1349
			fid = getRow(getInversedIndex(index)).getID();
1350 1350
		} catch (DriverIOException e) {
1351 1351
			e.printStackTrace();
1352 1352
		} catch (IOException e) {

Also available in: Unified diff