There is a AV when saving filtered UV filter
Hi,
There is a AV when saving a filterted UV Slice field (Day of a Tdatetime field). We filter out some elements and there is a AV during saving with filter options on.
function TfcxBaseUniqueValues.GetValueAsVariantByIndex(
AUIndex: integer): Variant;
begin
Result := FTypeProcessor.AsVariant(FList[AUIndex]); FTypeProcessor is nil
end;
fcxUniqueArray.TfcxBaseUniqueValues.GetValueAsVariantByIndex(0)
fcxFilters.TfcxNewFilterArray.SaveToXML(???)
fcxFilters.TfcxCubeFieldFilter.SaveToXML(???)
fcxFilters.TfcxCubeFieldFilter.SaveToXML(???)
fcxFilters.TfcxUVFilter.SaveToXML(???)
fcxFilters.TfcxFilterManager.SaveToXMLItem($94087A8)
fcxSlice.TfcxSlice.SaveToXML($860C9E0,[fcxiss_Groups,fcxiss_Filters])
fcxSlice.TfcxSlice.SaveToStream($8421C80,[fcxiss_Groups,fcxiss_Filters])
There is a AV when saving a filterted UV Slice field (Day of a Tdatetime field). We filter out some elements and there is a AV during saving with filter options on.
function TfcxBaseUniqueValues.GetValueAsVariantByIndex(
AUIndex: integer): Variant;
begin
Result := FTypeProcessor.AsVariant(FList[AUIndex]); FTypeProcessor is nil
end;
fcxUniqueArray.TfcxBaseUniqueValues.GetValueAsVariantByIndex(0)
fcxFilters.TfcxNewFilterArray.SaveToXML(???)
fcxFilters.TfcxCubeFieldFilter.SaveToXML(???)
fcxFilters.TfcxCubeFieldFilter.SaveToXML(???)
fcxFilters.TfcxUVFilter.SaveToXML(???)
fcxFilters.TfcxFilterManager.SaveToXMLItem($94087A8)
fcxSlice.TfcxSlice.SaveToXML($860C9E0,[fcxiss_Groups,fcxiss_Filters])
fcxSlice.TfcxSlice.SaveToStream($8421C80,[fcxiss_Groups,fcxiss_Filters])
Comments
I fixed this error.
Please wait update.
Best regards,
Oleg Pryalkov.