Explorar o código

ZJJL: past phase read only

MaiXinRong %!s(int64=8) %!d(string=hai) anos
pai
achega
48b6e16a33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Frames/ZJJLFme.pas

+ 1 - 1
Frames/ZJJLFme.pas

@@ -306,7 +306,7 @@ var
   sFieldName: string;
 begin
   sFieldName := RowFields[TRowIndex(ACoord.Y)];
-  Allow := (sFieldName <> '') and Assigned(saZJJL.DataView.Current);
+  Allow := (not FDataReadOnly) and (sFieldName <> '') and Assigned(saZJJL.DataView.Current);
 end;
 
 end.