Arreglo de orden de las columnas en inventario y arraglo de reservas cuando se recibe el pedido
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@673 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
b187fc5ab8
commit
beeaed2298
Binary file not shown.
Binary file not shown.
@ -1141,7 +1141,8 @@ begin
|
|||||||
if not Assigned(AArticulos) then
|
if not Assigned(AArticulos) then
|
||||||
raise Exception.Create ('Artículos no asignados');
|
raise Exception.Create ('Artículos no asignados');
|
||||||
|
|
||||||
if AValidar and Validar(AArticulos) then //Evaluacion perezosa
|
if not AValidar
|
||||||
|
or (AValidar and Validar(AArticulos)) then //Evaluacion perezosa
|
||||||
begin
|
begin
|
||||||
ShowHourglassCursor;
|
ShowHourglassCursor;
|
||||||
try
|
try
|
||||||
|
|||||||
@ -46,6 +46,7 @@ inherited frViewInventario: TfrViewInventario
|
|||||||
Kind = skSum
|
Kind = skSum
|
||||||
Column = cxGridViewPENDIENTE_RECEPCION
|
Column = cxGridViewPENDIENTE_RECEPCION
|
||||||
end>
|
end>
|
||||||
|
OptionsCustomize.ColumnGrouping = False
|
||||||
OptionsCustomize.ColumnHidingOnGrouping = False
|
OptionsCustomize.ColumnHidingOnGrouping = False
|
||||||
OptionsCustomize.GroupBySorting = True
|
OptionsCustomize.GroupBySorting = True
|
||||||
object cxGridViewID: TcxGridDBColumn
|
object cxGridViewID: TcxGridDBColumn
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "1.3.7.0\0"
|
VALUE "FileVersion", "1.3.7.0\0"
|
||||||
VALUE "ProductVersion", "1.3.7.0\0"
|
VALUE "ProductVersion", "1.3.7.0\0"
|
||||||
VALUE "CompileDate", "viernes, 03 de octubre de 2008 11:31\0"
|
VALUE "CompileDate", "jueves, 09 de octubre de 2008 17:46\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user