Revision 3435

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ShowTable.java
83 83
		for (int i = 0; i < selected.length; i++) {
84 84
			if (selected[i] instanceof AlphanumericData) {
85 85
				AlphanumericData co = (AlphanumericData) selected[i];
86

  
86
					
87 87
				try {
88 88
					if (co.getRecordset() != null) {
89 89
						algunaTabla = true;
90 90
					}
91 91
				} catch (DriverException e) {
92
				}catch(NullPointerException e){
93
					return false;
92 94
				}
93 95
			}
94 96
		}

Also available in: Unified diff