Cambio general para que al visualizar el editor se haga un ancho automático (en el formshow), ademas se cambia el editor de pagos en recibos de proveedor para que sea igual que el de recibos de cliente
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@172 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
461102c1fe
commit
49bac5fcd9
@ -382,6 +382,8 @@ begin
|
||||
|
||||
Albaranes.DataTable.Active := True;
|
||||
ViewGrid.GotoFirst;
|
||||
//Para que coja el ancho automático
|
||||
actAnchoAuto.Execute;
|
||||
end;
|
||||
|
||||
function TfEditorAlbaranesCliente.GetController: IAlbaranesClienteController;
|
||||
|
||||
@ -190,6 +190,8 @@ begin
|
||||
|
||||
Albaranes.DataTable.Active := True;
|
||||
ViewGrid.GotoFirst;
|
||||
//Para que coja el ancho automático
|
||||
actAnchoAuto.Execute;
|
||||
end;
|
||||
|
||||
function TfEditorAlbaranesProveedor.GetController: IAlbaranesProveedorController;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -67,6 +67,8 @@ begin
|
||||
|
||||
Diario.DataTable.Active := True;
|
||||
ViewGrid.GotoFirst;
|
||||
//Para que coja el ancho automático
|
||||
actAnchoAuto.Execute;
|
||||
end;
|
||||
|
||||
function TfEditorDiario.GetDiario: IBizDiario;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -66,6 +66,8 @@ begin
|
||||
|
||||
Contactos.DataTable.Active := True;
|
||||
ViewGrid.GotoFirst;
|
||||
//Para que coja el ancho automático
|
||||
actAnchoAuto.Execute;
|
||||
end;
|
||||
|
||||
function TfEditorContactos.GetContactos: IBizContacto;
|
||||
|
||||
@ -211,6 +211,8 @@ begin
|
||||
|
||||
Facturas.DataTable.Active := True;
|
||||
ViewGrid.GotoFirst;
|
||||
//Para que coja el ancho automático
|
||||
actAnchoAuto.Execute;
|
||||
end;
|
||||
|
||||
function TfEditorFacturasCliente.GetController: IFacturasClienteController;
|
||||
@ -378,4 +380,4 @@ begin
|
||||
end;
|
||||
|
||||
end.
|
||||
| ||||