by littlebird » Sat Aug 16, 2008 8:08 am
Hello Alex
Yes, AVG Antivirus on XP Pro. Disabling has no effect.
I compiled with EurekaLog and it says:
"Access violation at address 0069BBA3 in module 'Costos.exe'. Read of address 00000008."
In the assembler info:
; PVDimDDForm_SRC.TDimDropDownForm.Destroy (Line=0 - Offset=0)
; ------------------------------------------------------------
0069BB8C push ebp
0069BB8D mov ebp, esp
0069BB8F push ecx
0069BB90 push ebx
0069BB91 push esi
0069BB92 push edi
0069BB93 call System._BeforeDestruction
0069BB98 mov [ebp-$01], dl
0069BB9B mov esi, eax
0069BB9D mov eax, [esi+$044A]
0069BBA3 mov ebx, [eax+$08] ; <-- EXCEPTION
0069BBA6 dec ebx
0069BBA7 test ebx, ebx
0069BBA9 jl PVDimDDForm_SRC.TDimDropDownForm.Destroy
0069BBAB inc ebx
0069BBAC xor edi, edi
0069BBAE mov eax, [esi+$044A]
0069BBB4 mov edx, edi
0069BBB6 call Classes.TList.Get
0069BBBB call System.TObject.Free
0069BBC0 inc edi
On close form, 1st:Access violation at address 4DDA649A. Read of address 4DDA649A.
2nd: Access violation at address 0077849E in module 'Costos.exe'. Read of address 02782308.
3rd: EInvalidOperation error and "Control '' has no parent window." message.
The error occurs in the TPVSpeedButton, when trying to create the filter form. Changing ModalDropDown parameter
has no effect. Other internal PivotCube forms like "Calculated measures manager" works fine.
Also I replaced TMSQuery dataset by TADOQuery and no success (both attached a SQL Server database).
I will prepare a source sample to send you by email.
Regards