There is a AV when saving filtered UV filter

edited 4:05AM in FastCube 2
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])

Comments

  • edited 4:05AM
    Thanks.

    I fixed this error.
    Please wait update.

    Best regards,
    Oleg Pryalkov.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.