AV in End User Report Design function
When doing
frxReport.LoadFromFile ('afile.fr3');
frxReport.DesignReport; // Show modal designer here, AV when closing this modal
Show report; work on report; save report are OK, but when closing report designer Form AV in TfrxBreakPointsForm (see stack Below) :
frxBreakPointsForm.TfrxBreakPointsForm.Destroy
:77c10c16 ntdll.KiUserExceptionDispatcher + 0x26
frxClass.TfrxCustomDesigner.Destroy
:00efd5dc TfrxCustomDesigner.Destroy + $2C
Does any one experience this kind of problem ?
PS 1 : we use Devexpress VCL Components With Skins, disabling skins does not change this behavior.
PS 2 : Cannot reproduce this behavior in a simple project...
Any advice welcome...
frxReport.LoadFromFile ('afile.fr3');
frxReport.DesignReport; // Show modal designer here, AV when closing this modal
Show report; work on report; save report are OK, but when closing report designer Form AV in TfrxBreakPointsForm (see stack Below) :
frxBreakPointsForm.TfrxBreakPointsForm.Destroy
:77c10c16 ntdll.KiUserExceptionDispatcher + 0x26
frxClass.TfrxCustomDesigner.Destroy
:00efd5dc TfrxCustomDesigner.Destroy + $2C
Does any one experience this kind of problem ?
PS 1 : we use Devexpress VCL Components With Skins, disabling skins does not change this behavior.
PS 2 : Cannot reproduce this behavior in a simple project...
Any advice welcome...
Comments