BUG 7835 "Error con los reportables" Solved!

This commit is contained in:
Erik Amaru Ortiz
2011-10-11 17:13:13 -04:00
parent 9a3bbdc9ac
commit c747a38caf
7 changed files with 225 additions and 99 deletions

View File

@@ -122,7 +122,7 @@ Ext.onReady(function(){
header : tableDef.FIELDS[i].FLD_DESCRIPTION,
dataIndex : tableDef.FIELDS[i].FLD_NAME,
width : 40,
align : columnAlign,
align : 'right',
renderer : columnRenderer
};
if (tableDef.FIELDS[i].FLD_AUTO_INCREMENT != 1) {
@@ -282,7 +282,7 @@ Ext.onReady(function(){
id: 'infoGrid',
height:1000,
autoWidth : true,
title : _('ID_PM_TABLE') + " : " + tableDef.ADD_TAB_NAME,
//title : _('ID_PM_TABLE') + " : " + tableDef.ADD_TAB_NAME,
stateful : true,
stateId : 'grid',
enableColumnResize: true,
@@ -296,15 +296,15 @@ Ext.onReady(function(){
loadMask: true,
cm: cmodel,
sm: smodel,
tbar:[ newButton,
'-',
editButton,
deleteButton,
'-',
importButton,
exportButton,
{xtype: 'tbfill'},
backButton ],
tbar:[
newButton,
'-',
editButton,
deleteButton,
'-',
importButton,
exportButton
],
bbar: bbarpaging
}