Yang Tahu Mohon dijawab. ini kenapa ya? ada tulisan cannot find symbol symbol : variable tablesepatu location : class formsepatu tablesepatu.setModel(tm); }catch(Exception e) { JOptionPane.showMessageDialog(null,"Data Belum Tampil" +e); } } private void setTable(){ int row=tablesepatu.getSelectedRow(); no_trans.setText((String)tablesepatu.getValueAt(row,0)); merk.setSelectedItem((String)tablesepatu.getValueAt(row,1)); beli.setText((String)tablesepatu.getValueAt(row,2)); harga.setText((String)tablesepatu.getValueAt(row,3)); bayar.setText((String)tablesepatu.getValueAt(row,4)); }
sementara yg ini bener. padahal saya cuma copas dari yg ini dan diganti doang namanya. ---- tableresto---- padahal saya cuma copas aja dari yg dibawah ini. tableresto.setModel(tm); }catch(Exception e) { JOptionPane.showMessageDialog(null,"Data Belum Tampil" +e); } } private void setTable(){ int row=tableresto.getSelectedRow(); no_trans.setText((String)tableresto.getValueAt(row,0)); paket.setSelectedItem((String)tableresto.getValueAt(row,1)); minuman.setText((String)tableresto.getValueAt(row,2)); beli.setText((String)tableresto.getValueAt(row,3)); harga.setText((String)tableresto.getValueAt(row,4)); bayar.setText((String)tableresto.getValueAt(row,5));
ryoseptian182
Delphi ya? seinget saya, delphi juga case sensitive. mungkin ada huruf yang gak sama antara nama symbol dengan nama tabel di database-nya.