Pedidos a proveedor -> Cuando se abre un pedido ya entregado, el apartado de dirección de entrega no salía como sólo lectura.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@500 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
b676953419
commit
4334153e70
@ -84,7 +84,7 @@ inherited frViewDireccionEntregaPedidoProv: TfrViewDireccionEntregaPedidoProv
|
|||||||
Left = 25
|
Left = 25
|
||||||
Top = 133
|
Top = 133
|
||||||
Width = 551
|
Width = 551
|
||||||
Height = 264
|
Height = 257
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
BevelKind = bkFlat
|
BevelKind = bkFlat
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
@ -154,7 +154,7 @@ inherited frViewDireccionEntregaPedidoProv: TfrViewDireccionEntregaPedidoProv
|
|||||||
StyleHot.LookAndFeel.Kind = lfStandard
|
StyleHot.LookAndFeel.Kind = lfStandard
|
||||||
StyleHot.LookAndFeel.NativeStyle = True
|
StyleHot.LookAndFeel.NativeStyle = True
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
Width = 506
|
Width = 334
|
||||||
end
|
end
|
||||||
object dxLayoutGroup1: TdxLayoutGroup
|
object dxLayoutGroup1: TdxLayoutGroup
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
|
|||||||
@ -298,6 +298,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
rdxDestino1.Enabled := False;
|
rdxDestino1.Enabled := False;
|
||||||
rdxDestino2.Enabled := False;
|
rdxDestino2.Enabled := False;
|
||||||
|
RadioButton1.Enabled := False;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user