Repaso a presupuestos:
- Activado duplicar por que ya duplica los registros del contenido. - Arreglado un problema de autorefresco en el grid. git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@208 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
6e9b363578
commit
9d458fb678
BIN
Resources/Iconos/Presupuestos/16x16/Budget_incidencia.png
Normal file
BIN
Resources/Iconos/Presupuestos/16x16/Budget_incidencia.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@ -270,6 +270,7 @@ begin
|
|||||||
USUARIO := AppFactuGES.UsuarioActivo.UserName;
|
USUARIO := AppFactuGES.UsuarioActivo.UserName;
|
||||||
FECHA_PRESUPUESTO := DateOf(Now);
|
FECHA_PRESUPUESTO := DateOf(Now);
|
||||||
INCIDENCIAS_ACTIVAS := 0;
|
INCIDENCIAS_ACTIVAS := 0;
|
||||||
|
DataTable.FieldByName('INCIDENCIAS').AsVariant := Null;
|
||||||
REFERENCIA := '';
|
REFERENCIA := '';
|
||||||
end;
|
end;
|
||||||
Result.Post;
|
Result.Post;
|
||||||
|
|||||||
@ -76,6 +76,7 @@ inherited DataModulePresupuestosCliente: TDataModulePresupuestosCliente
|
|||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 15
|
Size = 15
|
||||||
DisplayLabel = 'PresupuestosCliente_NIF_CIF'
|
DisplayLabel = 'PresupuestosCliente_NIF_CIF'
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_NIF_CIF'
|
DictionaryEntry = 'PresupuestosCliente_NIF_CIF'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
@ -83,6 +84,7 @@ inherited DataModulePresupuestosCliente: TDataModulePresupuestosCliente
|
|||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 255
|
Size = 255
|
||||||
DisplayLabel = 'PresupuestosCliente_NOMBRE'
|
DisplayLabel = 'PresupuestosCliente_NOMBRE'
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_NOMBRE'
|
DictionaryEntry = 'PresupuestosCliente_NOMBRE'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
@ -90,6 +92,7 @@ inherited DataModulePresupuestosCliente: TDataModulePresupuestosCliente
|
|||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 255
|
Size = 255
|
||||||
DisplayLabel = 'PedidosCliente_REFERENCIA_CLIENTE'
|
DisplayLabel = 'PedidosCliente_REFERENCIA_CLIENTE'
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_REFERENCIA_CLIENTE'
|
DictionaryEntry = 'PresupuestosCliente_REFERENCIA_CLIENTE'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
|||||||
@ -180,18 +180,21 @@ object srvPresupuestosCliente: TsrvPresupuestosCliente
|
|||||||
Name = 'NIF_CIF'
|
Name = 'NIF_CIF'
|
||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 15
|
Size = 15
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_NIF_CIF'
|
DictionaryEntry = 'PresupuestosCliente_NIF_CIF'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Name = 'NOMBRE'
|
Name = 'NOMBRE'
|
||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 255
|
Size = 255
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_NOMBRE'
|
DictionaryEntry = 'PresupuestosCliente_NOMBRE'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Name = 'REFERENCIA_CLIENTE'
|
Name = 'REFERENCIA_CLIENTE'
|
||||||
DataType = datString
|
DataType = datString
|
||||||
Size = 255
|
Size = 255
|
||||||
|
ServerAutoRefresh = True
|
||||||
DictionaryEntry = 'PresupuestosCliente_REFERENCIA_CLIENTE'
|
DictionaryEntry = 'PresupuestosCliente_REFERENCIA_CLIENTE'
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
@ -1208,7 +1211,7 @@ object srvPresupuestosCliente: TsrvPresupuestosCliente
|
|||||||
DeleteCommandName = 'Delete_PresupuestosCliente'
|
DeleteCommandName = 'Delete_PresupuestosCliente'
|
||||||
UpdateCommandName = 'Update_PresupuestosCliente'
|
UpdateCommandName = 'Update_PresupuestosCliente'
|
||||||
ReferencedDataset = 'PresupuestosCliente'
|
ReferencedDataset = 'PresupuestosCliente'
|
||||||
ProcessorOptions = [poPrepareCommands]
|
ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands]
|
||||||
UpdateMode = updWhereKeyOnly
|
UpdateMode = updWhereKeyOnly
|
||||||
Left = 184
|
Left = 184
|
||||||
Top = 24
|
Top = 24
|
||||||
|
|||||||
@ -30,7 +30,7 @@ requires
|
|||||||
PresupuestosCliente_model,
|
PresupuestosCliente_model,
|
||||||
PresupuestosCliente_controller,
|
PresupuestosCliente_controller,
|
||||||
Articulos_view;
|
Articulos_view;
|
||||||
|
|
||||||
contains
|
contains
|
||||||
uPresupuestosClienteViewRegister in 'uPresupuestosClienteViewRegister.pas',
|
uPresupuestosClienteViewRegister in 'uPresupuestosClienteViewRegister.pas',
|
||||||
uEditorPresupuestosCliente in 'uEditorPresupuestosCliente.pas' {fEditorPresupuestosCliente: TfEditorPedidosCliente},
|
uEditorPresupuestosCliente in 'uEditorPresupuestosCliente.pas' {fEditorPresupuestosCliente: TfEditorPedidosCliente},
|
||||||
|
|||||||
@ -43,32 +43,6 @@
|
|||||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Excluded_Packages Name="c:\archivos de programa\borland\delphi10\Bin\dclIntraweb_80_100.bpl">Intraweb 8.0 Design Package for Borland Development Studio 2006</Excluded_Packages>
|
<Excluded_Packages Name="c:\archivos de programa\borland\delphi10\Bin\dclIntraweb_80_100.bpl">Intraweb 8.0 Design Package for Borland Development Studio 2006</Excluded_Packages>
|
||||||
</Excluded_Packages><Source><Source Name="MainSource">PresupuestosCliente_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
</Excluded_Packages><Source><Source Name="MainSource">PresupuestosCliente_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
@ -77,54 +51,49 @@
|
|||||||
<DelphiCompile Include="PresupuestosCliente_view.dpk">
|
<DelphiCompile Include="PresupuestosCliente_view.dpk">
|
||||||
<MainSource>MainSource</MainSource>
|
<MainSource>MainSource</MainSource>
|
||||||
</DelphiCompile>
|
</DelphiCompile>
|
||||||
<DCCReference Include="Articulos_view.dcp" />
|
<DCCReference Include="..\..\..\Servidor\Articulos_view.dcp" />
|
||||||
<DCCReference Include="Articulos_viewvclrtl.dcp" />
|
<DCCReference Include="..\..\..\Servidor\Base.dcp" />
|
||||||
<DCCReference Include="Base.dcp" />
|
<DCCReference Include="..\..\..\Servidor\GUIBase.dcp" />
|
||||||
<DCCReference Include="GUIBase.dcp" />
|
<DCCReference Include="..\..\..\Servidor\PresupuestosCliente_controller.dcp" />
|
||||||
<DCCReference Include="PresupuestosCliente_controller.dcp" />
|
<DCCReference Include="..\..\..\Servidor\PresupuestosCliente_model.dcp" />
|
||||||
<DCCReference Include="PresupuestosCliente_model.dcp" />
|
|
||||||
<DCCReference Include="rtl.dcp" />
|
|
||||||
<DCCReference Include="rtlcontainsuPresupuestosClienteViewRegisterin.dcp" />
|
|
||||||
<DCCReference Include="uEditorElegirArticulosPresupuestoCliente.pas">
|
<DCCReference Include="uEditorElegirArticulosPresupuestoCliente.pas">
|
||||||
<DesignClass>TfEditorElegirArticulosPedidoCliente</DesignClass>
|
|
||||||
<Form>fEditorElegirArticulosPresupuestoCliente</Form>
|
<Form>fEditorElegirArticulosPresupuestoCliente</Form>
|
||||||
|
<DesignClass>TfEditorElegirArticulosPedidoCliente</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uEditorElegirPresupuestosCliente.pas">
|
<DCCReference Include="uEditorElegirPresupuestosCliente.pas">
|
||||||
<DesignClass>TfEditorElegirPedidosCliente</DesignClass>
|
|
||||||
<Form>fEditorElegirPresupuestosCliente</Form>
|
<Form>fEditorElegirPresupuestosCliente</Form>
|
||||||
|
<DesignClass>TfEditorElegirPedidosCliente</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uEditorPresupuestoCliente.pas">
|
<DCCReference Include="uEditorPresupuestoCliente.pas">
|
||||||
<DesignClass>TfEditorPedidoCliente</DesignClass>
|
|
||||||
<Form>fEditorPresupuestoCliente</Form>
|
<Form>fEditorPresupuestoCliente</Form>
|
||||||
|
<DesignClass>TfEditorPedidoCliente</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uEditorPresupuestosCliente.pas">
|
<DCCReference Include="uEditorPresupuestosCliente.pas">
|
||||||
<DesignClass>TfEditorPedidosCliente</DesignClass>
|
|
||||||
<Form>fEditorPresupuestosCliente</Form>
|
<Form>fEditorPresupuestosCliente</Form>
|
||||||
|
<DesignClass>TfEditorPedidosCliente</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uEditorPresupuestosClienteReport.pas">
|
<DCCReference Include="uEditorPresupuestosClienteReport.pas">
|
||||||
<DesignClass>TfEditorPedidosClientePreview</DesignClass>
|
|
||||||
<Form>fEditorPresupuestosClientePreview</Form>
|
<Form>fEditorPresupuestosClientePreview</Form>
|
||||||
|
<DesignClass>TfEditorPedidosClientePreview</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uPresupuestosClienteViewRegister.pas" />
|
<DCCReference Include="uPresupuestosClienteViewRegister.pas" />
|
||||||
<DCCReference Include="uViewDetallesPresupuestoCliente.pas">
|
<DCCReference Include="uViewDetallesPresupuestoCliente.pas">
|
||||||
<DesignClass>TFrame</DesignClass>
|
|
||||||
<Form>frViewDetallesPresupuestoCliente</Form>
|
<Form>frViewDetallesPresupuestoCliente</Form>
|
||||||
|
<DesignClass>TFrame</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uViewDireccionEntregaPresupuestoCliente.pas" />
|
<DCCReference Include="uViewDireccionEntregaPresupuestoCliente.pas" />
|
||||||
<DCCReference Include="uViewElegirArticulosPresupuestosCliente.pas">
|
<DCCReference Include="uViewElegirArticulosPresupuestosCliente.pas">
|
||||||
<DesignClass>TFrame</DesignClass>
|
|
||||||
<Form>frViewElegirArticulosPresupuestosCliente</Form>
|
<Form>frViewElegirArticulosPresupuestosCliente</Form>
|
||||||
|
<DesignClass>TFrame</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uViewPresupuestoCliente.pas">
|
<DCCReference Include="uViewPresupuestoCliente.pas">
|
||||||
<DesignClass>TFrame</DesignClass>
|
|
||||||
<Form>frViewPresupuestoCliente</Form>
|
<Form>frViewPresupuestoCliente</Form>
|
||||||
|
<DesignClass>TFrame</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="uViewPresupuestosCliente.pas">
|
<DCCReference Include="uViewPresupuestosCliente.pas">
|
||||||
<DesignClass>TFrame</DesignClass>
|
|
||||||
<Form>frViewPresupuestosCliente</Form>
|
<Form>frViewPresupuestosCliente</Form>
|
||||||
|
<DesignClass>TFrame</DesignClass>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="vcl.dcp" />
|
|
||||||
<DCCReference Include="vclrtl.dcp" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
<!-- EurekaLog First Line
|
<!-- EurekaLog First Line
|
||||||
|
|||||||
Binary file not shown.
@ -124,7 +124,7 @@ inherited fEditorPresupuestosCliente: TfEditorPresupuestosCliente
|
|||||||
Width = 674
|
Width = 674
|
||||||
ExplicitWidth = 674
|
ExplicitWidth = 674
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 561
|
ExplicitWidth = 632
|
||||||
end
|
end
|
||||||
inherited tbxMenu: TTBXToolbar
|
inherited tbxMenu: TTBXToolbar
|
||||||
ExplicitWidth = 674
|
ExplicitWidth = 674
|
||||||
@ -163,10 +163,6 @@ inherited fEditorPresupuestosCliente: TfEditorPresupuestosCliente
|
|||||||
inherited actImprimir: TAction
|
inherited actImprimir: TAction
|
||||||
Visible = True
|
Visible = True
|
||||||
end
|
end
|
||||||
inherited actDuplicar: TAction
|
|
||||||
Enabled = False
|
|
||||||
Visible = False
|
|
||||||
end
|
|
||||||
object actGenerarAlbaranCli: TAction
|
object actGenerarAlbaranCli: TAction
|
||||||
Category = 'Acciones'
|
Category = 'Acciones'
|
||||||
Caption = 'Generar albar'#225'n de cliente'
|
Caption = 'Generar albar'#225'n de cliente'
|
||||||
|
|||||||
@ -37,11 +37,11 @@ inherited frViewPresupuestosCliente: TfrViewPresupuestosCliente
|
|||||||
DataBinding.FieldName = 'ID'
|
DataBinding.FieldName = 'ID'
|
||||||
OnCustomDrawCell = cxGridViewIDCustomDrawCell
|
OnCustomDrawCell = cxGridViewIDCustomDrawCell
|
||||||
OnGetCellHint = cxGridViewIDGetCellHint
|
OnGetCellHint = cxGridViewIDGetCellHint
|
||||||
BestFitMaxWidth = 15
|
OnGetDisplayText = cxGridViewIDGetDisplayText
|
||||||
|
BestFitMaxWidth = 20
|
||||||
MinWidth = 15
|
MinWidth = 15
|
||||||
Options.HorzSizing = False
|
|
||||||
VisibleForCustomization = False
|
VisibleForCustomization = False
|
||||||
Width = 15
|
Width = 20
|
||||||
IsCaptionAssigned = True
|
IsCaptionAssigned = True
|
||||||
end
|
end
|
||||||
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
||||||
@ -64,14 +64,17 @@ inherited frViewPresupuestosCliente: TfrViewPresupuestosCliente
|
|||||||
Properties.ShowDescriptions = False
|
Properties.ShowDescriptions = False
|
||||||
Visible = False
|
Visible = False
|
||||||
BestFitMaxWidth = 20
|
BestFitMaxWidth = 20
|
||||||
|
MinWidth = 10
|
||||||
Options.HorzSizing = False
|
Options.HorzSizing = False
|
||||||
VisibleForCustomization = False
|
VisibleForCustomization = False
|
||||||
Width = 20
|
Width = 10
|
||||||
end
|
end
|
||||||
object cxGridViewINCIDENCIAS: TcxGridDBColumn
|
object cxGridViewINCIDENCIAS: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'INCIDENCIAS'
|
DataBinding.FieldName = 'INCIDENCIAS'
|
||||||
Visible = False
|
Visible = False
|
||||||
|
BestFitMaxWidth = 10
|
||||||
VisibleForCustomization = False
|
VisibleForCustomization = False
|
||||||
|
Width = 20
|
||||||
end
|
end
|
||||||
object cxGridViewREFERENCIA: TcxGridDBColumn
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'REFERENCIA'
|
DataBinding.FieldName = 'REFERENCIA'
|
||||||
|
|||||||
@ -68,6 +68,8 @@ type
|
|||||||
ARecord: TcxCustomGridRecord; ACellViewInfo: TcxGridTableDataCellViewInfo;
|
ARecord: TcxCustomGridRecord; ACellViewInfo: TcxGridTableDataCellViewInfo;
|
||||||
const AMousePos: TPoint; var AHintText: TCaption;
|
const AMousePos: TPoint; var AHintText: TCaption;
|
||||||
var AIsHintMultiLine: Boolean; var AHintTextRect: TRect);
|
var AIsHintMultiLine: Boolean; var AHintTextRect: TRect);
|
||||||
|
procedure cxGridViewIDGetDisplayText(Sender: TcxCustomGridTableItem;
|
||||||
|
ARecord: TcxCustomGridRecord; var AText: string);
|
||||||
|
|
||||||
private
|
private
|
||||||
//Filtros relativos a la vista
|
//Filtros relativos a la vista
|
||||||
@ -234,6 +236,14 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TfrViewPresupuestosCliente.cxGridViewIDGetDisplayText(
|
||||||
|
Sender: TcxCustomGridTableItem; ARecord: TcxCustomGridRecord;
|
||||||
|
var AText: string);
|
||||||
|
begin
|
||||||
|
inherited;
|
||||||
|
AText := '';
|
||||||
|
end;
|
||||||
|
|
||||||
procedure TfrViewPresupuestosCliente.cxGridViewStylesGetContentStyle(Sender:
|
procedure TfrViewPresupuestosCliente.cxGridViewStylesGetContentStyle(Sender:
|
||||||
TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem:
|
TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem:
|
||||||
TcxCustomGridTableItem; out AStyle: TcxStyle);
|
TcxCustomGridTableItem; out AStyle: TcxStyle);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user