Arreglo error al agrupar en pedidos de cliente
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@19 c93665c3-c93d-084d-9b98-7d5f4a9c3376
This commit is contained in:
parent
678bdaa17a
commit
8f371006d1
@ -125,7 +125,7 @@
|
||||
<Directories Name="PackageDCPOutputDir">.\</Directories>
|
||||
<Directories Name="SearchPath">..\Lib;..\Modulos\Lib</Directories>
|
||||
<Directories Name="Packages">PluginSDK_D10R;GUISDK_D10;DataAbstract_D10;Base;GUIBase;Usuarios;Contactos_plugin;Empresas_plugin;Empresas_controller;Empresas_model;rtl</Directories>
|
||||
<Directories Name="Conditionals">_VER6;</Directories>
|
||||
<Directories Name="Conditionals">_VER6;EUREKALOG;EUREKALOG_VER5</Directories>
|
||||
<Directories Name="DebugSourceDirs"></Directories>
|
||||
<Directories Name="UsePackages">True</Directories>
|
||||
</Directories>
|
||||
@ -180,7 +180,7 @@
|
||||
<!-- EurekaLog First Line
|
||||
[Exception Log]
|
||||
EurekaLog Version=519
|
||||
Activate=0
|
||||
Activate=1
|
||||
Activate Handle=0
|
||||
Save Log File=1
|
||||
Foreground Tab=0
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
program FactuGES;
|
||||
|
||||
uses
|
||||
ExceptionLog,
|
||||
Forms,
|
||||
Windows,
|
||||
SysUtils,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -163,9 +163,20 @@ inherited frViewPedidosCliente: TfrViewPedidosCliente
|
||||
ExplicitWidth = 596
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 592
|
||||
ExplicitWidth = 592
|
||||
inherited txtFiltroTodo: TcxTextEdit
|
||||
ExplicitWidth = 273
|
||||
Width = 273
|
||||
end
|
||||
inherited edtFechaIniFiltro: TcxDateEdit
|
||||
ExplicitWidth = 121
|
||||
Width = 121
|
||||
end
|
||||
inherited edtFechaFinFiltro: TcxDateEdit
|
||||
Left = 367
|
||||
ExplicitLeft = 367
|
||||
ExplicitWidth = 121
|
||||
Width = 121
|
||||
end
|
||||
end
|
||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||
|
||||
@ -223,14 +223,13 @@ var
|
||||
R : TRect;
|
||||
begin
|
||||
inherited;
|
||||
|
||||
if not VarIsNull( _FocusedView.DataController.Values[AViewInfo.RecordViewInfo.Index, AViewInfo.Item.Index]) then
|
||||
begin
|
||||
R := AViewInfo.ContentBounds;
|
||||
ACanvas.FillRect(R);
|
||||
ACanvas.DrawImage(PngImageList, R.Left, R.Top, 4);
|
||||
ADone := True;
|
||||
end;
|
||||
if (AViewInfo.GridRecord.DisplayTexts[cxGridViewTIENDAWEB.Index] <> '') then
|
||||
begin
|
||||
R := AViewInfo.ContentBounds;
|
||||
ACanvas.FillRect(R);
|
||||
ACanvas.DrawImage(PngImageList, R.Left, R.Top, 4);
|
||||
ADone := True;
|
||||
end;
|
||||
end;
|
||||
|
||||
function TfrViewPedidosCliente.GetPedidos: IBizPedidoCliente;
|
||||
|
||||
Reference in New Issue
Block a user