Helppppp Thao Moua & any experts in OWC

V

visakasi

Hi Guys,



Helpppppp!!!!!!!!!



What happened to QueryComplete Event in OWC 10? Is there any events
equivalent to QueryComplete (in OWC 9) in OWC 10.



I want to trigger events after the query has been completed.





Any Idea.Help me .................





Thanx in Advance.



kasi.
 
D

Dan Ricker

There is not a replacement for the OWC9 "QueryComplete()"
in OWC10.

For OWC9, QueryComplete() was actually more like a
PivotDone() event. It fired even if there was no actual
query but the PivotView changed in some way that did not
require a query.

The best I've been able to do is use a timer and the
ViewChange() and DataChange() events to test when all the
events stopped firing.
 
V

visu

Thanks Dan.

My requirement is i need to access column member values
when pivot table is loaded.

I tried Datachange() event.This event gets fired only when
user filters the pivot table.

Also i tried viewchange().This event gets fired often than
what i need.

is there any way or indirect method to simulate the
Querycomplete() event of OWC 9 in OWC 10.
 
V

visakasi

I found the solution.I put The code where i access the pivot table data
in the window onload event.



Now I had a different problem.When the user filters the pivot table ,i
again have to update the drop down list.So what i did was i put the code
in the pivot table's datachange event and got resolved.



Thanks Dan.You showed me the way....



Bye,

kasi.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top