Explorar el Código

ZJJL: past phase read only

MaiXinRong hace 8 años
padre
commit
48b6e16a33
Se han modificado 1 ficheros con 1 adiciones y 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.